Home
last modified time | relevance | path

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

/freebsd-12.1/share/examples/sunrpc/msg/
H A Dmsg_proc.c21 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c38 f = fopen(_PATH_CONSOLE, "w");
/freebsd-12.1/release/picobsd/tinyware/oinit/
H A Doinit.c463 f=open(_PATH_CONSOLE,O_RDWR); in do_command()
624 fd=open(_PATH_CONSOLE,O_RDWR); in runcom()
663 fd=open(_PATH_CONSOLE,O_RDWR); in runcom()
927 sprintf(ttys[i].tty,_PATH_CONSOLE); in main()
/freebsd-12.1/include/
H A Dpaths.h50 #define _PATH_CONSOLE "/dev/console" macro
/freebsd-12.1/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c243 i = open(_PATH_CONSOLE, 2); in main()
/freebsd-12.1/contrib/netbsd-tests/include/
H A Dt_paths.c62 { _PATH_CONSOLE, PATH_DEV | PATH_ROOT },
/freebsd-12.1/lib/libc/gen/
H A Dsyslog.c334 (fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >= in vsyslog1()
/freebsd-12.1/usr.sbin/lpr/common_source/
H A Dprintcap.c230 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE, in getprintcap_int()
/freebsd-12.1/sbin/init/
H A Dinit.c616 revoke(_PATH_CONSOLE); in open_console()
617 if ((fd = open(_PATH_CONSOLE, O_RDWR | O_NONBLOCK)) != -1) { in open_console()
1860 revoke(_PATH_CONSOLE); in death_single()
/freebsd-12.1/contrib/libxo/libxo/
H A Dxo_syslog.c263 && (fd = open(_PATH_CONSOLE, flags, 0)) >= 0) { in xo_send_syslog()
/freebsd-12.1/bin/ps/
H A Dps.c862 ttypath = _PATH_CONSOLE; in addelem_tty()
874 if (strcmp(pathbuf, _PATH_CONSOLE) == 0) in addelem_tty()
/freebsd-12.1/usr.sbin/syslogd/
H A Dsyslogd.c155 static const char ctty[] = _PATH_CONSOLE;