Home
last modified time | relevance | path

Searched refs:o_flags (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/lib/genl/
Dfamily.c78 err = genl_family_add_op(dst, ops->o_id, ops->o_flags); in family_clone()
127 ops_flags2str(op->o_flags, buf, sizeof(buf)); in family_dump_details()
133 if (op->o_flags) in family_dump_details()
135 ops_flags2str(op->o_flags, buf, in family_dump_details()
361 op->o_flags = flags; in genl_family_add_op()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c235 struct ureg_dst o_vpos, o_flags; in create_ycbcr_vert_shader() local
255 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS); in create_ycbcr_vert_shader()
274 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z), in create_ycbcr_vert_shader()
276 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f)); in create_ycbcr_vert_shader()
297 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), in create_ycbcr_vert_shader()
/third_party/toybox/toys/pending/
Dip.c2486 if ((ptnl->i_flags & GRE_KEY) && (ptnl->o_flags & GRE_KEY) in display_tunnel()
2488 else if ((ptnl->i_flags | ptnl->o_flags) & GRE_KEY) { in display_tunnel()
2491 if (ptnl->o_flags & GRE_KEY) printf(" okey %s ", okey_str); in display_tunnel()
2496 if (ptnl->o_flags & GRE_SEQ) printf("\n Sequence packets on output."); in display_tunnel()
2497 if (ptnl->o_flags & GRE_CSUM) printf("\n Checksum output packets."); in display_tunnel()
2604 ptnl->o_flags |= GRE_KEY; in parse_iptunnel_args()
2610 ptnl->o_flags |= GRE_KEY; in parse_iptunnel_args()
2617 ptnl->o_flags |= GRE_SEQ; in parse_iptunnel_args()
2623 ptnl->o_flags |= GRE_SEQ; in parse_iptunnel_args()
2627 ptnl->o_flags |= GRE_CSUM; in parse_iptunnel_args()
[all …]
/third_party/libnl/include/linux-private/linux/
Dif_tunnel.h52 __be16 o_flags; member
/third_party/node/deps/uvwasi/src/
Duvwasi.c1861 uvwasi_oflags_t o_flags, in uvwasi_path_open() argument
1889 o_flags, in uvwasi_path_open()
1908 if ((o_flags & UVWASI_O_CREAT) != 0) { in uvwasi_path_open()
1912 if ((o_flags & UVWASI_O_DIRECTORY) != 0) in uvwasi_path_open()
1914 if ((o_flags & UVWASI_O_EXCL) != 0) in uvwasi_path_open()
1916 if ((o_flags & UVWASI_O_TRUNC) != 0) { in uvwasi_path_open()
1978 if ((o_flags & UVWASI_O_DIRECTORY) != 0 && in uvwasi_path_open()
/third_party/node/deps/uvwasi/include/
Duvwasi.h210 uvwasi_oflags_t o_flags,
/third_party/e2fsprogs/misc/
De2image.c1650 int o_flags = O_CREAT|O_RDWR; in main() local
1653 o_flags |= O_TRUNC; in main()
1656 fd = ext2fs_open_file(image_fn, o_flags, 0600); in main()
/third_party/node/src/
Dnode_wasi.cc1179 uint32_t o_flags; in PathOpen() local
1191 CHECK_TO_TYPE_OR_RETURN(args, args[4], Uint32, o_flags); in PathOpen()
1203 o_flags, in PathOpen()
1217 static_cast<uvwasi_oflags_t>(o_flags), in PathOpen()
/third_party/libnl/include/netlink-private/
Dtypes.h866 uint32_t o_flags; member