Home
last modified time | relevance | path

Searched refs:_PATH_POWER (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/powerd/
H A Dpowerd.c130 if ((fd = prog_open(_PATH_POWER, O_RDONLY|O_NONBLOCK, 0600)) == -1) { in main()
131 powerd_log(LOG_ERR, "open %s: %s", _PATH_POWER, in main()
296 powerd_log(LOG_ERR, "read of %s: %s", _PATH_POWER, in dispatch_dev_power()
312 _PATH_POWER, pev.pev_type); in dispatch_dev_power()
/netbsd-src/include/
H A Dpaths.h87 #define _PATH_POWER "/dev/power" macro
/netbsd-src/tests/include/
H A Dt_paths.c86 { _PATH_POWER, PATH_DEV | PATH_ROOT | PATH_OPT },