Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/apmd/
Dpathnames.h33 #define _PATH_APM_CTLDEV "/dev/apmctl" macro
Dapmd.c62 static const char apmdev[] = _PATH_APM_CTLDEV;
/netbsd/src/usr.sbin/apm/
Dapm.c248 fd = open(_PATH_APM_CTLDEV, O_RDWR); in main()
251 _PATH_APM_CTLDEV); in main()