Home
last modified time | relevance | path

Searched refs:PATH_DEVCTL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/devd/
H A Ddevd.h55 #define PATH_DEVCTL "/dev/devctl" macro
H A Ddevd.cc1044 fd = open(PATH_DEVCTL, O_RDONLY | O_CLOEXEC); in event_loop()
1046 err(1, "Can't open devctl device %s", PATH_DEVCTL); in event_loop()