• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/

Lines Matching refs:me

238     IOFireWireDuplicateGUIDList * me;
240 me = OSTypeAlloc( IOFireWireDuplicateGUIDList );
242 return me;
1393 IOFireWireController * me = (IOFireWireController*)target;
1395 me->closeGate();
1402 me->fFWIM->handleSystemShutDown( messageType );
1409 me->fFWIM->handleSystemShutDown( messageType );
1418 me->openGate();
1540 IOFireWireController *me = (IOFireWireController *)bus;
1546 FWKLOGASSERT( me->fBusResetState == kResetStateDisabled );
1549 me->fBusResetState = kResetStateArbitrated;
1552 if( me->fBusResetScheduled )
1554 if( me->fBusResetDisabledCount == 0 )
1556 FWTrace(kFWTResetBusAction, kTPResetResetStateChangeResetScheduled, (uintptr_t)(me->fFWIM), me->fBusResetState, 0, 0);
1557 me->doBusReset();
1565 if( me->delayedStateCommandInUse() )
1567 me->fDelayedStateChangeCmd->cancel( kIOReturnAborted );
1570 me->fBusState = kWaitingBusResetStart;
1571 me->fDelayedStateChangeCmd->reinit( 1000 * kBusResetStartTimeout, delayedStateChange, NULL );
1573 FWTrace(kFWTStateChangeAction, kTPStateChangeResetStateChange, (uintptr_t)(me->fFWIM), me->fBusResetState, 0, 0);
1574 me->fDelayedStateChangeCmd->submit();
1813 IOFireWireController *me = (IOFireWireController *)bus;
1816 switch (me->fBusState) {
1820 FWTrace(kFWTResetBusAction, kTPResetDelayedStateChangeWaitingBusReset, (uintptr_t)me->fFWIM, me->fBusState, 1, 0);
1821 me->doBusReset();
1824 FWTrace(kFWTController, kTPControllerDelayedStateChange, (uintptr_t)(me->fFWIM), me->fBusState, 0, 0);
1828 me->checkProgress();
1829 me->enterBusResetDisabledState();
1830 me->fBusState = kRunning;
1832 FWTrace(kFWTResetBusAction, kTPResetDelayedStateChangeWaitingBusReset, (uintptr_t)me->fFWIM, me->fBusState, 2, 0);
1833 me->resetBus();
1836 FWTrace(kFWTController, kTPControllerDelayedStateChange, (uintptr_t)(me->fFWIM), me->fBusState, 0, 0);
1840 me->fBusState = kRunning;
1841 me->fWaitingForSelfID++;
1843 FWTrace(kFWTResetBusAction, kTPResetDelayedStateChangeWaitingBusReset, (uintptr_t)me->fFWIM, me->fBusState, 3, 0);
1844 me->resetBus();
1847 FWTrace(kFWTController, kTPControllerDelayedStateChange, (uintptr_t)(me->fFWIM), me->fBusState, 0, 0);
1849 me->fWaitingForSelfID = 0;
1850 me->fBusState = kScanning;
1851 me->startBusScan();
1854 FWTrace(kFWTController, kTPControllerDelayedStateChange, (uintptr_t)me->fFWIM, me->fBusState, 0, 0);
1856 me->fBusState = kRunning;
1857 me->updatePlane();
1860 FWTrace(kFWTController, kTPControllerDelayedStateChange, (uintptr_t)(me->fFWIM), me->fBusState, 0, 0);
1862 IOLog("State change timeout, state is %d\n", me->fBusState);
4309 IOFireWireController * me = OSDynamicCast( IOFireWireController, (OSObject *)target );
4311 if ( me != NULL )
4313 if( me->getSecurityMode() != kIOFWSecurityModeSecurePermanent )
4332 me->setSecurityMode( kIOFWSecurityModeSecure );
4338 me->setSecurityMode( kIOFWSecurityModeNormal );
4353 IOFireWireController * me = NULL;
4355 if( me != NULL )
4357 me = OSDynamicCast( IOFireWireController, (OSObject *)target );
4359 if ( me->getSecurityMode() != kIOFWSecurityModeSecurePermanent )
4370 me->setSecurityMode( kIOFWSecurityModeNormal );
4376 me->setSecurityMode( kIOFWSecurityModeSecure );