Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c288 static int dev_devfsd_exists = -1; in have_devfs() local
290 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()