Home
last modified time | relevance | path

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

/NextBSD/sys/fs/devfs/
HDdevfs_int.h76 int devfs_dev_exists(const char *);
HDdevfs_devs.c145 devfs_dev_exists(const char *name) in devfs_dev_exists() function
/NextBSD/sys/kern/
HDkern_conf.c738 if (devfs_dev_exists(dev->si_name) != 0) in prep_devname()