device_exists
if (device_exists(buf)) {
if (!device_exists(devlink) || lstat(devlink, &sb) != 0) {
if (!device_exists(abspath))
(strncmp(path, "/dev/", 5) == 0) && !device_exists(path)) {
if (!device_exists(path)) {
extern int device_exists(const char *);