Home
last modified time | relevance | path

Searched refs:_PATH_CONSOLE (Results 1 – 12 of 12) sorted by relevance

/openbsd/sbin/reboot/
H A Dreboot.c193 if (revoke(_PATH_CONSOLE) == -1) in main()
197 fd = open(_PATH_CONSOLE, O_RDWR); in main()
/openbsd/sbin/shutdown/
H A Dshutdown.c167 if (unveil(_PATH_CONSOLE, "rw") == -1) in main()
168 err(1, "unveil %s", _PATH_CONSOLE); in main()
463 if (revoke(_PATH_CONSOLE) == -1) in die_you_gravy_sucking_pig_dog()
467 fd = open(_PATH_CONSOLE, O_RDWR); in die_you_gravy_sucking_pig_dog()
/openbsd/include/
H A Dpaths.h44 #define _PATH_CONSOLE "/dev/console" macro
/openbsd/usr.sbin/lpd/
H A Dlp.h28 #define DEFAULT_LF _PATH_CONSOLE
/openbsd/sys/arch/powerpc64/stand/rdboot/
H A Drdboot.c62 fd = open(_PATH_CONSOLE, O_RDWR); in main()
/openbsd/sys/arch/octeon/stand/rdboot/
H A Drdboot.c62 fd = open(_PATH_CONSOLE, O_RDWR); in main()
/openbsd/usr.sbin/lpr/lpd/
H A Drecvjob.c92 LF = _PATH_CONSOLE; in recvjob()
H A Dprintjob.c1298 LF = _PATH_CONSOLE; in init()
/openbsd/sbin/init/
H A Dinit.c520 setctty(_PATH_CONSOLE); in f_single_user()
677 setctty(_PATH_CONSOLE); in f_runcom()
1340 setctty(_PATH_CONSOLE); in f_nice_death()
/openbsd/bin/ps/
H A Dps.c213 ttypath = _PATH_CONSOLE; in main()
/openbsd/usr.sbin/syslogd/
H A Dprivsep.c543 if (strcmp(_PATH_CONSOLE, tty) && strncmp(tty, ttypre, strlen(ttypre))) in check_tty_name()
H A Dsyslogd.c125 const char ctty[] = _PATH_CONSOLE;