Home
last modified time | relevance | path

Searched refs:DEBUG_KERNEL_ADDRPERM (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c141 #define DEBUG_KERNEL_ADDRPERM(_v) (_v) macro
143 #define DEBUG_KERNEL_ADDRPERM(_v) VM_KERNEL_ADDRPERM(_v) macro
2049 (uint64_t)DEBUG_KERNEL_ADDRPERM(so)); in sosendcheck()
3479 (uint64_t)DEBUG_KERNEL_ADDRPERM(so), so->so_usecount); in soreceive()
3547 (uint64_t)DEBUG_KERNEL_ADDRPERM(so)); in soreceive()
7939 proc_pid(p), (uint64_t)DEBUG_KERNEL_ADDRPERM(so), in so_set_effective_pid()
7946 proc_pid(p), (uint64_t)DEBUG_KERNEL_ADDRPERM(so), in so_set_effective_pid()
8049 (uint64_t)DEBUG_KERNEL_ADDRPERM(so), SOCK_DOM(so), in so_set_effective_uuid()
8056 (uint64_t)DEBUG_KERNEL_ADDRPERM(so), SOCK_DOM(so), in so_set_effective_uuid()
H A Duipc_syscalls.c210 #define DEBUG_KERNEL_ADDRPERM(_v) (_v) macro
215 #define DEBUG_KERNEL_ADDRPERM(_v) VM_KERNEL_ADDRPERM(_v) macro