Searched refs:IPC_PORT_NULL (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dport.h143 #define IPC_PORT_NULL ((ipc_port_t) 0UL) macro
146 ((port) != IPC_PORT_NULL && (port) != IPC_PORT_DEAD)
/darwin-on-arm/xnu/osfmk/kern/
H A Daudit_sessionport.c44 * actually be set to IPC_PORT_NULL.
60 ipc_port_t sendport = IPC_PORT_NULL;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.c570 mem_entry_port = IPC_PORT_NULL;
760 shared_region->sr_mem_entry = IPC_PORT_NULL;
1640 ipc_port_t commpage32_handle = IPC_PORT_NULL;
1641 ipc_port_t commpage64_handle = IPC_PORT_NULL;
1647 ipc_port_t commpage_text32_handle = IPC_PORT_NULL;
1648 ipc_port_t commpage_text64_handle = IPC_PORT_NULL;
1828 assert(commpage_handle != IPC_PORT_NULL);
1850 assert(commpage_text_handle != IPC_PORT_NULL);
1882 IPC_PORT_NULL,
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c915 se->se_port = IPC_PORT_NULL;
1222 ipc_port_t sendport = IPC_PORT_NULL;
1247 if (se->se_port == IPC_PORT_NULL)
1290 ipc_port_t sendport = IPC_PORT_NULL;
1350 if (se->se_port == IPC_PORT_NULL)
1437 if (port != IPC_PORT_NULL)
1481 ipc_port_t port = IPC_PORT_NULL;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_ptss.c172 kern_return_t kr = mach_vm_map(map, &map_addr, size, 0, VM_FLAGS_ANYWHERE, IPC_PORT_NULL, 0, FALSE, VM_PROT_READ|VM_PROT_EXECUTE, VM_PROT_READ|VM_PROT_EXECUTE, VM_INHERIT_DEFAULT);
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c2443 blob_handle = IPC_PORT_NULL;
2458 IPC_PORT_NULL);
2473 blob_handle = IPC_PORT_NULL;
2662 if (blob_handle != IPC_PORT_NULL) {
2664 blob_handle = IPC_PORT_NULL;
2740 if (blob->csb_mem_handle != IPC_PORT_NULL) {
2743 blob->csb_mem_handle = IPC_PORT_NULL;
H A Dkern_mman.c500 IPC_PORT_NULL, 0, FALSE,
H A Dposix_shm.c923 IPC_PORT_NULL,
H A Dsysv_shm.c462 IPC_PORT_NULL,
H A Dkern_descrip.c4826 if (fileport == IPC_PORT_NULL) {
4896 ipc_port_t port = IPC_PORT_NULL;
4945 if (IPC_PORT_NULL != port) {
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h180 #define IP_NULL IPC_PORT_NULL
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c154 mach_port_t lockd_port = IPC_PORT_NULL;
177 kr, (lockd_port == IPC_PORT_NULL) ? "NULL" :
355 mach_port_t lockd_port = IPC_PORT_NULL;
H A Dnfs_gss.c1335 mach_port_t gssd_host_port, uc_port = IPC_PORT_NULL;
1343 return (IPC_PORT_NULL);
1347 return (IPC_PORT_NULL);
1393 if (cp->gss_clnt_mport == IPC_PORT_NULL)
1430 cp->gss_clnt_mport = IPC_PORT_NULL;
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c593 (tfpport != IPC_PORT_NULL)) {
769 (tfpport != IPC_PORT_NULL)) {
855 (tfpport != IPC_PORT_NULL)) {
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c4467 MACH_PORT_FACE release = IPC_PORT_NULL;
4504 min_pages_trigger_port = IPC_PORT_NULL;
4522 max_pages_trigger_port = IPC_PORT_NULL;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1072 mach_port_t kextd_port = IPC_PORT_NULL;

Completed in 87 milliseconds