Searched refs:B_GET_BIOS_GEOMETRY (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A Dremote_disk.cpp251 case B_GET_BIOS_GEOMETRY:
255 op == B_GET_BIOS_GEOMETRY ? "B_GET_BIOS_GEOMETRY" : "B_GET_GEOMETRY"));
260 device->GetGeometry(&geometry, op == B_GET_BIOS_GEOMETRY);
/haiku/src/bin/
H A Ddriveinfo.c57 if (ioctl(dev, bios?B_GET_BIOS_GEOMETRY:B_GET_GEOMETRY, &geom, sizeof(geom)) < 0) {
58 perror(bios ? "ioctl(B_GET_BIOS_GEOMETRY)" : "ioctl(B_GET_GEOMETRY)");
/haiku/headers/os/drivers/
H A DDrivers.h87 B_GET_BIOS_GEOMETRY, /* get info about device geometry */ enumerator in enum:__anon2
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp504 case B_GET_BIOS_GEOMETRY:
639 case B_GET_BIOS_GEOMETRY:
641 TRACE(("virtualdrive: B_GET_BIOS_GEOMETRY\n"));
/haiku/src/bin/debug/strace/
H A Dioctl.cpp50 IOCTL_INFO_ENTRY(B_GET_BIOS_GEOMETRY),
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp315 case B_GET_BIOS_GEOMETRY:
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp134 hasBiosGeometry = B_OK == ioctl(fd, B_GET_BIOS_GEOMETRY, &biosGeometry,
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp1104 case B_GET_BIOS_GEOMETRY:
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c590 case B_GET_BIOS_GEOMETRY:
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp1318 case B_GET_BIOS_GEOMETRY:
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h439 #define B_GET_BIOS_GEOMETRY FSSH_B_GET_BIOS_GEOMETRY macro
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp1436 case B_GET_BIOS_GEOMETRY:

Completed in 181 milliseconds