| /freebsd-13.1/usr.sbin/fstyp/ |
| H A D | geli.c | 52 error = ioctl(fileno(fp), DIOCGSECTORSIZE, §orsize); in fstyp_geli()
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | setup.c | 403 if (ioctl(devfd, DIOCGSECTORSIZE, &secsize) == -1) in calcsb() 446 if (ioctl(devfd, DIOCGSECTORSIZE, &secsize) == -1 || in chkrecovery() 485 ioctl(readfd, DIOCGSECTORSIZE, &secsize) == -1 || in saverecovery()
|
| /freebsd-13.1/sys/sys/ |
| H A D | disk.h | 34 #define DIOCGSECTORSIZE _IOR('d', 128, u_int) macro
|
| /freebsd-13.1/usr.sbin/fifolog/lib/ |
| H A D | fifolog_create.c | 85 i = ioctl(fd, DIOCGSECTORSIZE, &uu); in fifolog_create()
|
| H A D | fifolog_int.c | 69 i = ioctl(f->fd, DIOCGSECTORSIZE, &f->recsize); in fifolog_int_open_i()
|
| /freebsd-13.1/stand/libofw/ |
| H A D | ofw_disk.c | 165 case DIOCGSECTORSIZE: in ofwd_ioctl()
|
| /freebsd-13.1/stand/usb/storage/ |
| H A D | umass_loader.c | 157 case DIOCGSECTORSIZE: in umass_disk_ioctl()
|
| /freebsd-13.1/lib/libgeom/ |
| H A D | geom_util.c | 111 if (g_ioctl_arg(fd, DIOCGSECTORSIZE, §orsize) == -1) in g_sectorsize()
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | subr.c | 113 if (ioctl(res->hr_localfd, DIOCGSECTORSIZE, in provinfo()
|
| /freebsd-13.1/stand/userboot/userboot/ |
| H A D | userboot_disk.c | 93 if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE, in userdisk_init()
|
| /freebsd-13.1/stand/libsa/geli/ |
| H A D | gelidev.c | 243 case DIOCGSECTORSIZE: in geli_dev_ioctl()
|
| /freebsd-13.1/stand/uboot/lib/ |
| H A D | disk.c | 286 case DIOCGSECTORSIZE: in stor_ioctl()
|
| /freebsd-13.1/sbin/ggate/shared/ |
| H A D | ggate.c | 163 if (ioctl(fd, DIOCGSECTORSIZE, &secsize) == -1) { in g_gate_sectorsize()
|
| /freebsd-13.1/sbin/gbde/ |
| H A D | gbde.c | 330 error = ioctl(dfd, DIOCGSECTORSIZE, §orsize); in cmd_open() 568 i = ioctl(dfd, DIOCGSECTORSIZE, &u); in cmd_init()
|
| /freebsd-13.1/stand/common/ |
| H A D | vdisk.c | 358 case DIOCGSECTORSIZE: in vdisk_ioctl()
|
| H A D | disk.c | 213 case DIOCGSECTORSIZE: in disk_ioctl()
|
| /freebsd-13.1/stand/userboot/test/ |
| H A D | test.c | 286 case DIOCGSECTORSIZE: in test_diskioctl()
|
| /freebsd-13.1/sbin/newfs/ |
| H A D | newfs.c | 350 if (ioctl(disk.d_fd, DIOCGSECTORSIZE, §orsize) == -1) in main()
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfs.c | 450 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_read() 573 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_write() 1513 ret = ioctl(pa.fd, DIOCGSECTORSIZE, &pa.secsz); in zfs_probe_dev()
|
| /freebsd-13.1/sbin/recoverdisk/ |
| H A D | recoverdisk.c | 484 error = ioctl(fdr, DIOCGSECTORSIZE, §orsize); in main()
|
| /freebsd-13.1/usr.sbin/bhyveload/ |
| H A D | bhyveload.c | 340 case DIOCGSECTORSIZE: in cb_diskioctl()
|
| /freebsd-13.1/sys/dev/nvme/ |
| H A D | nvme_ns.c | 97 case DIOCGSECTORSIZE: in nvme_ns_ioctl()
|
| /freebsd-13.1/sys/dev/nvdimm/ |
| H A D | nvdimm_spa.c | 252 case DIOCGSECTORSIZE: in nvdimm_spa_ioctl()
|
| /freebsd-13.1/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 196 error = ioctl(fd, DIOCGSECTORSIZE, §orsize); in main()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_ioctl.c | 192 error = fo_ioctl(fp, DIOCGSECTORSIZE, in linux_ioctl_hdio() 267 error = fo_ioctl(fp, DIOCGSECTORSIZE, in linux_ioctl_disk() 292 error = fo_ioctl(fp, DIOCGSECTORSIZE, in linux_ioctl_disk() 310 error = fo_ioctl(fp, DIOCGSECTORSIZE, in linux_ioctl_disk()
|