Home
last modified time | relevance | path

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

123

/freebsd/sbin/devfs/
H A DMakefile1 CONFS= devfs.conf devfs.rules
5 PROG= devfs
6 SRCS= devfs.c rule.c
7 MAN= devfs.8
H A Ddevfs.rules2 # The following are some default rules for devfs(4) 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/contrib/libpcap/doc/
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/tools/test/stress2/misc/
H A Ddevfs3.sh39 ./devfs.sh > /dev/null 2>&1 &
41 ./devfs.sh > /dev/null 2>&1 &
H A Dldt2.sh48 mount | grep $jail | grep -q devfs && umount $jail/dev
59 mount -t devfs devfs $jail/dev
H A Ddevfs.sh38 cont=/tmp/devfs.continue
64 mount -t devfs none ${mntpoint}$m
H A Dpread.sh98 mount -t devfs devfs $mntpoint
/freebsd/tools/tools/mfi/
H A Drunmegacli.sh17 mount -t devfs devfs $linuxdir/dev
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dmount57 mount -t devfs devfs $BSDINSTALL_CHROOT/dev
H A Djail218 mount -t devfs devfs "$BSDINSTALL_CHROOT/dev"
/freebsd/libexec/rc/rc.d/
H A Ddevfs43 if [ -r /etc/devfs.conf ]; then
66 done < /etc/devfs.conf
/freebsd/release/tools/
H A Dazure.conf27 mount -t devfs devfs ${DESTDIR}/dev
H A Dec2.conf29 mount -t devfs devfs ${DESTDIR}/dev
/freebsd/share/examples/etc/
H A DREADME.examples18 devfs.conf - configuration file for devfs(8)
67 defaults/devfs.rules - default configuration rules for devfs(8)
/freebsd/contrib/smbfs/
H A DMakefile75 @-( if [ `mount -t devfs | wc -l` = 0 ]; then \
78 echo This operation is not required with devfs; \
/freebsd/tests/ci/tools/
H A Dci.conf128 mount -t devfs devfs ${DESTDIR}/dev
/freebsd/share/man/man5/
H A DMakefile101 RUNTIME= devfs.conf.5 \
102 devfs.rules.5 \
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename77 this->ffi_fs == "devfs" || this->ffi_fs == "" ||
85 this->tfi_fs == "devfs" || this->tfi_fs == "" ||
115 this->ffi_fs == "devfs" || this->ffi_fs == "" ||
125 this->tfi_fs == "devfs" || this->tfi_fs == "" ||
/freebsd/tools/build/
H A Dbeinstall.sh217 mount -t devfs devfs "${BE_MNTPT}/dev" || errx "Unable to mount devfs"
/freebsd/sys/kern/
H A DMake.tags.inc21 ${SYS}/fs/devfs/*.[ch] \
70 ${SYS}/fs/devfs \
/freebsd/share/examples/jails/
H A Drc.conf.jails12 jail_devfs_enable="YES" # mount devfs
19 # in /etc/devfs.rules (which should be created if it doesn't exist):
H A Djail.xxx.conf27 mount.devfs; # mount devfs
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_jail/
H A Djail.conf6 mount.devfs;
/freebsd/share/doc/papers/devfs/
H A DMakefile2 DOC= devfs
/freebsd/share/doc/papers/
H A DMakefile4 devfs \

123