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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp247 IOMachPort * machPort; local
255 machPort = (IOMachPort *) dict->getObject( (const OSSymbol *) obj );
256 if( machPort) {
257 destroyed = (machPort->mscount <= *mscount);
261 *mscount = machPort->mscount;
275 IOMachPort * machPort; local
281 machPort = (IOMachPort *) dict->getObject( (const OSSymbol *) obj );
282 if( machPort && !machPort->holdDestroy)
293 IOMachPort * machPort; local
396 IOMachPort * machPort; local
[all...]

Completed in 8 milliseconds