Searched refs:devd (Results 1 – 25 of 26) sorted by relevance
12
| /src/sbin/devd/ |
| H A D | Makefile | 4 PACKAGE=devd 6 CONFS= devd.conf 8 DEVDDIR= /etc/devd 73 PROG_CXX=devd 74 SRCS= devd.cc token.l parse.y y.tab.h 75 MAN= devd.8 devd.conf.5
|
| /src/release/tools/ |
| H A D | arm.subr | 110 echo >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 112 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 114 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 116 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 118 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 120 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 122 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 124 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf 126 >> ${CHROOTDIR}/${DESTDIR}/etc/devd.conf
|
| /src/release/packages/ucl/ |
| H A D | devd-all.ucl | 29 The devd utility is a system daemon that runs in the background all the time. 30 Whenever a device is added to or removed from the device tree, devd will 31 execute actions specified in devd.conf(5). For example, devd might execute 34 be for devd to use a table to locate and load via kldload(8) the proper driver
|
| H A D | README | 32 * If a package contains hooks intended to be invoked from devd, do not add 33 a dependency on "devd". Like rc, devd is optional. The exception is if 34 the package doesn't work at all without devd, in which case a dependency 44 previously mentioned examples (rc, devd, etc.), add a dependency on
|
| H A D | devd.ucl | 20 # devd uses /bin/sh to invoke hooks.
|
| H A D | devmatch-all.ucl | 24 operation by devd(8) when new hardware is attached to the system.
|
| H A D | acpi-all.ucl | 31 invoked automatically by devd(8) when the system power state changes.
|
| H A D | dhclient-all.ucl | 42 The DHCP client is typically started automatically on boot, or by devd(8)
|
| /src/stand/i386/libi386/ |
| H A D | biosdisk.c | 715 struct disk_devdesc devd; in bd_print_common() local 759 devd.dd.d_dev = dev; in bd_print_common() 760 devd.dd.d_unit = i; in bd_print_common() 761 devd.d_slice = D_SLICENONE; in bd_print_common() 762 devd.d_partition = D_PARTNONE; in bd_print_common() 763 if (disk_open(&devd, in bd_print_common() 768 ret = disk_print(&devd, line, verbose); in bd_print_common() 769 disk_close(&devd); in bd_print_common()
|
| /src/etc/mtree/ |
| H A D | BSD.root.dist | 58 devd tags=package=devd
|
| H A D | BSD.tests.dist | 492 devd
|
| /src/usr.sbin/bluetooth/rtlbtfw/ |
| H A D | Makefile | 3 CONFSDIR= /etc/devd
|
| /src/usr.sbin/bluetooth/iwmbtfw/ |
| H A D | Makefile | 3 CONFSDIR= /etc/devd
|
| /src/libexec/rc/rc.d/ |
| H A D | devd | 23 if get_pidfile_from_conf pid-file /etc/devd.conf; then
|
| H A D | Makefile | 139 DEVDPACKAGE= devd 140 DEVD= devd
|
| /src/usr.sbin/syslogd/ |
| H A D | syslog.conf | 13 !-devd
|
| /src/libexec/rc/ |
| H A D | netstart | 35 /etc/rc.d/devd ${_start}
|
| /src/share/examples/etc/ |
| H A D | README.examples | 17 devd.conf - configuration file for devd(8)
|
| /src/usr.sbin/newsyslog/ |
| H A D | newsyslog.conf | 24 /var/log/devd.log 644 3 1000 * JC
|
| /src/sbin/ |
| H A D | Makefile | 9 devd \
|
| /src/share/mk/ |
| H A D | local.dirdeps.mk | 265 sbin/devd/tests \
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 28 sudo setup-devd udev
|
| /src/targets/pseudo/tests/ |
| H A D | Makefile.depend | 188 sbin/devd/tests \
|
| /src/targets/pseudo/userland/ |
| H A D | Makefile.depend | 56 sbin/devd \
|
| /src/ |
| H A D | UPDATING | 839 FreeBSD-devd FreeBSD-devmatch 1176 The resume code now notifies devd with the 'kernel' system 1815 r335753 introduced a new quoting method. However, etc/devd/devmatch.conf 1958 devmatch functionality has been turned on in devd. It will automatically
|
12