Searched refs:IPC_PORT_VALID (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dport.h145 #define IPC_PORT_VALID(port) \ macro
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c256 if (IPC_PORT_VALID(thread_port)) {
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h182 #define IP_VALID(port) IPC_PORT_VALID(port)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c175 if ((kr != KERN_SUCCESS) || !IPC_PORT_VALID(lockd_port)) {
358 if (kr != KERN_SUCCESS || !IPC_PORT_VALID(lockd_port))
H A Dnfs_gss.c1345 if (!IPC_PORT_VALID(gssd_host_port)) {
1391 if (!IPC_PORT_VALID(cp->gss_clnt_mport)) {
2597 if (!IPC_PORT_VALID(mp)) {
2812 if (IPC_PORT_VALID(mp))
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c3877 if (KERN_SUCCESS != kr || !IPC_PORT_VALID(port)) {
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1080 if (result != KERN_SUCCESS || !IPC_PORT_VALID(kextd_port)) {
1098 if (IPC_PORT_VALID(kextd_port)) {

Completed in 118 milliseconds