Searched refs:B_GET_PATH_FOR_DEVICE (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp100 if (ioctl(fd, B_GET_PATH_FOR_DEVICE, path) != 0) {
137 if (ioctl(fd, B_GET_PATH_FOR_DEVICE, path) == 0)
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1553 case B_GET_PATH_FOR_DEVICE:
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp487 if (ioctl(deviceFD, B_GET_PATH_FOR_DEVICE, deviceName,
/haiku/src/bin/debug/strace/
H A Dioctl.cpp57 IOCTL_INFO_ENTRY(B_GET_PATH_FOR_DEVICE),
/haiku/headers/os/drivers/
H A DDrivers.h105 B_GET_PATH_FOR_DEVICE, /* get the absolute path of the device */ enumerator in enum:__anon2
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h446 #define B_GET_PATH_FOR_DEVICE FSSH_B_GET_PATH_FOR_DEVICE macro
/haiku/src/bin/
H A Ddriveinfo.c98 if (ioctl(dev, B_GET_PATH_FOR_DEVICE, path, sizeof(path)) < 0) {
99 perror("ioctl(B_GET_PATH_FOR_DEVICE)");
/haiku/src/system/libroot/posix/unistd/
H A Dttyname.c41 if (ioctl(fd, B_GET_PATH_FOR_DEVICE, buffer, bufferSize) < 0)

Completed in 147 milliseconds