Searched refs:device_exists (Results 1 – 7 of 7) sorted by relevance
71 device_exists(const char *devname) in device_exists() function
176 device_exists;
526 extern int device_exists(const char *);
450 if (!device_exists(path)) { in dir_dev_acc()
258 (strncmp(path, "/dev/", 5) == 0) && !device_exists(path)) { in open_db()1274 if (!device_exists(abspath)) in link2minor()
137 if (device_exists(buf)) { in send_number()
4518 if (!device_exists(devlink) || lstat(devlink, &sb) != 0) { in devfsadm_link_valid()