Home
last modified time | relevance | path

Searched refs:IOCTL_DISK_GET_LENGTH_INFO (Results 1 – 5 of 5) sorted by relevance

/third_party/gptfdisk/
Ddiskio-windows.cc331 if (DeviceIoControl(fd, IOCTL_DISK_GET_LENGTH_INFO, NULL, 0, &buf, sizeof(buf), &i, NULL)) { in DiskSize()
/third_party/mingw-w64/mingw-w64-headers/include/
Dntdddisk.h76 #define IOCTL_DISK_GET_LENGTH_INFO \ macro
Dwinioctl.h476 #define IOCTL_DISK_GET_LENGTH_INFO CTL_CODE(IOCTL_DISK_BASE,0x0017,METHOD_BUFFERED,FILE_READ_ACCESS) macro
/third_party/ltp/testcases/kernel/io/disktest/
Dsfunc.c570 IOCTL_DISK_GET_LENGTH_INFO, in get_vsiz()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c626 if (!DeviceIoControl(handle, IOCTL_DISK_GET_LENGTH_INFO, NULL, 0, &buf, in ntfs_device_win32_getdisklength()