Searched refs:DIOCGPHYSPATH (Results 1 – 4 of 4) sorted by relevance
121 #define DIOCGPHYSPATH _IOR('d', 141, char[MAXPATHLEN]) macro
175 if (ioctl(fd, DIOCGPHYSPATH, physpath) == 0) { in main()254 if (ioctl(fd, DIOCGPHYSPATH, physpath) == 0) in main()
313 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0); in PhysicalPath()
568 case DIOCGPHYSPATH: in g_dev_ioctl()