Searched refs:DIOCGFWSECTORS (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | disk.h | 46 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */ macro
|
| /freebsd-12.1/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 202 error = ioctl(fd, DIOCGFWSECTORS, &fwsectors); in main()
|
| /freebsd-12.1/sys/geom/ |
| H A D | geom_dev.c | 521 case DIOCGFWSECTORS: in g_dev_ioctl()
|
| /freebsd-12.1/sbin/sunlabel/ |
| H A D | sunlabel.c | 356 if (ioctl(fd, DIOCGFWSECTORS, &fwsectors) != 0) in read_label()
|
| /freebsd-12.1/sbin/fdisk/ |
| H A D | fdisk.c | 843 error = ioctl(fd, DIOCGFWSECTORS, &u); in get_params()
|
| /freebsd-12.1/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 865 if (bpb->bpbSecPerTrack == 0 && ioctl(fd, DIOCGFWSECTORS, in getdiskinfo()
|
| /freebsd-12.1/sbin/bsdlabel/ |
| H A D | bsdlabel.c | 1521 if (ioctl(f, DIOCGFWSECTORS, &u) == 0) in getvirginlabel()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_ioctl.c | 220 error = fo_ioctl(fp, DIOCGFWSECTORS, in linux_ioctl_hdio()
|