Searched refs:log_to_fd (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 104 int log_to_fd = 1; /* send log messages to this fd too */ variable 285 { "logfd", o_int, &log_to_fd, 290 { "nolog", o_int, &log_to_fd, 293 { "nologfd", o_int, &log_to_fd, 1959 if (log_to_file && log_to_fd >= 0) 1960 (void) close(log_to_fd); 1961 log_to_fd = fd;
|
H A D | main.c | 467 if (default_device && log_to_fd <= 1) 468 log_to_fd = -1; 491 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0 493 log_to_fd = -1; 1185 log_to_fd = -1; in detach() 1930 if (log_to_fd >= 0) { 1931 if (log_to_fd != 2) { 1932 if (dup2(log_to_fd, 2) < 0) 2603 log_to_fd = -1;
|
H A D | utils.c | 641 if (log_to_fd >= 0 && (level != LOG_DEBUG || debug) && 645 if (write(log_to_fd, buf, n) != n) 646 log_to_fd = -1;
|
H A D | pppd.h | 213 extern int log_to_fd; /* logging to this fd as well as syslog */
|