Home
last modified time | relevance | path

Searched refs:BL_BLOCK_DEVICE_REMOVABLE_FLAG (Results 1 – 2 of 2) sorted by relevance

/reactos/boot/environ/lib/io/
H A Ddevice.c880 BlockDevice->DeviceFlags = BL_BLOCK_DEVICE_REMOVABLE_FLAG; in BlockIoEfiGetBlockIoInformation()
1133 if (BlockDevice->DeviceFlags & BL_BLOCK_DEVICE_REMOVABLE_FLAG) in BlockIoEfiGetDeviceInformation()
/reactos/boot/environ/include/
H A Dbl.h141 #define BL_BLOCK_DEVICE_REMOVABLE_FLAG 0x01 macro