| /freebsd-14.2/usr.sbin/fstyp/ |
| H A D | geli.c | 50 error = ioctl(fileno(fp), DIOCGSECTORSIZE, §orsize); in fstyp_geli()
|
| /freebsd-14.2/sys/sys/ |
| H A D | disk.h | 28 #define DIOCGSECTORSIZE _IOR('d', 128, u_int) macro
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | setup.c | 531 if (ioctl(devfd, DIOCGSECTORSIZE, &secsize) == -1) in calcsb() 574 if (ioctl(devfd, DIOCGSECTORSIZE, &secsize) == -1 || in chkrecovery() 613 ioctl(readfd, DIOCGSECTORSIZE, &secsize) == -1 || in saverecovery()
|
| /freebsd-14.2/usr.sbin/fifolog/lib/ |
| H A D | fifolog_create.c | 83 i = ioctl(fd, DIOCGSECTORSIZE, &uu); in fifolog_create()
|
| H A D | fifolog_int.c | 67 i = ioctl(f->fd, DIOCGSECTORSIZE, &f->recsize); in fifolog_int_open_i()
|
| /freebsd-14.2/tests/sys/geom/class/eli/ |
| H A D | unaligned_io.c | 66 if (ioctl(fd, DIOCGSECTORSIZE, &secsz) != 0) in main()
|
| /freebsd-14.2/stand/usb/storage/ |
| H A D | umass_loader.c | 158 case DIOCGSECTORSIZE: in umass_disk_ioctl()
|
| /freebsd-14.2/stand/libofw/ |
| H A D | ofw_disk.c | 169 case DIOCGSECTORSIZE: in ofwd_ioctl()
|
| /freebsd-14.2/lib/libgeom/ |
| H A D | geom_util.c | 109 if (g_ioctl_arg(fd, DIOCGSECTORSIZE, §orsize) == -1) in g_sectorsize()
|
| /freebsd-14.2/sbin/hastd/ |
| H A D | subr.c | 111 if (ioctl(res->hr_localfd, DIOCGSECTORSIZE, in provinfo()
|
| /freebsd-14.2/stand/userboot/userboot/ |
| H A D | userboot_disk.c | 92 if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE, in userdisk_init()
|
| /freebsd-14.2/stand/libsa/geli/ |
| H A D | gelidev.c | 243 case DIOCGSECTORSIZE: in geli_dev_ioctl()
|
| /freebsd-14.2/stand/uboot/ |
| H A D | uboot_disk.c | 285 case DIOCGSECTORSIZE: in stor_ioctl()
|
| /freebsd-14.2/sbin/ggate/shared/ |
| H A D | ggate.c | 161 if (ioctl(fd, DIOCGSECTORSIZE, &secsize) == -1) { in g_gate_sectorsize()
|
| /freebsd-14.2/sbin/gbde/ |
| H A D | gbde.c | 328 error = ioctl(dfd, DIOCGSECTORSIZE, §orsize); in cmd_open() 566 i = ioctl(dfd, DIOCGSECTORSIZE, &u); in cmd_init()
|
| /freebsd-14.2/stand/common/ |
| H A D | vdisk.c | 357 case DIOCGSECTORSIZE: in vdisk_ioctl()
|
| H A D | disk.c | 211 case DIOCGSECTORSIZE: in disk_ioctl()
|
| /freebsd-14.2/sbin/newfs/ |
| H A D | newfs.c | 352 if (ioctl(disk.d_fd, DIOCGSECTORSIZE, §orsize) == -1) in main()
|
| /freebsd-14.2/stand/userboot/test/ |
| H A D | test.c | 289 case DIOCGSECTORSIZE: in test_diskioctl()
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfs.c | 470 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_read() 593 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_write() 1491 ret = ioctl(pa.fd, DIOCGSECTORSIZE, &pa.secsz); in zfs_probe_dev()
|
| /freebsd-14.2/stand/kboot/kboot/ |
| H A D | hostdisk.c | 368 case DIOCGSECTORSIZE: in hostdisk_ioctl()
|
| /freebsd-14.2/sbin/recoverdisk/ |
| H A D | recoverdisk.c | 480 error = ioctl(fdr, DIOCGSECTORSIZE, §orsize); in main()
|
| /freebsd-14.2/sys/dev/nvme/ |
| H A D | nvme_ns.c | 95 case DIOCGSECTORSIZE: in nvme_ns_ioctl()
|
| /freebsd-14.2/sys/dev/nvdimm/ |
| H A D | nvdimm_spa.c | 250 case DIOCGSECTORSIZE: in nvdimm_spa_ioctl()
|
| /freebsd-14.2/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 203 error = ioctl(fd, DIOCGSECTORSIZE, §orsize); in main()
|