Home
last modified time | relevance | path

Searched refs:DIOCGFWHEADS (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/sys/
HDdisk.h49 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */ macro
/NextBSD/usr.sbin/diskinfo/
HDdiskinfo.c115 error = ioctl(fd, DIOCGFWHEADS, &fwheads); in main()
/NextBSD/sys/geom/
HDgeom_dev.c475 case DIOCGFWHEADS: in g_dev_ioctl()
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c702 error = ioctl(fd, DIOCGFWHEADS, &u); in get_params()
/NextBSD/sbin/sunlabel/
HDsunlabel.c356 if (ioctl(fd, DIOCGFWHEADS, &fwheads) != 0) { in read_label()
/NextBSD/sbin/fdisk/
HDfdisk.c851 error = ioctl(fd, DIOCGFWHEADS, &u); in get_params()
/NextBSD/sbin/newfs_msdos/
HDmkfs_msdos.c830 ioctl(fd, DIOCGFWHEADS, &dlp.d_ntracks) == -1) { in getdiskinfo()
/NextBSD/sbin/bsdlabel/
HDbsdlabel.c1524 if (ioctl(f, DIOCGFWHEADS, &u) == 0) in getvirginlabel()
/NextBSD/sys/compat/linux/
HDlinux_ioctl.c209 error = fo_ioctl(fp, DIOCGFWHEADS, in linux_ioctl_hdio()