/bionic/libc/bionic/ |
D | malloc_common_dynamic.cpp | 470 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 …]
|
D | malloc_common.cpp | 313 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()
|
D | malloc_heapprofd.cpp | 461 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/ |
D | nvme_ioctl.h | 23 __u8 opcode; member 37 __u8 opcode; member 57 __u8 opcode; member
|
D | coda.h | 189 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument 195 u_int32_t opcode; member 202 u_int32_t opcode; member
|
D | lightnvm.h | 108 __u8 opcode; member 123 __u8 opcode; member
|
D | virtio_crypto.h | 39 __le32 opcode; member 194 __le32 opcode; member
|
D | pkt_cls.h | 64 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
D | idxd.h | 94 uint32_t opcode : 8; member
|
D | ndctl.h | 43 __u32 opcode; member
|
D | io_uring.h | 24 __u8 opcode; member
|
D | fuse.h | 432 uint32_t opcode; member
|
/bionic/libc/kernel/uapi/rdma/ |
D | siw-abi.h | 95 __u8 opcode; member 110 __u8 opcode; member 137 __u8 opcode; member
|
D | vmw_pvrdma-abi.h | 178 __u32 opcode; member 227 __u32 opcode; member
|
D | rdma_user_rxe.h | 52 __u32 opcode; member
|
D | ib_user_verbs.h | 367 __u32 opcode; member 651 __u32 opcode; member
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 156 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 …]
|
D | res_mkquery.c | 146 hp->opcode = op; in res_nmkquery()
|
D | res_send.c | 326 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/ |
D | bcm.h | 28 __u32 opcode; member
|
/bionic/libc/kernel/uapi/linux/mmc/ |
D | ioctl.h | 25 __u32 opcode; member
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 36 __be16 opcode; member
|
/bionic/libc/platform/bionic/ |
D | malloc.h | 127 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size);
|
/bionic/libc/kernel/uapi/scsi/ |
D | scsi_bsg_ufs.h | 31 __u8 opcode; member
|
/bionic/libc/include/arpa/ |
D | nameser_compat.h | 61 unsigned opcode :4; /* purpose of message */ member
|