Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp478 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() argument
479 if (opcode == M_SET_ZYGOTE_CHILD) { in android_mallopt()
487 if (opcode == M_INIT_ZYGOTE_CHILD_PROFILING) { in android_mallopt()
497 if (opcode == M_GET_PROCESS_PROFILEABLE) { in android_mallopt()
508 if (opcode == M_SET_ALLOCATION_LIMIT_BYTES) { in android_mallopt()
511 if (opcode == M_WRITE_MALLOC_LEAK_INFO_TO_FILE) { in android_mallopt()
518 if (opcode == M_GET_MALLOC_LEAK_INFO) { in android_mallopt()
525 if (opcode == M_FREE_MALLOC_LEAK_INFO) { in android_mallopt()
532 if (opcode == M_INITIALIZE_GWP_ASAN) { in android_mallopt()
540 if (opcode == M_MEMTAG_STACK_IS_ON) { in android_mallopt()
[all …]
Dmalloc_common.cpp339 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() argument
340 if (opcode == M_SET_ALLOCATION_LIMIT_BYTES) { in android_mallopt()
343 if (opcode == M_INITIALIZE_GWP_ASAN) { in android_mallopt()
351 if (opcode == M_MEMTAG_STACK_IS_ON) { in android_mallopt()
359 if (opcode == M_GET_DECAY_TIME_ENABLED) { in android_mallopt()
Dmalloc_heapprofd.cpp479 bool HeapprofdMallopt(int opcode, void* arg, size_t arg_size) { in HeapprofdMallopt() argument
480 if (opcode == M_RESET_HOOKS) { in HeapprofdMallopt()
/bionic/libc/kernel/uapi/linux/
Dnvme_ioctl.h11 __u8 opcode; member
25 __u8 opcode; member
45 __u8 opcode; member
69 __u8 opcode; member
Dcoda.h177 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument
183 u_int32_t opcode; member
190 u_int32_t opcode; member
Dcachefiles.h19 __u32 opcode; member
Dcfm_bridge.h29 __u8 opcode; member
Dio_uring.h18 __u8 opcode; member
371 __u16 opcode; member
436 __u8 opcode; member
Didxd.h167 uint32_t opcode : 8; member
257 uint32_t opcode : 8; member
Dcxl_mem.h52 __u16 opcode; member
Dvirtio_crypto.h30 __le32 opcode; member
235 __le32 opcode; member
Dvirtio_pci.h130 __le16 opcode; member
Dpkt_cls.h55 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
Dndctl.h31 __u32 opcode; member
/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h83 __u8 opcode; member
98 __u8 opcode; member
125 __u8 opcode; member
Dvmw_pvrdma-abi.h172 __u32 opcode; member
221 __u32 opcode; member
Drdma_user_rxe.h44 __u32 opcode; member
/bionic/libc/dns/resolv/
Dres_debug.c174 ns_opcode opcode; in do_section() local
190 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section()
204 p_section(section, opcode)); in do_section()
300 u_int opcode, rcode, id; in res_pquery() local
306 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery()
320 _res_opcodes[opcode], p_rcode((int)rcode), id); in res_pquery()
344 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery()
346 p_section(ns_s_an, (int)opcode), ancount); in res_pquery()
348 p_section(ns_s_ns, (int)opcode), nscount); in res_pquery()
350 p_section(ns_s_ar, (int)opcode), arcount); in res_pquery()
[all …]
Dres_mkquery.c146 hp->opcode = op; in res_nmkquery()
/bionic/libc/kernel/uapi/scsi/
Dscsi_bsg_ufs.h62 __u8 opcode; member
72 __u8 opcode; member
/bionic/libc/kernel/uapi/linux/can/
Dbcm.h16 __u32 opcode; member
/bionic/libc/kernel/uapi/linux/mmc/
Dioctl.h14 __u32 opcode; member
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_arp.h24 __be16 opcode; member
/bionic/libc/platform/bionic/
Dmalloc.h188 extern "C" bool android_mallopt(int opcode, void* _Nullable arg, size_t arg_size);
/bionic/libc/include/arpa/
Dnameser_compat.h61 unsigned opcode :4; /* purpose of message */ member

12