| /freebsd-12.1/sbin/devfs/ |
| H A D | Makefile | 3 CONFS= devfs.conf devfs.rules 7 PROG= devfs 8 SRCS= devfs.c rule.c 9 MAN= devfs.8
|
| H A D | devfs.rules | 2 # 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 D | README.macos | 10 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 D | Makefile | 15 devfs.5 \ 16 devfs.conf.5 \ 17 devfs.rules.5 \
|
| /freebsd-12.1/release/tools/ |
| H A D | vmimage.subr | 150 mount -t devfs devfs ${DESTDIR}/dev 191 mount -t devfs devfs ${DESTDIR}/dev
|
| H A D | gce.conf | 99 mount -t devfs devfs ${DESTDIR}/dev
|
| /freebsd-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | mount | 55 mount -t devfs devfs $BSDINSTALL_CHROOT/dev
|
| H A D | script | 141 mount -t devfs devfs "$BSDINSTALL_CHROOT/dev"
|
| /freebsd-12.1/tools/tools/mfi/ |
| H A D | runmegacli.sh | 19 mount -t devfs devfs $linuxdir/dev
|
| /freebsd-12.1/libexec/rc/rc.d/ |
| H A D | devfs | 44 if [ -r /etc/devfs.conf ]; then 67 done < /etc/devfs.conf
|
| /freebsd-12.1/share/examples/etc/ |
| H A D | README.examples | 19 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 D | config | 10 # 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 D | Makefile | 75 @-( 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 D | vop_rename | 78 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 D | vop_readdir | 56 this->fi_fs == "devfs" || this->fi_fs == ""/ /* probe ID $(( 77 this->fi_fs == "devfs" || this->fi_fs == "" ||
|
| H A D | vop_symlink | 61 this->fi_fs == "devfs" || this->fi_fs == "" || 81 this->fi_fs == "devfs" || this->fi_fs == "" ||
|
| H A D | vop_create | 60 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 D | functions-upgrade.sh | 57 mount -t devfs devfs ${FSMNT}/dev
|
| /freebsd-12.1/share/examples/jails/ |
| H A D | rc.conf.jails | 13 jail_devfs_enable="YES" # mount devfs 20 # in /etc/devfs.rules (which should be created if it doesn't exist):
|
| H A D | jail.xxx.conf | 28 mount.devfs; # mount devfs
|
| /freebsd-12.1/share/doc/papers/devfs/ |
| H A D | Makefile | 4 DOC= devfs
|
| /freebsd-12.1/share/doc/papers/ |
| H A D | Makefile | 6 devfs \
|
| /freebsd-12.1/sys/kern/ |
| H A D | Make.tags.inc | 30 ${SYS}/fs/devfs/*.[ch] \ 89 ${SYS}/fs/devfs \
|
| /freebsd-12.1/release/ |
| H A D | release.sh | 259 mount -t devfs devfs ${CHROOTDIR}/dev
|
| /freebsd-12.1/release/picobsd/tinyware/oinit/ |
| H A D | oinit.c | 881 int devfs=0,c,i; in main() local 908 devfs=1; in main() 920 if(devfs) in main()
|