| /freebsd-12.1/usr.sbin/fstyp/ |
| H A D | geli.c | 52 error = ioctl(fileno(fp), DIOCGSECTORSIZE, §orsize); in fstyp_geli()
|
| /freebsd-12.1/sbin/fsck_ffs/ |
| H A D | setup.c | 466 if (ioctl(devfd, DIOCGSECTORSIZE, &secsize) == -1) in calcsb() 503 if (ioctl(devfd, DIOCGSECTORSIZE, &secsize) == -1 || in chkrecovery() 537 ioctl(readfd, DIOCGSECTORSIZE, &secsize) == -1 || in saverecovery()
|
| /freebsd-12.1/sys/sys/ |
| H A D | disk.h | 33 #define DIOCGSECTORSIZE _IOR('d', 128, u_int) macro
|
| /freebsd-12.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-12.1/stand/ofw/libofw/ |
| H A D | ofw_disk.c | 165 case DIOCGSECTORSIZE: in ofwd_ioctl()
|
| /freebsd-12.1/stand/usb/storage/ |
| H A D | umass_loader.c | 157 case DIOCGSECTORSIZE: in umass_disk_ioctl()
|
| /freebsd-12.1/lib/libgeom/ |
| H A D | geom_util.c | 111 if (g_ioctl_arg(fd, DIOCGSECTORSIZE, §orsize) == -1) in g_sectorsize()
|
| /freebsd-12.1/stand/libsa/geli/ |
| H A D | gelidev.c | 218 case DIOCGSECTORSIZE: in geli_dev_ioctl()
|
| /freebsd-12.1/stand/userboot/userboot/ |
| H A D | userboot_disk.c | 93 if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE, in userdisk_init()
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | subr.c | 113 if (ioctl(res->hr_localfd, DIOCGSECTORSIZE, in provinfo()
|
| /freebsd-12.1/stand/uboot/lib/ |
| H A D | disk.c | 286 case DIOCGSECTORSIZE: in stor_ioctl()
|
| /freebsd-12.1/sbin/recoverdisk/ |
| H A D | recoverdisk.c | 204 error = ioctl(fdr, DIOCGSECTORSIZE, §orsize); in main()
|
| /freebsd-12.1/sbin/ggate/shared/ |
| H A D | ggate.c | 163 if (ioctl(fd, DIOCGSECTORSIZE, &secsize) == -1) { in g_gate_sectorsize()
|
| /freebsd-12.1/sbin/gbde/ |
| H A D | gbde.c | 341 error = ioctl(dfd, DIOCGSECTORSIZE, §orsize); in cmd_open() 579 i = ioctl(dfd, DIOCGSECTORSIZE, &u); in cmd_init()
|
| /freebsd-12.1/stand/userboot/test/ |
| H A D | test.c | 265 case DIOCGSECTORSIZE: in test_diskioctl()
|
| /freebsd-12.1/sbin/newfs/ |
| H A D | newfs.c | 350 if (ioctl(disk.d_fd, DIOCGSECTORSIZE, §orsize) == -1) in main()
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfs.c | 375 ret = ioctl(fd, DIOCGSECTORSIZE, &secsz); in vdev_read() 603 ret = ioctl(pa.fd, DIOCGSECTORSIZE, &pa.secsz); in zfs_probe_dev()
|
| /freebsd-12.1/stand/common/ |
| H A D | disk.c | 206 case DIOCGSECTORSIZE: in disk_ioctl()
|
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_ns.c | 96 case DIOCGSECTORSIZE: in nvme_ns_ioctl()
|
| /freebsd-12.1/usr.sbin/bhyveload/ |
| H A D | bhyveload.c | 320 case DIOCGSECTORSIZE: in cb_diskioctl()
|
| /freebsd-12.1/sys/dev/nvdimm/ |
| H A D | nvdimm_spa.c | 228 case DIOCGSECTORSIZE: in nvdimm_spa_ioctl()
|
| /freebsd-12.1/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 196 error = ioctl(fd, DIOCGSECTORSIZE, §orsize); in main()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | block_if.c | 492 ioctl(fd, DIOCGSECTORSIZE, §sz)) { in blockif_open()
|
| /freebsd-12.1/sys/geom/ |
| H A D | geom_dev.c | 511 case DIOCGSECTORSIZE: in g_dev_ioctl()
|