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

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_port.c945 ipc_port_t inuse_port; local
949 inuse_port = ikm_prealloc_inuse_port(kmsg);
952 if (inuse_port != IP_NULL) {
953 assert(inuse_port == port);

Completed in 17 milliseconds