Home
last modified time | relevance | path

Searched refs:thisPort (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp1103 ipc_port_t thisPort, providerPort; in handler() local
1137 thisPort = iokit_port_for_object( this, IKOT_IOKIT_OBJECT ); in handler()
1147 thisMsg->msgHdr.msgh_local_port = thisPort; in handler()
1180 if (thisPort) { in handler()
1181 iokit_release_port( thisPort ); in handler()