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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h211 virtual IOReturn registerNotificationPort(
275 @abstract Release the mach_port_t passed to registerNotificationPort().
276 @discussion The mach_port_t passed to the registerNotificationPort() methods should be released to balance each call to registerNotificationPort(). Behavior is undefined if these calls are not correctly balanced.
277 @param reference The mach_port_t argument previously passed to the subclass implementation of registerNotificationPort().
299 virtual IOReturn registerNotificationPort(
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp1107 IOReturn IOUserClient::registerNotificationPort( function in class:IOUserClient
1115 IOReturn IOUserClient::registerNotificationPort( function in class:IOUserClient
1120 return (registerNotificationPort(port, type, (UInt32) refCon));
2629 return( client->registerNotificationPort( port, notification_type,
2643 return( client->registerNotificationPort( port, notification_type,

Completed in 28 milliseconds