Searched refs:_PATH_CONSOLE (Results 1 – 11 of 11) sorted by relevance
/freebsd/share/examples/sunrpc/msg/ |
H A D | msg_proc.c | 19 f = fopen(_PATH_CONSOLE, "w");
|
H A D | printmsg.c | 36 f = fopen(_PATH_CONSOLE, "w");
|
/freebsd/include/ |
H A D | paths.h | 50 #define _PATH_CONSOLE "/dev/console" macro
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_paths.c | 62 { _PATH_CONSOLE, PATH_DEV | PATH_ROOT },
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | ypxfrd_main.c | 242 i = open(_PATH_CONSOLE, 2); in main()
|
/freebsd/lib/libc/gen/ |
H A D | syslog.c | 318 (fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >= in vsyslog1()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 222 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE, in getprintcap_int()
|
/freebsd/sbin/init/ |
H A D | init.c | 586 revoke(_PATH_CONSOLE); in open_console() 587 if ((fd = open(_PATH_CONSOLE, O_RDWR | O_NONBLOCK)) != -1) { in open_console() 1904 revoke(_PATH_CONSOLE); in death_single()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 263 && (fd = open(_PATH_CONSOLE, flags, 0)) >= 0) { in xo_send_syslog()
|
/freebsd/bin/ps/ |
H A D | ps.c | 876 ttypath = _PATH_CONSOLE; in addelem_tty() 888 if (strcmp(pathbuf, _PATH_CONSOLE) == 0) in addelem_tty()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 720 (void)strlcpy(consfile.f_fname, _PATH_CONSOLE + sizeof(_PATH_DEV) - 1, in main() 3204 if (strcmp(p, _PATH_CONSOLE) == 0) in parse_action()
|