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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp162 static OSDictionary * dictForType( ipc_kobject_type_t type );
177 // not in dictForType() for debugging ease
181 OSDictionary * IOMachPort::dictForType( ipc_kobject_type_t type ) function in class:IOMachPort
208 dict = dictForType( type );
252 if( (dict = dictForType( type ))) {
279 if( (dict = dictForType( type ))) {
297 if( (dict = dictForType( type ))) {
318 if( (dict = IOMachPort::dictForType( IKOT_IOKIT_CONNECT )))

Completed in 19 milliseconds