Home
last modified time | relevance | path

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

/freebsd/sys/fs/devfs/
H A Ddevfs_dir.c66 if (devfs_pathpath(dle->dir, path) != 0) { in devfs_dir_find()
162 devfs_pathpath(const char *p1, const char *p2) in devfs_pathpath() function
H A Ddevfs_int.h88 int devfs_pathpath(const char *, const char *);
H A Ddevfs_devs.c161 if (devfs_pathpath(cdp->cdp_c.si_name, name) != 0) in devfs_dev_exists()
163 if (devfs_pathpath(name, cdp->cdp_c.si_name) != 0) in devfs_dev_exists()