Home
last modified time | relevance | path

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

/dragonfly/share/examples/sunrpc/msg/
H A Dmsg_proc.c22 f = fopen(_PATH_CONSOLE, "w");
H A Dprintmsg.c39 f = fopen(_PATH_CONSOLE, "w");
/dragonfly/lib/libthread_xu/thread/
H A Dthr_init.c259 if (revoke(_PATH_CONSOLE) != 0) in _libpthread_init()
261 if ((fd = __sys_open(_PATH_CONSOLE, O_RDWR)) < 0) in _libpthread_init()
/dragonfly/include/
H A Dpaths.h52 #define _PATH_CONSOLE __SYS_PATH_CONSOLE macro
/dragonfly/initrd/oinit/
H A Doinit.c117 setctty(_PATH_CONSOLE); in runcom()
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c242 i = open(_PATH_CONSOLE, 2); in main()
/dragonfly/sbin/init/
H A Dinit.c668 setctty(_PATH_CONSOLE); in f_single_user()
801 setctty(_PATH_CONSOLE); in f_runcom()
1609 if ((fd = open(_PATH_CONSOLE, O_RDWR)) == -1) in runshutdown()
1610 warning("can't open %s: %m", _PATH_CONSOLE); in runshutdown()
/dragonfly/lib/libc/gen/
H A Dsyslog.c297 (fd = _open(_PATH_CONSOLE, O_WRONLY|O_NONBLOCK|O_CLOEXEC, 0)) >= 0) { in vsyslog_unlocked()
/dragonfly/usr.sbin/lpr/common_source/
H A Dprintcap.c225 CHK(capdb_getaltstr(bp, "lf", "spool.log", _PATH_CONSOLE, in getprintcap_int()
/dragonfly/bin/ps/
H A Dps.c260 ttypath = _PATH_CONSOLE; in main()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c108 const char ctty[] = _PATH_CONSOLE;