Searched refs:logged (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sbin/shutdown/
H A Dshutdown.c257 int logged; local
260 logged = 1;
264 logged = 0;
283 if (!logged && tp->timeleft <= NOLOG_TIME) {
284 logged = 1;
/freebsd-13-stable/contrib/sendmail/src/
H A Dusersmtp.c426 static bool logged = false; local
433 logged = false;
440 if (LogLevel > 8 && !logged)
446 logged = true;
H A Ddaemon.c997 bool logged = false; local
1013 /* log only if not logged before */
1014 if (!logged)
1023 logged = true;
1035 /* log only if not logged before */
1036 if (!logged)
1041 logged = true;
H A Dparseaddr.c3236 static bool logged = false; local
3251 if (!logged)
3255 logged = true;
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c2191 * The clear/increment are only logged
3157 uint32_t logged, uint64_t cur_bw, uint64_t low_bnd,
3165 log.u_bbr.flex1 = logged;
3312 int32_t calc, logged, plus; local
3314 logged = 0;
3349 logged |= 1;
3364 logged |= 2;
3383 logged |= 4;
3385 if (logged &&
3392 logged
3156 rack_log_timely(struct tcp_rack *rack, uint32_t logged, uint64_t cur_bw, uint64_t low_bnd, uint64_t up_bnd, int line, uint8_t method) argument
3455 uint32_t logged, new_per, ss_red, ca_red, rec_red, alt, val; local
[all...]

Completed in 181 milliseconds