Searched defs:op (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/private/
H A Dbionic_futex.h42 static inline __always_inline int __futex(volatile void* ftx, int op, int value, const struct timespec* timeout) { argument
45 int result = syscall(__NR_futex, ftx, op, value, timeout);
/bionic/libc/kernel/uapi/linux/
H A Dblkpg.h26 int op; member in struct:blkpg_ioctl_arg
H A Drfkill.h52 __u8 op; member in struct:rfkill_event
H A Dkd.h177 unsigned int op; member in struct:console_font_op
/bionic/libc/dns/resolv/
H A Dres_mkquery.c118 int op, /* opcode of query */
137 _res_opcodes[op], dname, p_class(class), p_type(type));
147 hp->opcode = op;
159 switch (op) {
173 if (op == QUERY || data == NULL)
117 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
H A Dres_data.c169 res_mkquery(int op, /* opcode of query */ argument
182 return (res_nmkquery(&_nres, op, dname, class, type,
/bionic/libc/kernel/uapi/xen/
H A Dprivcmd.h26 __u64 op; member in struct:privcmd_hypercall
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dkvm_para.h67 __u32 op; member in struct:kvm_mmu_op_header
/bionic/libc/kernel/uapi/drm/
H A Domap_drm.h65 uint32_t op; member in struct:drm_omap_gem_cpu_prep
70 uint32_t op; member in struct:drm_omap_gem_cpu_fini
H A Dmsm_drm.h69 uint32_t op; member in struct:drm_msm_gem_cpu_prep
H A Dvmwgfx_drm.h362 enum drm_vmw_synccpu_op op; member in struct:drm_vmw_synccpu_arg
/bionic/libc/kernel/uapi/sound/
H A Dasound_fm.h30 unsigned char op; member in struct:snd_dm_fm_voice
/bionic/libc/kernel/uapi/linux/tc_ematch/
H A Dtc_em_meta.h37 __u8 op; member in struct:tcf_meta_val
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c163 static void doemit(struct parse *p, sop op, sopno opnd);
164 static void doinsert(struct parse *p, sop op, sopno opnd, sopno pos);
199 #define EMIT(op, sopnd) doemit(p, (sop)(op), sopnd)
200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
391 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op
628 pos = HERE(); /* repetion op, if any, covers from here */
1669 == static void doemit(struct parse *p, sop op, size_t opnd);
1678 sop op,
1676 doemit( struct parse *p, sop op, sopno opnd) argument
1704 doinsert( struct parse *p, sop op, sopno opnd, sopno pos) argument
[all...]
/bionic/libc/kernel/uapi/linux/netfilter/ipset/
H A Dip_set.h240 __u8 op; member in struct:ip_set_counter_match
252 unsigned int op; member in struct:ip_set_req_get_set
261 unsigned int op; member in struct:ip_set_req_get_set_family
270 unsigned int op; member in struct:ip_set_req_version

Completed in 372 milliseconds