Home
last modified time | relevance | path

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

/freebsd-14.2/share/examples/sunrpc/msg/
H A Dmsg_proc.c20 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c37 f = fopen(_PATH_CONSOLE, "w");
/freebsd-14.2/include/
H A Dpaths.h52 #define _PATH_CONSOLE "/dev/console" macro
/freebsd-14.2/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c243 i = open(_PATH_CONSOLE, 2); in main()
/freebsd-14.2/contrib/netbsd-tests/include/
H A Dt_paths.c62 { _PATH_CONSOLE, PATH_DEV | PATH_ROOT },
/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c320 (fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >= in vsyslog1()
/freebsd-14.2/usr.sbin/lpr/common_source/
H A Dprintcap.c228 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE, in getprintcap_int()
/freebsd-14.2/sbin/init/
H A Dinit.c598 revoke(_PATH_CONSOLE); in open_console()
599 if ((fd = open(_PATH_CONSOLE, O_RDWR | O_NONBLOCK)) != -1) { in open_console()
1916 revoke(_PATH_CONSOLE); in death_single()
/freebsd-14.2/contrib/libxo/libxo/
H A Dxo_syslog.c263 && (fd = open(_PATH_CONSOLE, flags, 0)) >= 0) { in xo_send_syslog()
/freebsd-14.2/bin/ps/
H A Dps.c898 ttypath = _PATH_CONSOLE; in addelem_tty()
910 if (strcmp(pathbuf, _PATH_CONSOLE) == 0) in addelem_tty()
/freebsd-14.2/usr.sbin/syslogd/
H A Dsyslogd.c154 static const char ctty[] = _PATH_CONSOLE;