Searched refs:nub (Results 26 - 50 of 51) sorted by relevance

123

/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUFIStorageServices.cpp237 IOService * nub,
252 STATUS_LOG ( ( 5, "%s[%p]:: type = kIOMessageMediaStateHasChanged, nub = %p", getName(), this, nub ) );
264 status = super::message ( type, nub, arg );
236 message( UInt32 type, IOService * nub, void * arg ) argument
H A DIOUSBMassStorageClass.cpp1036 // to spawn off a nub for each valid LUN. If this is a CBI/CB
1038 // register itself as the nub.
1157 // to spawn off a nub for each valid LUN. If this is a CBI/CB
1159 // register itself as the nub.
1169 IOSCSILogicalUnitNub * nub = OSTypeAlloc( IOSCSILogicalUnitNub ); local
1171 if( nub == NULL )
1177 if ( nub->init( 0 ) == false )
1179 // Release our nub before we return so we don't leak...
1180 nub->release();
1185 if ( nub
[all...]
H A DIOUSBMassStorageUFISubclass.cpp761 IOService * nub = OSTypeAlloc ( IOUFIStorageServices ); local
762 if ( nub == NULL )
771 nub->init();
773 if ( !nub->attach( this ) )
775 // panic since the nub can't attach
776 PANIC_NOW ( ( "IOUSBMassStorageUFIDevice::CreateStorageServiceNub unable to attach nub" ) );
781 nub->registerService(kIOServiceAsynchronous);
784 nub->release();
3463 // panic since the nub can't attach
3464 PANIC_NOW ( ( "IOUSBMassStorageUFISubclass::BeginProvidedServices unable to attach nub" ) );
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp157 /* generic nub for multihead devices */
284 setProperty("driver,AAPL,MacOS,PowerPC", nub->getProperty("driver,AAPL,MacOS,PowerPC"));
310 nub = 0;
327 IOService * nub; local
453 nub = new IONDRVDevice;
454 if (!nub)
456 if (!nub->init(next, gIODTPlane))
458 nub->free();
459 nub = 0;
463 nub
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h156 class AppleIrDA : public IOService // nub with nice name for user-client connections
161 static AppleIrDA *withNub(AppleIrDASerial *nub); // constructor
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCPU.cpp697 IOReturn IOCPUInterruptController::registerInterrupt(IOService *nub, argument
720 vector->nub = nub;
740 IOReturn IOCPUInterruptController::getInterruptType(IOService */*nub*/,
751 IOReturn IOCPUInterruptController::enableInterrupt(IOService */*nub*/,
758 IOReturn IOCPUInterruptController::disableInterrupt(IOService */*nub*/,
765 IOReturn IOCPUInterruptController::causeInterrupt(IOService */*nub*/,
773 IOService */*nub*/,
783 vector->nub, vector->source);
H A DIOService.cpp718 _IOServiceJob * _IOServiceJob::startJob( IOService * nub, int type, argument
731 job->nub = nub;
733 nub->retain(); // thread will release()
2709 // check the nub matches
2947 // stall for any nub resources
3132 // job->nub->deliverNotification( gIOPublishNotification,
3403 IOService * nub; local
3434 nub = job->nub;
5403 resolveInterrupt(IOService *nub, int source) argument
[all...]
H A DIOServicePM.cpp570 // A policy-maker calls its nub here when initializing, to be attached into
573 // by a nub subclass which may either know how to do it, or may need to
576 // This may be the only "power management" method used in a nub,
702 // detach nub from child
706 // detach us from nub
1002 // detach nub from child
1009 // detach from the nub
5035 IORegistryEntry * nub; local
5038 nub = fHeadNoteParentConnection;
5039 nub
[all...]
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h125 void *nub, int source,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireNub.cpp101 UInt32 IOFireWireNubAux::hopCount( IOFireWireNub * nub )
103 return fPrimary->fControl->hopCount( fPrimary->fNodeID, nub->fNodeID );
H A DIOFireWireDevice.cpp842 IOFireWireNub *nub, IOFWCommand *fwCmd)
841 readROMDirGlue(void *refcon, IOReturn status, IOFireWireNub *nub, IOFWCommand *fwCmd) argument
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp316 IOReturn IOFireWireSBP2LUN::message( UInt32 type, IOService *nub, void *arg ) argument
322 res = IOService::message(type, nub, arg);
H A DIOFireWireSBP2Target.cpp251 IOReturn IOFireWireSBP2Target::message( UInt32 type, IOService *nub, void *arg ) argument
257 res = IOService::message(type, nub, arg);
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATAController.h43 subclass when it probes hardware. Via the nub, the ATA Controller provides standard information about bus capability, accepts
70 virtual IOReturn executeCommand( IOATADevice* nub, IOATABusCommand* cmd);
H A DIOATAController.cpp434 IOATAController::executeCommand(IOATADevice* nub, IOATABusCommand* command) argument
436 if( !command || !nub )
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmachine_routines.h75 void *nub,
H A Dmachine_routines.c330 void *nub,
340 PE_install_interrupt_handler(nub, source, target,
329 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp1225 IOPCIDevice * nub; local
1268 nub = OSTypeAlloc(IOPCIDevice);
1269 if (!nub)
1271 ok = (nub->init(propTable)
1272 && nub->attachToParent(bridge->dtNub, gIODTPlane));
1273 nub->release();
1276 nub->reserved->configEntry = child;
1277 child->dtNub = nub;
1287 nub->setName(sym);
1292 nub
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h54 IOService * nub; member in class:IONDRVFramebuffer
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h289 bool findSerialBSDClient (IOModemSerialStreamSync *nub);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h148 IOService * nub, int source );
280 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.
1355 IOReturn resolveInterrupt(IOService *nub, int source);
1382 @discussion A driver uses this method to call its nub when initializing (usually in its <code>start</code> routine after calling @link PMinit PMinit@/link), to be attached into the power management hierarchy (i.e., the power plane). A driver usually calls this method on the driver for the device that provides it power (this is frequently the nub).
1383 Before this call returns, the caller will probably be called at @link setPowerParent setPowerParent@/link and @link setAggressiveness setAggressiveness@/link and possibly at @link addPowerChild addPowerChild@/link as it is added to the hierarchy. This method may be overridden by a nub subclass.
1391 Most drivers do not need to override <code>registerPowerDriver</code>. A nub may override <code>registerPowerDriver</code> if it needs to arrange its children in the power plane differently than the default placement, but this is uncommon.
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIPointing.cpp343 * IOHIPointing serves both as a service and a nub (we lead a double
344 * life). Register ourselves as a nub to kick off matching.
1216 IOHIDPointingDevice * nub = _hidPointingNub; local
1222 nub->terminate(kIOServiceAsynchronous); // rdar://8810574
1223 nub->release();
1225 nub = IOHIDPointingDevice::newPointingDeviceAndStart(this, buttonCount(), resolution() >> 16, true);
1229 _hidPointingNub = nub;
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h796 bool start( IOService * nub );
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp699 IOService * nub,
871 status = IOService::message ( type, nub, arg );
697 message( UInt32 type, IOService * nub, void * arg ) argument
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1536 bool AppleUSBCDCACMData::findSerialBSDClient (IOModemSerialStreamSync *nub) argument
1547 nub);
1650 // Desc: Creates and initializes the nub
1688 XTRACE(this, ret, 0, "createSerialStream - Failed to attach to the nub");
1730 XTRACE (this, 0, 0, "createSerialStream - findSerialBSDClient failed terminating nub");

Completed in 401 milliseconds

123