Searched refs:hFileRawDevice (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.h89 RTFILE hFileRawDevice; member in struct:DRVHOSTBASE
H A DDrvHostBase.cpp1119 if (pThis->hFileRawDevice != NIL_RTFILE)
1121 RTFileClose(pThis->hFileRawDevice);
1122 pThis->hFileRawDevice = NIL_RTFILE;
1129 RTFILE hFileRawDevice; local
1130 int rc = drvHostBaseOpen(pThis, &hFileDevice, &hFileRawDevice, pThis->fReadOnlyConfig);
1140 rc = drvHostBaseOpen(pThis, &hFileDevice, &hFileRawDevice, false);
1157 if (pThis->hFileRawDevice != NIL_RTFILE)
1158 RTFileClose(pThis->hFileRawDevice);
1159 pThis->hFileRawDevice = hFileRawDevice;
[all...]
H A DDrvHostDVD.cpp168 rc = ioctl(RTFileToNative(pThis->hFileRawDevice), DKIOCEJECT, 0);
258 int rc = ioctl(RTFileToNative(pThis->hFileRawDevice), fLock ? DKIOCLOCK : DKIOCUNLOCK, 0);
366 int rc2 = ioctl(RTFileToNative(pThis->hFileRawDevice), DKIOCSTATE, &s_DeviceState);
556 rc = ioctl(RTFileToNative(pThis->hFileRawDevice), USCSICMD, &usc);

Completed in 48 milliseconds