Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp476 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() argument
477 if (opcode == M_SET_ZYGOTE_CHILD) { in android_mallopt()
485 if (opcode == M_INIT_ZYGOTE_CHILD_PROFILING) { in android_mallopt()
495 if (opcode == M_GET_PROCESS_PROFILEABLE) { in android_mallopt()
506 if (opcode == M_SET_ALLOCATION_LIMIT_BYTES) { in android_mallopt()
509 if (opcode == M_WRITE_MALLOC_LEAK_INFO_TO_FILE) { in android_mallopt()
516 if (opcode == M_GET_MALLOC_LEAK_INFO) { in android_mallopt()
523 if (opcode == M_FREE_MALLOC_LEAK_INFO) { in android_mallopt()
530 if (opcode == M_INITIALIZE_GWP_ASAN) { in android_mallopt()
538 if (opcode == M_MEMTAG_STACK_IS_ON) { in android_mallopt()
[all …]
Dmalloc_common.cpp324 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() argument
325 if (opcode == M_SET_ALLOCATION_LIMIT_BYTES) { in android_mallopt()
328 if (opcode == M_INITIALIZE_GWP_ASAN) { in android_mallopt()
336 if (opcode == M_MEMTAG_STACK_IS_ON) { 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.h23 __u8 opcode; member
37 __u8 opcode; member
57 __u8 opcode; member
81 __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
Dcachefiles.h31 __u32 opcode; member
Dcfm_bridge.h41 __u8 opcode; member
Didxd.h172 uint32_t opcode : 8; member
245 uint32_t opcode : 8; member
Dcxl_mem.h54 __u16 opcode; member
Dvirtio_crypto.h42 __le32 opcode; member
247 __le32 opcode; member
Dio_uring.h30 __u8 opcode; member
361 __u16 opcode; member
Dpkt_cls.h67 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
Dndctl.h43 __u32 opcode; member
/bionic/libc/kernel/uapi/rdma/
Dsiw-abi.h95 __u8 opcode; member
110 __u8 opcode; member
137 __u8 opcode; member
Dvmw_pvrdma-abi.h184 __u32 opcode; member
233 __u32 opcode; member
Drdma_user_rxe.h56 __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/linux/mmc/
Dioctl.h26 __u32 opcode; member
/bionic/libc/kernel/uapi/linux/can/
Dbcm.h28 __u32 opcode; member
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
Debt_arp.h36 __be16 opcode; member
/bionic/libc/platform/bionic/
Dmalloc.h155 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
Dscsi_bsg_mpi3mr.h183 __u8 opcode; member
/bionic/libc/include/arpa/
Dnameser_compat.h61 unsigned opcode :4; /* purpose of message */ member

12