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

/xnu-2422.115.4/osfmk/mach/
H A Dport.h143 #define IPC_PORT_NULL ((ipc_port_t) 0UL) macro
146 ((port) != IPC_PORT_NULL && (port) != IPC_PORT_DEAD)
/xnu-2422.115.4/osfmk/kern/
H A Daudit_sessionport.c44 * actually be set to IPC_PORT_NULL.
60 ipc_port_t sendport = IPC_PORT_NULL;
/xnu-2422.115.4/osfmk/vm/
H A Dvm_shared_region.c619 mem_entry_port = IPC_PORT_NULL;
813 shared_region->sr_mem_entry = IPC_PORT_NULL;
1737 ipc_port_t commpage32_handle = IPC_PORT_NULL;
1738 ipc_port_t commpage64_handle = IPC_PORT_NULL;
1744 ipc_port_t commpage_text32_handle = IPC_PORT_NULL;
1745 ipc_port_t commpage_text64_handle = IPC_PORT_NULL;
1914 assert(commpage_handle != IPC_PORT_NULL);
1936 assert(commpage_text_handle != IPC_PORT_NULL);
1968 IPC_PORT_NULL,
/xnu-2422.115.4/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;
/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c2683 blob->csb_mem_handle = IPC_PORT_NULL;
2788 blob_handle = IPC_PORT_NULL;
2803 IPC_PORT_NULL);
2818 blob_handle = IPC_PORT_NULL;
3048 if (blob_handle != IPC_PORT_NULL) {
3050 blob_handle = IPC_PORT_NULL;
3128 if (blob->csb_mem_handle != IPC_PORT_NULL) {
3131 blob->csb_mem_handle = IPC_PORT_NULL;
H A Dkern_mman.c506 IPC_PORT_NULL, 0, FALSE,
H A Dposix_shm.c936 IPC_PORT_NULL,
H A Dsysv_shm.c462 IPC_PORT_NULL,
H A Dkern_descrip.c5019 if (fileport == IPC_PORT_NULL) {
5089 ipc_port_t port = IPC_PORT_NULL;
5136 if (IPC_PORT_NULL != port) {
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c172 kern_return_t kr = mach_vm_map(map, &addr, size, 0, VM_FLAGS_ANYWHERE, IPC_PORT_NULL, 0, FALSE, cur_protection, max_protection, VM_INHERIT_DEFAULT);
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_port.h186 #define IP_NULL IPC_PORT_NULL
H A Dmach_kernelrpc.c110 IPC_PORT_NULL, 0, FALSE, args->cur_protection, VM_PROT_ALL,
/xnu-2422.115.4/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.c1381 mach_port_t gssd_host_port, uc_port = IPC_PORT_NULL;
1389 return (IPC_PORT_NULL);
1393 return (IPC_PORT_NULL);
1469 if (cp->gss_clnt_mport == IPC_PORT_NULL)
1520 cp->gss_clnt_mport = IPC_PORT_NULL;
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c613 (tfpport != IPC_PORT_NULL)) {
788 (tfpport != IPC_PORT_NULL)) {
872 (tfpport != IPC_PORT_NULL)) {
/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c4462 MACH_PORT_FACE release = IPC_PORT_NULL;
4499 min_pages_trigger_port = IPC_PORT_NULL;
4517 max_pages_trigger_port = IPC_PORT_NULL;
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp1070 mach_port_t kextd_port = IPC_PORT_NULL;

Completed in 152 milliseconds