opnsense-src/sys/fs/devfs
Jaakko Heinonen 47bcfb6422 Add a new function devfs_dev_exists() to be able to find out if a
specific devfs path already exists.

The function will be used from kern_conf.c to detect duplicate device
registrations. Callers must hold the devmtx mutex.

Reviewed by:	kib
2010-09-27 18:20:56 +00:00
..
devfs.h Add reference counting for devfs paths containing user created symbolic 2010-09-27 17:47:09 +00:00
devfs_devs.c Add a new function devfs_dev_exists() to be able to find out if a 2010-09-27 18:20:56 +00:00
devfs_dir.c Add reference counting for devfs paths containing user created symbolic 2010-09-27 17:47:09 +00:00
devfs_int.h Add a new function devfs_dev_exists() to be able to find out if a 2010-09-27 18:20:56 +00:00
devfs_rule.c Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created 2010-08-06 09:42:15 +00:00
devfs_vfsops.c Enable shared lookups and externed shared ops for devfs. 2010-08-06 09:46:53 +00:00
devfs_vnops.c Add reference counting for devfs paths containing user created symbolic 2010-09-27 17:47:09 +00:00