Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c142 #define DEBUG_KERNEL_ADDRPERM(_v) (_v) macro
144 #define DEBUG_KERNEL_ADDRPERM(_v) VM_KERNEL_ADDRPERM(_v) macro
2042 (uint64_t)DEBUG_KERNEL_ADDRPERM(so)); in sosendcheck()
3478 (uint64_t)DEBUG_KERNEL_ADDRPERM(so), so->so_usecount); in soreceive()
3546 (uint64_t)DEBUG_KERNEL_ADDRPERM(so)); in soreceive()
8017 proc_pid(p), (uint64_t)DEBUG_KERNEL_ADDRPERM(so), in so_set_effective_pid()
8024 proc_pid(p), (uint64_t)DEBUG_KERNEL_ADDRPERM(so), in so_set_effective_pid()
8127 (uint64_t)DEBUG_KERNEL_ADDRPERM(so), SOCK_DOM(so), in so_set_effective_uuid()
8134 (uint64_t)DEBUG_KERNEL_ADDRPERM(so), SOCK_DOM(so), in so_set_effective_uuid()
H A Duipc_syscalls.c212 #define DEBUG_KERNEL_ADDRPERM(_v) (_v) macro
217 #define DEBUG_KERNEL_ADDRPERM(_v) VM_KERNEL_ADDRPERM(_v) macro