Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 25) sorted by relevance

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp470 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() argument
471 if (opcode == M_SET_ZYGOTE_CHILD) { in android_mallopt()
479 if (opcode == M_INIT_ZYGOTE_CHILD_PROFILING) { in android_mallopt()
489 if (opcode == M_GET_PROCESS_PROFILEABLE) { in android_mallopt()
500 if (opcode == M_SET_ALLOCATION_LIMIT_BYTES) { in android_mallopt()
503 if (opcode == M_WRITE_MALLOC_LEAK_INFO_TO_FILE) { in android_mallopt()
510 if (opcode == M_GET_MALLOC_LEAK_INFO) { in android_mallopt()
517 if (opcode == M_FREE_MALLOC_LEAK_INFO) { in android_mallopt()
524 if (opcode == M_SET_HEAP_TAGGING_LEVEL) { in android_mallopt()
527 if (opcode == M_INITIALIZE_GWP_ASAN) { in android_mallopt()
[all …]
Dmalloc_common.cpp313 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() argument
314 if (opcode == M_SET_ALLOCATION_LIMIT_BYTES) { in android_mallopt()
317 if (opcode == M_SET_HEAP_TAGGING_LEVEL) { in android_mallopt()
320 if (opcode == M_INITIALIZE_GWP_ASAN) { in android_mallopt()
Dmalloc_heapprofd.cpp461 bool HeapprofdMallopt(int opcode, void* arg, size_t arg_size) { in HeapprofdMallopt() argument
462 if (opcode == M_RESET_HOOKS) { in HeapprofdMallopt()
/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h23 __u8 opcode; member
37 __u8 opcode; member
57 __u8 opcode; member
Dcoda.h189 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument
195 u_int32_t opcode; member
202 u_int32_t opcode; member
Dlightnvm.h108 __u8 opcode; member
123 __u8 opcode; member
Dvirtio_crypto.h39 __le32 opcode; member
194 __le32 opcode; member
Dpkt_cls.h64 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
Didxd.h94 uint32_t opcode : 8; member
Dndctl.h43 __u32 opcode; member
Dio_uring.h24 __u8 opcode; member
Dfuse.h432 uint32_t opcode; member
/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
Dvmw_pvrdma-abi.h178 __u32 opcode; member
227 __u32 opcode; member
Drdma_user_rxe.h52 __u32 opcode; member
Dib_user_verbs.h367 __u32 opcode; member
651 __u32 opcode; member
/bionic/libc/dns/resolv/
Dres_debug.c156 ns_opcode opcode; in do_section() local
172 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section()
186 p_section(section, opcode)); in do_section()
282 u_int opcode, rcode, id; in res_pquery() local
288 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery()
302 _res_opcodes[opcode], p_rcode((int)rcode), id); in res_pquery()
326 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery()
328 p_section(ns_s_an, (int)opcode), ancount); in res_pquery()
330 p_section(ns_s_ns, (int)opcode), nscount); in res_pquery()
332 p_section(ns_s_ar, (int)opcode), arcount); in res_pquery()
[all …]
Dres_mkquery.c146 hp->opcode = op; in res_nmkquery()
Dres_send.c326 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && in res_queriesmatch()
327 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update)) in res_queriesmatch()
/bionic/libc/kernel/uapi/linux/can/
Dbcm.h28 __u32 opcode; member
/bionic/libc/kernel/uapi/linux/mmc/
Dioctl.h25 __u32 opcode; member
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_arp.h36 __be16 opcode; member
/bionic/libc/platform/bionic/
Dmalloc.h127 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size);
/bionic/libc/kernel/uapi/scsi/
Dscsi_bsg_ufs.h31 __u8 opcode; member
/bionic/libc/include/arpa/
Dnameser_compat.h61 unsigned opcode :4; /* purpose of message */ member