Searched refs:dev_devfsd_exists (Results 1 – 1 of 1) sorted by relevance
288 static int dev_devfsd_exists = -1; in have_devfs() local290 if (dev_devfsd_exists < 0) in have_devfs()294 dev_devfsd_exists = stat ("/dev/.devfsd", &st) == 0; in have_devfs()297 return dev_devfsd_exists; in have_devfs()