public:
+ static IOReturn clientHasAuthorization( task_t task,
+ IOService * service );
+
static IOReturn clientHasPrivilege( void * securityToken,
const char * privilegeName );
+ static OSObject * copyClientEntitlement( task_t task,
+ const char * entitlement );
+
/*!
@function releaseAsyncReference64
@abstract Release the mach_port_t reference held within the OSAsyncReference64 structure.