Home
last modified time | relevance | path

Searched refs:DIOCGPHYSPATH (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
HDdisk.h121 #define DIOCGPHYSPATH _IOR('d', 141, char[MAXPATHLEN]) macro
/freebsd-11-stable/usr.sbin/diskinfo/
HDdiskinfo.c175 if (ioctl(fd, DIOCGPHYSPATH, physpath) == 0) { in main()
254 if (ioctl(fd, DIOCGPHYSPATH, physpath) == 0) in main()
/freebsd-11-stable/lib/libdevdctl/
HDevent.cc313 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0); in PhysicalPath()
/freebsd-11-stable/sys/geom/
HDgeom_dev.c568 case DIOCGPHYSPATH: in g_dev_ioctl()