Home
last modified time | relevance | path

Searched refs:DIOCGSECTORSIZE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Ddisk.h29 #define DIOCGSECTORSIZE _IOR('d', 128, u_int) macro
/illumos-gate/usr/src/boot/common/
H A Dvdisk.c357 case DIOCGSECTORSIZE: in vdisk_ioctl()
H A Ddisk.c211 case DIOCGSECTORSIZE: in disk_ioctl()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c358 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_read()
478 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_write()
1441 ret = ioctl(pa.fd, DIOCGSECTORSIZE, &pa.secsz); in zfs_probe_dev()
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c185 if(ioctl (fd, DIOCGSECTORSIZE, &sector_size) != 0) in get_drive_geometry()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c806 ret = ioctl(pa.fd, DIOCGSECTORSIZE, &pa.secsz); in probe_disk()
/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c675 ioctl(fd, DIOCGSECTORSIZE, &sectsz)) { in blockif_open()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c960 case DIOCGSECTORSIZE: in efipart_ioctl()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c914 case DIOCGSECTORSIZE: in bd_ioctl()