Searched refs:o_flags (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dip6_tunnel.h46 __be16 o_flags; member in struct:ip6_tnl_parm2
H A Dif_tunnel.h34 __be16 o_flags; member in struct:ip_tunnel_parm
/external/iproute2/ip/
H A Diptunnel.c105 p->o_flags |= GRE_KEY;
131 p->o_flags |= GRE_KEY;
143 p->o_flags |= GRE_SEQ;
147 p->o_flags |= GRE_SEQ;
150 p->o_flags |= GRE_CSUM;
154 p->o_flags |= GRE_CSUM;
227 if ((p->i_flags & GRE_KEY) || (p->o_flags & GRE_KEY)) {
245 p->o_flags |= GRE_KEY;
375 if ((p->i_flags&GRE_KEY) && (p->o_flags&GRE_KEY) && p->o_key == p->i_key)
377 else if ((p->i_flags|p->o_flags)
[all...]
/external/libnl/lib/genl/
H A Dfamily.c66 err = genl_family_add_op(dst, ops->o_id, ops->o_flags);
107 ops_flags2str(op->o_flags, buf, sizeof(buf));
113 if (op->o_flags)
115 ops_flags2str(op->o_flags, buf,
250 op->o_flags = flags;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.h58 virtual Error Open(const Path& path, int o_flags, ScopedNode* out_node);
H A Dstream_fs.cc91 Error StreamFs::Open(const Path& path, int o_flags, ScopedNode* out_node) { argument
/external/iproute2/include/linux/
H A Dif_tunnel.h34 __be16 o_flags; member in struct:ip_tunnel_parm
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mc.c231 struct ureg_dst o_vpos, o_flags; local
251 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS);
255 * o_flags.z = intra * 0.5
263 * o_flags.w = t_vtex.z ? 0 : 1
270 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z),
272 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f));
293 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W),
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c231 struct ureg_dst o_vpos, o_flags; local
251 o_flags = ureg_DECL_output(shader, TGSI_SEMANTIC_GENERIC, VS_O_FLAGS);
255 * o_flags.z = intra * 0.5
263 * o_flags.w = t_vtex.z ? 0 : 1
270 ureg_MUL(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_Z),
272 ureg_MOV(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W), ureg_imm1f(shader, -1.0f));
293 ureg_CMP(shader, ureg_writemask(o_flags, TGSI_WRITEMASK_W),
/external/e2fsprogs/misc/
H A De2image.c1576 int o_flags = O_CREAT|O_RDWR; local
1579 o_flags |= O_TRUNC;
1582 fd = ext2fs_open_file(image_fn, o_flags, 0600);
/external/libnl/include/
H A Dnetlink-types.h700 uint32_t o_flags; member in struct:genl_family_op

Completed in 300 milliseconds