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

/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp315 IOService * service; local
490 service = IOService::waitForService( matching, &t );
497 if( (!service) || (mountAttempts == 10)) {
514 } while( !service);
517 if ( service && mediaProperty ) {
518 service = (IOService *)service->getProperty(mediaProperty);
528 if ( service
529 && service->metaCast( "IONetworkInterface" )
530 && !IORegisterNetworkInterface( service ) )
702 IOService *service; local
737 IOService *service; local
788 IOService *service; local
[all...]
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h328 IOService * service,
332 IOService * service,
338 IOService * service,
344 IOService * service,
350 IOService * service,
356 IOService * service,
360 IOService * service );
363 IOService * service,
369 IOService * service,
405 IOReturn joinAggressiveness( IOService * service );
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp204 IOService * service = (IOService *) refcon0; local
209 ret = service->callPlatformFunction(function, false,
216 IOInstallServicePlatformAction(IOService * service, argument
224 num = OSDynamicCast(OSNumber, service->getProperty(key));
230 entry->name = service->getName();
236 entry->refcon0 = service;
316 IOService * service; local
339 while((service = (IOService *) all->getFirstObject()))
341 IOInstallServicePlatformAction(service, gIOPlatformSleepActionKey, &gIOSleepActionQueue, false);
342 IOInstallServicePlatformAction(service, gIOPlatformWakeActionKe
650 setCPUInterruptProperties(IOService *service) argument
[all...]
H A DIOKitDebug.cpp74 IOService * service; local
93 if( (service = OSDynamicCast(IOService, next)))
94 DEBG(", busy %ld", (long) service->getBusyState());
H A DIOService.cpp222 IOService * service; member in struct:ArbitrationLockQueueElement
261 requireMaxCpuDelay(IOService * service, UInt32 ns, UInt32 delayType);
416 // Probe a matched service and return an instance to be started.
446 * Attach in service plane
514 // check for last client detach from a terminated service
670 IOService * service; local
699 LOG("Matching service count = %ld\n", (long)count);
705 while( (service = (IOService *) allSet->getAnyObject())) {
706 service->startMatching(kIOServiceAsynchronous);
707 allSet->removeObject(service);
1367 IOService * service; local
1458 IOService * service; member in struct:MessageClientsContext
1673 _workLoopAction( IOWorkLoop::Action action, IOService * service, void * p0 = 0, void * p1 = 0, void * p2 = 0, void * p3 = 0 ) argument
2339 IOService * service; member in struct:ServiceOpenMessageContext
2488 IOService * service; local
2532 IOService * service = 0; local
2557 service = copyClientWithCategory(category); local
3524 IOService * service = (typeof(service)) entry; local
3568 IOService * service; local
3730 IOService * service; local
4712 IOService * service = 0; local
5176 requireMaxCpuDelay(IOService * service, UInt32 ns, UInt32 delayType) argument
[all...]
H A DIOPMrootDomain.cpp240 IOService * service; member in union:AggressivesRequest::__anon740
543 IOService * service; // service being worked on member in class:PMHaltWorker
548 bool timeout; // service took too long
1596 IOService * service )
1600 if (!service || (service == this))
1603 DLOG("joinAggressiveness %s %p\n", service->getName(), service);
1609 service
1808 IOService * service; local
1860 IOService * service; local
2421 updatePreventIdleSleepList( IOService * service, bool addNotRemove ) argument
2476 updatePreventSystemSleepList( IOService * service, bool addNotRemove ) argument
2704 sysPowerDownHandler( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgs, vm_size_t argSize ) argument
4263 tagPowerPlaneService( IOService * service, IOPMActions * actions ) argument
4403 overrideOurPowerChange( IOService * service, IOPMActions * actions, unsigned long * inOutPowerState, uint32_t * inOutChangeFlags ) argument
4459 handleOurPowerChangeStart( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t * inOutChangeFlags ) argument
4630 handleOurPowerChangeDone( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t changeFlags ) argument
4802 overridePowerChangeForUIService( IOService * service, IOPMActions * actions, unsigned long * inOutPowerState, uint32_t * inOutChangeFlags ) argument
4938 handleActivityTickleForDisplayWrangler( IOService * service, IOPMActions * actions ) argument
4995 handlePowerChangeStartForPCIDevice( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t * inOutChangeFlags ) argument
5007 handlePowerChangeDoneForPCIDevice( IOService * service, IOPMActions * actions, uint32_t powerState, uint32_t changeFlags ) argument
5239 displayWranglerNotification( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgument, vm_size_t argSize ) argument
6821 tracePCIPowerChange( change_t type, IOService *service, uint32_t changeFlags, uint32_t bitNum) argument
6962 IOService * service; local
[all...]
H A DIOCatalogue.cpp196 IOService * service,
212 meta = service->getMetaClass();
535 IOService * service; local
553 while( (service = (IOService *)iter->getNextObject()) ) {
554 dict = service->getPropertyTable();
565 if ( !service->terminate(kIOServiceRequired|kIOServiceSynchronous) ) {
570 } while( !service && !iter->isValid());
195 findDrivers( IOService * service, SInt32 * generationCount) argument
H A DIOUserClient.cpp1538 CHECK( IOService, _service, service );
1547 *matches = service->passiveMatch( dict );
1560 io_object_t service,
1575 *result = is_io_service_match_property_table( service,
1640 io_service_t *service )
1652 *service = IOService::copyMatchingService( dict );
1653 kr = *service ? kIOReturnSuccess : kIOReturnNotFound;
1669 io_object_t *service )
1681 (char *) data, service );
1888 CHECK( IOService, _service, service );
1559 is_io_service_match_property_table_ool( io_object_t service, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, kern_return_t *result, boolean_t *matches ) argument
1923 is_io_service_add_interest_notification( io_object_t service, io_name_t type_of_interest, mach_port_t port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, io_object_t * notification ) argument
1936 is_io_service_add_interest_notification_64( io_object_t service, io_name_t type_of_interest, mach_port_t wake_port, io_async_ref64_t reference, mach_msg_type_number_t referenceCnt, io_object_t *notification ) argument
4096 IOService * service; local
[all...]
H A DIOServicePMPrivate.h79 IOService * service,
87 IOService * service,
95 IOService * service,
103 IOService * service,
H A DIOPlatformExpert.cpp348 void IOPlatformExpert::setCPUInterruptProperties(IOService *service) argument
353 if (controller) controller->setCPUInterruptProperties(service);
361 bool IOPlatformExpert::platformAdjustService(IOService */*service*/)
455 // registered for the given service.
528 IOLog ("PMRegisterDevice/CheckSubTree - service registered!\n");
569 if ( NULL == theTreeNode->getObject ("service") ) {
571 if ( theTreeNode->setObject ("service", OSDynamicCast ( OSObject, theService)) ) {
576 // registered we must tell this service to add them.
582 if ( NULL != (aService = (IOService *) child->getObject ("service")) )
590 // also we must notify the parent of this node (if a registered service
1030 IOService *service, *_resources; local
[all...]
H A DIOServicePM.cpp2707 IOService * service,
2719 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane, options);
2741 IOService * service,
2753 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane,
2941 // A subclass policy-maker is using our standard idleness detection service.
4269 // Lowering power is subject to approval by clients of this service.
4282 // This service is raising power and parents are able to support the
5543 // Create client array (for tracking purposes) only if the service
5702 // Create client array (for tracking purposes) only if the service
7670 // Add new request to the tail of the per-service reques
2706 applyToPowerChildren( IOService * service, IOServiceApplierFunction applier, void * context, IOOptionBits options ) argument
2740 applyToPowerParent( IOService * service, IOServiceApplierFunction applier, void * context, IOOptionBits options ) argument
[all...]
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs220 service : io_object_t;
233 out service : io_object_t
337 service : io_object_t;
342 service : io_object_t;
403 service : io_object_t;
414 service : io_object_t;
469 service : io_object_t;
476 service : io_object_t;
522 service : io_object_t;
536 service
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h89 @param service
93 OSOrderedSet * findDrivers( IOService * service, SInt32 * generationCount );
H A DIOCPU.h133 virtual void setCPUInterruptProperties(IOService *service);
H A DIOPlatformExpert.h157 virtual void setCPUInterruptProperties(IOService *service);
167 virtual bool platformAdjustService(IOService *service);
273 /* generic root nub of service tree */
H A DIOService.h172 typedef void (*IOServiceApplierFunction)(IOService * service, void * context);
180 @discussion The IOService base class defines APIs used to publish services, instantiate other services based on the existance of a providing service (ie. driver stacking), destroy a service and its dependent stack, notify interested parties of service state changes, and general utility functions useful across all families.
182 Types of service are specified with a matching dictionary that describes properties of the service. For example, a matching dictionary might describe any IOUSBDevice (or subclass), an IOUSBDevice with a certain class code, or a IOPCIDevice with a set of matching names or device & vendor IDs. Since the matching dictionary is interpreted by the family which created the service, as well as generically by IOService, the list of properties considered for matching depends on the familiy.
186 IOService provides matching based on C++ class (via OSMetaClass dynamic casting), registry entry name, a registry path to the service (which includes device tree paths), a name assigned by BSD, or by its location (its point of attachment).
278 The class name that the service will attempt to allocate when a user client connection is requested. First the device nub is queried, then the nub's provider is queried by default.
462 @abstract During an IOService object's instantiation, probes a matched service t
[all...]
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DIOCPU.h132 virtual void setCPUInterruptProperties(IOService * service);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1295 * Ugly hack to get the service principal from the f_mntfromname field in
1298 * here might be to allow passing the service principal down in the mount args.
1938 uint32_t vers, proc, seqnum, service; local
1949 vers = proc = seqnum = service = handle_len = 0;
1960 nfsm_chain_get_32(error, nmc, service);
1984 service == RPCSEC_GSS_SVC_NONE ? RPCAUTH_KRB5 :
1985 service == RPCSEC_GSS_SVC_INTEGRITY ? RPCAUTH_KRB5I :
1986 service == RPCSEC_GSS_SVC_PRIVACY ? RPCAUTH_KRB5P : 0;
2102 switch (service) {

Completed in 256 milliseconds