Home
last modified time | relevance | path

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

123

/freebsd-14.2/sbin/devfs/
H A DMakefile2 CONFS= devfs.conf devfs.rules
6 PROG= devfs
7 SRCS= devfs.c rule.c
8 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-14.2/tools/test/stress2/misc/
H A Ddevfs3.sh39 ./devfs.sh > /dev/null 2>&1 &
41 ./devfs.sh > /dev/null 2>&1 &
H A Ddevfs.sh38 cont=/tmp/devfs.continue
64 mount -t devfs none ${mntpoint}$m
H A Dldt2.sh48 mount | grep $jail | grep -q devfs && umount $jail/dev
59 mount -t devfs devfs $jail/dev
H A Dpread.sh98 mount -t devfs devfs $mntpoint
/freebsd-14.2/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-14.2/share/man/man5/
H A DMakefile12 devfs.5 \
13 devfs.conf.5 \
14 devfs.rules.5 \
/freebsd-14.2/usr.sbin/bsdinstall/scripts/
H A Dmount57 mount -t devfs devfs $BSDINSTALL_CHROOT/dev
H A Djail147 mount -t devfs devfs "$BSDINSTALL_CHROOT/dev"
/freebsd-14.2/tools/tools/mfi/
H A Drunmegacli.sh17 mount -t devfs devfs $linuxdir/dev
/freebsd-14.2/release/tools/
H A Dazure.conf22 mount -t devfs devfs ${DESTDIR}/dev
H A Dec2.conf26 mount -t devfs devfs ${DESTDIR}/dev
H A Dgce.conf97 mount -t devfs devfs ${DESTDIR}/dev
/freebsd-14.2/libexec/rc/rc.d/
H A Ddevfs43 if [ -r /etc/devfs.conf ]; then
66 done < /etc/devfs.conf
/freebsd-14.2/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-14.2/contrib/smbfs/
H A DMakefile75 @-( if [ `mount -t devfs | wc -l` = 0 ]; then \
78 echo This operation is not required with devfs; \
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_jail/
H A Djail.conf6 mount.devfs;
/freebsd-14.2/share/doc/papers/devfs/
H A DMakefile3 DOC= devfs
/freebsd-14.2/share/examples/jails/
H A Djail.xxx.conf27 mount.devfs; # mount devfs
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):
/freebsd-14.2/share/doc/papers/
H A DMakefile5 devfs \
/freebsd-14.2/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-14.2/tools/build/
H A Dbeinstall.sh230 mount -t devfs devfs "${BE_MNTPT}/dev" || errx "Unable to mount devfs"
/freebsd-14.2/sys/kern/
H A DMake.tags.inc22 ${SYS}/fs/devfs/*.[ch] \
71 ${SYS}/fs/devfs \

123