Searched refs:opcode (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | ublock.h | 39 __u32 opcode; member 44 __u32 opcode; member
|
D | coda.h | 225 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument 232 u_int32_t opcode; member 241 u_int32_t opcode; member
|
/bionic/libc/kernel/common/linux/can/ |
D | bcm.h | 25 __u32 opcode; member
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 166 ns_opcode opcode; in do_section() local 182 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section() 196 p_section(section, opcode)); in do_section() 245 u_int opcode, rcode, id; in res_pquery() local 251 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 265 _res_opcodes[opcode], p_rcode((int)rcode), id); in res_pquery() 289 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 291 p_section(ns_s_an, (int)opcode), ancount); in res_pquery() 293 p_section(ns_s_ns, (int)opcode), nscount); in res_pquery() 295 p_section(ns_s_ar, (int)opcode), arcount); in res_pquery() [all …]
|
D | res_mkquery.c | 147 hp->opcode = op; in res_nmkquery()
|
D | res_send.c | 337 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && in res_queriesmatch() 338 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update)) in res_queriesmatch()
|
/bionic/libc/kernel/common/linux/mmc/ |
D | mmc.h | 30 u32 opcode; member
|
/bionic/libc/private/ |
D | arpa_nameser_compat.h | 104 unsigned opcode: 4; /* purpose of message */ member 120 unsigned opcode :4; /* purpose of message */ member
|