Searched refs:IOPMReleaseADBDevice (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/adb.subproj/
H A DADBTest.c87 err = IOPMReleaseADBDevice (fb, 0 ); // bad address // release tests
91 err = IOPMReleaseADBDevice (fb, 16 ); // bad address
95 err = IOPMReleaseADBDevice (fb, DUT ); // should work
99 err = IOPMReleaseADBDevice (fb, DUT ); // should not work
228 err = IOPMReleaseADBDevice (fb, DUTprime ); // should work
233 err = IOPMReleaseADBDevice (fb, DUT ); // should work
H A DIOADBLib.c79 // IOPMReleaseADBDevice
82 IOReturn IOPMReleaseADBDevice ( io_connect_t fb, UInt32 ADBaddress ) function

Completed in 172 milliseconds