B_GET_PARTITION_INFO
hasPartitionInfo = B_OK == ioctl(fd, B_GET_PARTITION_INFO, &partitionInfo,
if (ioctl(volume->fdOfSession, B_GET_PARTITION_INFO, &partitionInfo,
if (dev->d_ops->control(dev, B_GET_PARTITION_INFO, &partitionInfo) == 0)
if (ioctl(device, B_GET_PARTITION_INFO, &info, sizeof(partition_info)) == 0) {
if (ioctl(device, B_GET_PARTITION_INFO, &partitionInfo,
IOCTL_INFO_ENTRY(B_GET_PARTITION_INFO),
if (ioctl(dev, B_GET_PARTITION_INFO, &partition, sizeof(partition)) < 0) {
if (ioctl(fd, B_GET_PARTITION_INFO, &partitionInfo,
case B_GET_PARTITION_INFO: