Home
last modified time | relevance | path

Searched refs:devfs (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/sbin/devfs/
H A DMakefile3 CONFS= devfs.conf devfs.rules
7 PROG= devfs
8 SRCS= devfs.c rule.c
9 MAN= devfs.8
H A Ddevfs.rules2 # The following are some default rules for devfs(5) mounts.
10 # passed to the devfs(8) command. These will be passed
11 # "as-is" to the devfs(8) command with the exception that
/freebsd-12.1/contrib/libpcap/
H A DREADME.macos10 On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
15 On macOS, the BPF devices live on devfs, but the macOS version of devfs
16 is based on an older (non-default) FreeBSD devfs, and that version of
17 devfs cannot be configured to set the permissions and/or ownership of
/freebsd-12.1/share/man/man5/
H A DMakefile15 devfs.5 \
16 devfs.conf.5 \
17 devfs.rules.5 \
/freebsd-12.1/release/tools/
H A Dvmimage.subr150 mount -t devfs devfs ${DESTDIR}/dev
191 mount -t devfs devfs ${DESTDIR}/dev
H A Dgce.conf99 mount -t devfs devfs ${DESTDIR}/dev
/freebsd-12.1/usr.sbin/bsdinstall/scripts/
H A Dmount55 mount -t devfs devfs $BSDINSTALL_CHROOT/dev
H A Dscript141 mount -t devfs devfs "$BSDINSTALL_CHROOT/dev"
/freebsd-12.1/tools/tools/mfi/
H A Drunmegacli.sh19 mount -t devfs devfs $linuxdir/dev
/freebsd-12.1/libexec/rc/rc.d/
H A Ddevfs44 if [ -r /etc/devfs.conf ]; then
67 done < /etc/devfs.conf
/freebsd-12.1/share/examples/etc/
H A DREADME.examples19 devfs.conf - configuration file for devfs(8)
71 defaults/devfs.rules - default configuration rules for devfs(8)
/freebsd-12.1/release/picobsd/build/
H A Dconfig10 # we are using devfs (this need to be done in a less confusing way sometime...)
15 o_no_devfs="" # we have devfs.
/freebsd-12.1/contrib/smbfs/
H A DMakefile75 @-( if [ `mount -t devfs | wc -l` = 0 ]; then \
78 echo This operation is not required with devfs; \
/freebsd-12.1/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename78 this->ffi_fs == "devfs" || this->ffi_fs == "" ||
86 this->tfi_fs == "devfs" || this->tfi_fs == "" ||
116 this->ffi_fs == "devfs" || this->ffi_fs == "" ||
126 this->tfi_fs == "devfs" || this->tfi_fs == "" ||
H A Dvop_readdir56 this->fi_fs == "devfs" || this->fi_fs == ""/ /* probe ID $((
77 this->fi_fs == "devfs" || this->fi_fs == "" ||
H A Dvop_symlink61 this->fi_fs == "devfs" || this->fi_fs == "" ||
81 this->fi_fs == "devfs" || this->fi_fs == "" ||
H A Dvop_create60 this->fi_fs == "devfs" || this->fi_fs == "" ||
80 this->fi_fs == "devfs" || this->fi_fs == "" ||
/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh57 mount -t devfs devfs ${FSMNT}/dev
/freebsd-12.1/share/examples/jails/
H A Drc.conf.jails13 jail_devfs_enable="YES" # mount devfs
20 # in /etc/devfs.rules (which should be created if it doesn't exist):
H A Djail.xxx.conf28 mount.devfs; # mount devfs
/freebsd-12.1/share/doc/papers/devfs/
H A DMakefile4 DOC= devfs
/freebsd-12.1/share/doc/papers/
H A DMakefile6 devfs \
/freebsd-12.1/sys/kern/
H A DMake.tags.inc30 ${SYS}/fs/devfs/*.[ch] \
89 ${SYS}/fs/devfs \
/freebsd-12.1/release/
H A Drelease.sh259 mount -t devfs devfs ${CHROOTDIR}/dev
/freebsd-12.1/release/picobsd/tinyware/oinit/
H A Doinit.c881 int devfs=0,c,i; in main() local
908 devfs=1; in main()
920 if(devfs) in main()

12