Searched refs:notifyport (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Daudit_sessionport.c85 ipc_port_t notifyport; local
92 notifyport = ipc_port_make_sonce_locked(port);
94 ipc_port_nsrequest(port, port->ip_mscount, notifyport, &notifyport);
97 if (IP_NULL != notifyport) {
100 ipc_port_release_sonce(notifyport);
164 ipc_port_t notifyport; local
178 notifyport = ipc_port_make_sonce_locked(port);
179 ipc_port_nsrequest(port, port->ip_mscount, notifyport, &notifyport);
[all...]
H A Dipc_misc.c57 ipc_port_t notifyport; local
66 notifyport = ipc_port_make_sonce_locked(fileport);
67 ipc_port_nsrequest(fileport, 1, notifyport, &notifyport);

Completed in 122 milliseconds