Searched refs:writeEnabled (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h146 Boolean writeEnabled; // true if device is enabled for writing member in struct:DVDriverDataStruct
H A DDVFamilyLib.c258 pInfo->writeChannel.isEnabled = pDriverData->writeEnabled;
590 if ( pDVDriverData->writeEnabled )
733 if ( pDVDriverData->readEnabled || pDVDriverData->writeEnabled )
743 pDVDriverData->writeEnabled = true;
778 pDVDriverData->writeEnabled = false;
H A DDVIsochComponent.MacOS91363 status->writeEnabled = deviceDescriptionPtr->writeLocks;
3056 deviceStatus.writeEnabled = false;
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.h193 Boolean writeEnabled; member in struct:IDHDeviceStatus
H A DIsochronousDataHandler.i267 Boolean writeEnabled;
H A DIsochComponentsRef204 Boolean writeEnabled; /* device has been enabled for writing */
H A DDVIsochComponent.c1270 deviceStatus.writeEnabled = false;
2368 status->writeEnabled = deviceDescriptionPtr->writeLocks;
/macosx-10.10.1/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c296 printf("writeEnabled %d ", deviceStatus.writeEnabled);
H A Dtestcomp.c453 printf("writeEnabled %d ", deviceStatus.writeEnabled);
H A Dwritetest.c328 printf("writeEnabled %d ", deviceStatus.writeEnabled);
H A Dreadtest.c548 printf("writeEnabled %d ", deviceStatus.writeEnabled);

Completed in 187 milliseconds