Home
last modified time | relevance | path

Searched refs:logopen (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dlogerr.h106 int logopen(const char *);
H A Dlogerr.c447 logopen(const char *path) in logopen() function
H A Ddhcpcd.c1489 if (logopen(ctx->logfile) == -1) in dhcpcd_signal_cb()
2105 logopen(ctx.logfile); in main()
H A Dprivsep-root.c597 err = logopen(ctx->logfile); in ps_root_recvmsgcb()
H A Dif-options.c774 logopen(ctx->logfile); in parse_option()
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in541 print $logopen if $debug > 1;
568 $logopen = 0;
/netbsd-src/sys/kern/
H A Dsubr_log.c159 logopen(dev_t dev, int flags, int mode, struct lwp *l) in logopen() function
527 .d_open = logopen,