HomeSort by: relevance | last modified time | path
    Searched refs:f_prevcount (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/syslogd/
sign.c 564 /* we have to preserve the f_prevcount */
566 tmpcnt = fq->f->f_prevcount;
568 fq->f->f_prevcount = tmpcnt;
696 tmpcnt = fq->f->f_prevcount;
698 fq->f->f_prevcount = tmpcnt;
syslogd.h 370 int f_prevcount; /* repetition cnt of prevmsg */ member in struct:filed
syslogd.c 2022 f->f_prevcount++;
2024 f->f_prevcount, (long)(now - f->f_time),
2039 if (f->f_prevcount)
2243 if (f->f_prevcount > 1) {
2264 "last message repeated %d times", f->f_prevcount);
2613 f->f_prevcount = 0;
2850 if (f->f_prevcount && now >= REPEATTIME(f)) {
2852 TypeInfo[f->f_type].name, f->f_prevcount,
3011 if (f->f_prevcount)
3457 if (f->f_prevcount)
    [all...]

Completed in 15 milliseconds