Home
last modified time | relevance | path

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

/openbsd/sbin/reboot/
H A Dreboot.c130 int lidaction = 0; in main() local
132 if (sysctl(mib, 2, NULL, NULL, &lidaction, in main()
133 sizeof(lidaction)) == -1 && errno != EOPNOTSUPP) in main()
/openbsd/sbin/init/
H A Dinit.c1305 int lidaction = 0; in f_nice_death() local
1308 (sysctl(mib, 2, NULL, NULL, &lidaction, in f_nice_death()
1309 sizeof(lidaction)) == -1) && (errno != EOPNOTSUPP)) in f_nice_death()