| /xnu-10002.1.13/tests/ |
| H A D | ldt.c | 679 void *addr; in map_lowmem_stack() local 717 void *addr; in map_32bit_code_impl() local 925 void *addr; in ldt64_test_setup() local
|
| H A D | recvmsg_x_test.c | 165 struct sockaddr_in addr = { variable
|
| H A D | kernel_inspection.c | 138 …mach_vm_address_t addr = 0x10000000; /* can be whatever, the call should fail before getting to VM… in attempt_kernel_inspection() local
|
| H A D | aqm_qdelay_utun.c | 102 ifnet_add_addr4(const char ifname[IFNAMSIZ], struct in_addr *addr, struct in_addr *mask, struct in_… in ifnet_add_addr4()
|
| /xnu-10002.1.13/osfmk/arm64/ |
| H A D | arm_vm_init.c | 836 vm_offset_t addr; in arm_replace_identity_map() local 1486 #define ROUND_L1(addr) (((addr) + ARM_TT_L1_OFFMASK) & ~(ARM_TT_L1_OFFMASK)) argument 1487 #define ROUND_TWIG(addr) (((addr) + ARM_TT_TWIG_OFFMASK) & ~(ARM_TT_TWIG_OFFMASK)) argument 2390 kernel_text_contains(vm_offset_t addr) in kernel_text_contains()
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | mcache.c | 1540 mcache_buffer_log(mcache_audit_t *mca, void *addr, mcache_t *cp, in mcache_buffer_log() 1635 void *addr; in mcache_audit_free_verify() local 1659 void *addr; in mcache_audit_free_verify_set() local 1720 mcache_audit_panic(mcache_audit_t *mca, void *addr, size_t offset, in mcache_audit_panic()
|
| H A D | tty_tty.c | 200 cttyioctl(__unused dev_t dev, u_long cmd, caddr_t addr, int flag, proc_t p) in cttyioctl()
|
| H A D | socket_flows.c | 220 const void *addr; in soflow_entry_log() local 256 …entry_from_address(struct soflow_hash_entry *entry, bool isLocal, struct sockaddr *addr, bool islo… in soflow_fill_hash_entry_from_address() 948 const void *addr = NULL; in soflow_nstat_provider_request_vals() local
|
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_memtag.h | 128 #define vm_memtag_canonicalize_address(addr) vm_memtag_add_ptr_tag(addr, 0xF) argument
|
| H A D | vm_user.c | 274 mach_vm_offset_t *addr, in mach_vm_allocate_external() 287 mach_vm_offset_t *addr, in mach_vm_allocate_kernel() 361 vm_offset_t *addr, in vm_allocate_external() 613 mach_vm_address_t addr, in mach_vm_machine_attribute() 645 vm_address_t addr, in vm_machine_attribute() 684 mach_vm_address_t addr, in mach_vm_read() 727 vm_address_t addr, in vm_read() 2235 vm_address_t *addr, in vm_allocate_cpm() 4393 vm_offset_t addr) in vm_map_get_phys_page()
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | ethernet.h | 169 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ argument
|
| H A D | netsrc.c | 157 union sockaddr_in_4_6 *addr = (union sockaddr_in_4_6 *)(void*)sa; in lookup_policy() local
|
| H A D | nat464_utils.c | 99 nat464_synthesize_ipv6(ifnet_t ifp, const struct in_addr *addrv4, struct in6_addr *addr) in nat464_synthesize_ipv6() 186 nat464_synthesize_ipv4(ifnet_t ifp, const struct in6_addr *addr, struct in_addr *addrv4) in nat464_synthesize_ipv4()
|
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | mach_kernelrpc.c | 62 mach_vm_offset_t addr; in _kernelrpc_mach_vm_allocate_trap() local 112 mach_vm_offset_t addr; in _kernelrpc_mach_vm_map_trap() local
|
| /xnu-10002.1.13/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 365 mach_vm_address_t addr; in map() local 411 mach_vm_address_t addr; in unmap() local 440 vm_map_offset_t addr, vm_map_size_t size, vm_prot_t prot ) in mapOverwrite() 479 vm_map_offset_t addr; in OSDefineMetaClassAndFinalStructors() local 1460 void * addr = NULL; in IOSKMemoryBufferCreate() local
|
| /xnu-10002.1.13/san/tools/ |
| H A D | ksancov.c | 104 uintptr_t addr; in ksancov_init_state() local
|
| /xnu-10002.1.13/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 61 #define KPLO_VERIFY_CTX(addr, ctx) \ argument 63 #define KPLO_GENERATE_CTX(addr) \ argument
|
| /xnu-10002.1.13/tools/lldbmacros/ |
| H A D | waitq.py | 34 def __init__(self, addr): argument
|
| H A D | userspace.py | 376 def GetUserDataAsString(task, addr, size): argument
|
| /xnu-10002.1.13/bsd/netinet/ |
| H A D | mp_pcb.c | 324 struct in6_addr addr; in mp_getaddr_v6() local
|
| /xnu-10002.1.13/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 107 uint64_t type, addr; in catch_mach_exception_raise() local
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | backtrace.c | 64 uintptr_t addr) in _backtrace_pack_addr() 351 int32_t addr = 0; in backtrace_unpack() local
|
| /xnu-10002.1.13/san/memory/ |
| H A D | kasan-report.c | 177 kasan_violation(uintptr_t addr, size_t size, access_t access, violation_t reason) in kasan_violation()
|
| /xnu-10002.1.13/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 258 mach_vm_address_t &addr, in getAddrLenForInd() 830 vm_map_offset_t addr, mach_vm_size_t size) in IOMemoryDescriptorMapDealloc() 854 vm_map_offset_t addr; in IOMemoryDescriptorMapAlloc() local 928 vm_map_offset_t addr, mapAddr; in memoryReferenceMap() local 1239 vm_map_offset_t addr, mapAddr, mapAddrOut; in memoryReferenceMapNew() local 2258 mach_vm_address_t addr; in initWithOptions() local 3371 mach_vm_address_t addr; in getPhysicalSegment() local 3597 addr64_t addr, nextAddr; in dmaCommandOperation() local 3681 mach_vm_address_t addr; in setPurgeable() local 6047 mach_vm_address_t addr; mach_vm_size_t len; in serialize() local [all …]
|
| /xnu-10002.1.13/osfmk/arm/pmap/ |
| H A D | pmap_internal.h | 186 #define PMAP_ALIGN(addr, align) ((addr) + ((align) - 1) & ~((align) - 1)) argument
|