Searched refs:DIOCGFWHEADS (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | disk.h | 49 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */ macro
|
| /NextBSD/usr.sbin/diskinfo/ |
| HD | diskinfo.c | 115 error = ioctl(fd, DIOCGFWHEADS, &fwheads); in main()
|
| /NextBSD/sys/geom/ |
| HD | geom_dev.c | 475 case DIOCGFWHEADS: in g_dev_ioctl()
|
| /NextBSD/sbin/fdisk_pc98/ |
| HD | fdisk.c | 702 error = ioctl(fd, DIOCGFWHEADS, &u); in get_params()
|
| /NextBSD/sbin/sunlabel/ |
| HD | sunlabel.c | 356 if (ioctl(fd, DIOCGFWHEADS, &fwheads) != 0) { in read_label()
|
| /NextBSD/sbin/fdisk/ |
| HD | fdisk.c | 851 error = ioctl(fd, DIOCGFWHEADS, &u); in get_params()
|
| /NextBSD/sbin/newfs_msdos/ |
| HD | mkfs_msdos.c | 830 ioctl(fd, DIOCGFWHEADS, &dlp.d_ntracks) == -1) { in getdiskinfo()
|
| /NextBSD/sbin/bsdlabel/ |
| HD | bsdlabel.c | 1524 if (ioctl(f, DIOCGFWHEADS, &u) == 0) in getvirginlabel()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_ioctl.c | 209 error = fo_ioctl(fp, DIOCGFWHEADS, in linux_ioctl_hdio()
|