Searched refs:_PATH_POWER (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.sbin/powerd/ |
| H A D | powerd.c | 130 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 D | paths.h | 87 #define _PATH_POWER "/dev/power" macro
|
| /netbsd-src/tests/include/ |
| H A D | t_paths.c | 86 { _PATH_POWER, PATH_DEV | PATH_ROOT | PATH_OPT },
|