Searched refs:VM_KERNEL_ADDRPERM (Results 51 - 66 of 66) sorted by relevance

123

/xnu-2782.1.97/bsd/netkey/
H A Dkey.c754 sp->refcnt, (uint64_t)VM_KERNEL_ADDRPERM(sp)));
1198 (uint64_t)VM_KERNEL_ADDRPERM(candidate)));
1370 match->refcnt, (uint64_t)VM_KERNEL_ADDRPERM(match)));
1514 sp->refcnt, (uint64_t)VM_KERNEL_ADDRPERM(sp)));
1545 sav->refcnt, (uint64_t)VM_KERNEL_ADDRPERM(sav),
6976 (uint64_t)VM_KERNEL_ADDRPERM(sav)));
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c6051 KERNEL_DEBUG_CONSTANT(HFSDBG_UPDATE | DBG_FUNC_START, VM_KERNEL_ADDRPERM(vp), tstate, 0, 0, 0);
6054 KERNEL_DEBUG_CONSTANT(HFSDBG_UPDATE | DBG_FUNC_END, VM_KERNEL_ADDRPERM(vp), tstate, error, -1, 0);
6093 KERNEL_DEBUG_CONSTANT(HFSDBG_UPDATE | DBG_FUNC_END, VM_KERNEL_ADDRPERM(vp), tstate, error, 0, 0);
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c7194 (uint64_t)VM_KERNEL_ADDRPERM(m),
7195 (uint64_t)VM_KERNEL_ADDRPERM(m->m_data),
7196 (uint64_t)VM_KERNEL_ADDRPERM(m->m_dat), m->m_len);
H A Dkern_event.c3445 xk->kep_evtpcb = (uint64_t)VM_KERNEL_ADDRPERM(ev_pcb);
/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c2128 (uint64_t)VM_KERNEL_ADDRPERM(m), ip->ip_p,
H A Dtcp_usrreq.c1261 (uint64_t)VM_KERNEL_ADDRPERM(inp));
H A Dip_fw2.c1700 "0x%llx\n", (uint64_t)VM_KERNEL_ADDRPERM(q));)
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c2357 (uint64_t)VM_KERNEL_ADDRPERM(lr)));
H A Din6.c2444 (uint64_t)VM_KERNEL_ADDRPERM(oia));
H A Dip6_output.c1762 (uint64_t)VM_KERNEL_ADDRPERM(m), nxt,
H A Dnd6_rtr.c2384 error, (uint64_t)VM_KERNEL_ADDRPERM(newpr)));
/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c387 token_value = VM_KERNEL_ADDRPERM((u_int64_t)(uintptr_t)new_token);
3572 rule->ticket = VM_KERNEL_ADDRPERM((u_int64_t)(uintptr_t)rule);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vnops.c1638 (uint64_t)VM_KERNEL_ADDRPERM(vp));
1644 (uint64_t)VM_KERNEL_ADDRPERM(vp));
1732 (uint64_t)VM_KERNEL_ADDRPERM(ap->a_vp),
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c3946 buf_kernel_addrperm_addr(bp), (uintptr_t)VM_KERNEL_ADDRPERM(bp->b_vp), bp->b_resid, bp->b_error, 0);
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2785 OSReportWithBacktrace("IOMemoryDescriptor 0x%lx prepared read only", VM_KERNEL_ADDRPERM(this));
H A DIOService.cpp62 #define OBFUSCATE(x) ((void *)(VM_KERNEL_ADDRPERM(x)))

Completed in 266 milliseconds

123