Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDdisk.h42 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */ macro
/NextBSD/usr.sbin/diskinfo/
HDdiskinfo.c112 error = ioctl(fd, DIOCGFWSECTORS, &fwsectors); in main()
/NextBSD/sys/geom/
HDgeom_dev.c470 case DIOCGFWSECTORS: in g_dev_ioctl()
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c696 error = ioctl(fd, DIOCGFWSECTORS, &u); in get_params()
/NextBSD/sbin/sunlabel/
HDsunlabel.c354 if (ioctl(fd, DIOCGFWSECTORS, &fwsectors) != 0) in read_label()
/NextBSD/sbin/fdisk/
HDfdisk.c845 error = ioctl(fd, DIOCGFWSECTORS, &u); in get_params()
/NextBSD/sbin/newfs_msdos/
HDmkfs_msdos.c824 if (bpb->bpbSecPerTrack == 0 && ioctl(fd, DIOCGFWSECTORS, in getdiskinfo()
/NextBSD/sbin/bsdlabel/
HDbsdlabel.c1520 if (ioctl(f, DIOCGFWSECTORS, &u) == 0) in getvirginlabel()
/NextBSD/sys/compat/linux/
HDlinux_ioctl.c212 error = fo_ioctl(fp, DIOCGFWSECTORS, in linux_ioctl_hdio()