Searched refs:dolog (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 27 extern int debug, dolog; 54 if (dolog) in bootparamproc_whoami_1_svc() 67 if (dolog) syslog(LOG_NOTICE,"This is host %s\n", he->h_name); in bootparamproc_whoami_1_svc() 89 if (dolog) syslog(LOG_NOTICE, in bootparamproc_whoami_1_svc() 102 if (dolog) syslog(LOG_NOTICE,"whoami failed\n"); in bootparamproc_whoami_1_svc() 117 if (dolog) in bootparamproc_getfile_1_svc() 157 if (dolog) in bootparamproc_getfile_1_svc() 168 if (dolog) syslog(LOG_NOTICE, in bootparamproc_getfile_1_svc()
|
H A D | main.c | 29 extern int debug, dolog; 34 int dolog = 0; variable 72 dolog = 1; in main()
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 335 extern void dolog (Char **, struct command *);
|
H A D | sh.init.c | 105 { "log", dolog, 0, 0 }, 175 { "watchlog", dolog, 0, 0 },
|
H A D | tc.who.c | 601 dolog(Char **v, struct command *c) function
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 280 static int dolog = 0; variable 466 dolog = 1; in main() 1272 if (dolog) in mntsrv() 1292 else if (dolog) in mntsrv() 1321 if (dolog) in mntsrv() 1339 if (dolog) in mntsrv() 1349 if (dolog) in mntsrv()
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.c | 247 static int dolog = 0; variable 350 dolog = 1; in main() 649 if (dolog && !ISWRAP(sep)) { in main() 766 if (dolog) { in main()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.c | 142 static void dolog (struct sockaddr *, int); 380 dolog(his_addr, his_addr_len); in main() 1835 dolog(struct sockaddr *sa, int len) in dolog() function
|
/freebsd/libexec/ftpd/ |
H A D | ftpd.c | 223 static void dolog(struct sockaddr *); 574 dolog((struct sockaddr *)&his_addr); in main() 2689 dolog(struct sockaddr *who) in dolog() function
|
/freebsd/sys/kern/ |
H A D | uipc_socket.c | 1016 bool dolog, over; local 1026 dolog = (sooverprio >= 0) && 1034 if (dolog) { 1041 if (dolog) {
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 654 * ftpd/ftpd.c (dolog): update prototype 655 * ftpd/ftpd.c (dolog): use getnameinfo_verified
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 448 int dolog); 10304 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int32_t line, int dolog) in bbr_substate_change() argument 10406 if (dolog) in bbr_substate_change()
|