Searched refs:acquirePort (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp100 acquirePort(bool sleep) function in class:IOSerialStreamSync
101 { return fProvider->acquirePort(sleep, fRefCon); }
H A DIOSerialDriverSync.h44 virtual IOReturn acquirePort(bool sleep, void *refCon) = 0;
H A DIOSerialStreamSync.h163 virtual IOReturn acquirePort(bool sleep);
H A DIOSerialBSDClient.cpp2025 IOReturn rtn = fProvider->acquirePort(/* sleep */ false);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h251 virtual IOReturn acquirePort( bool sleep, void *refCon );
H A DAppleUSBIrDA.cpp2238 // Method: AppleUSBIrDADriver::acquirePort
2244 // Desc: acquirePort tests and sets the state of the port object. If the port was
2252 IOReturn AppleUSBIrDADriver::acquirePort( bool sleep, void *refCon )
2258 ELG( port, sleep, 'acqP', "acquirePort" );
2278 ELG( 0, 0, 'busy', "acquirePort - Busy exclusive access" );
2287 ELG( 0, 0, 'int-', "acquirePort - Interrupted!" );
2312 }/* end acquirePort */
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h278 virtual IOReturn acquirePort(bool sleep, void *refCon);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h296 virtual IOReturn acquirePort(bool sleep, void *refCon);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1185 // Method: AppleUSBCDCDMM::acquirePort
1192 // Desc: Set up for gated acquirePort call.
1196 IOReturn AppleUSBCDCDMM::acquirePort(bool sleep, void *refCon) function in class:AppleUSBCDCDMM
1200 XTRACEP(this, refCon, 0, "acquirePort");
1206 XTRACE(this, 0, 0, "acquirePort - Offline");
1214 XTRACE(this, 0, 0, "acquirePort - No workLoop");
1224 }/* end acquirePort */
1249 // Desc: acquirePort tests and sets the state of the port object. If the port was
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1832 // Method: AppleUSBCDCACMData::acquirePort
1839 // Desc: Set up for gated acquirePort call.
1843 IOReturn AppleUSBCDCACMData::acquirePort(bool sleep, void *refCon) function in class:AppleUSBCDCACMData
1847 XTRACEP(this, refCon, 0, "acquirePort");
1853 XTRACE(this, 0, 0, "acquirePort - Offline");
1861 XTRACE(this, 0, 0, "acquirePort - No workLoop");
1869 XTRACE(this, 0, 0, "acquirePort - Not ready");
1880 XTRACE(this, 0, 0, "acquirePort - Cannot find control driver");
1891 }/* end acquirePort */
1916 // Desc: acquirePort test
[all...]

Completed in 219 milliseconds