Home
last modified time | relevance | path

Searched refs:n_reports (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/pppd/chat/
Dchat.c170 int n_reports = 0, report_next = 0, report_gathering = 0 ; variable
1036 if (n_reports >= MAX_REPORTS) in chat_send()
1044 report_string[n_reports++] = s1; in chat_send()
1064 old_max = n_reports; in chat_send()
1065 for (i=0; i < n_reports; i++) { in chat_send()
1070 n_reports--; in chat_send()
1315 for (n = 0; n < n_reports; ++n) { in get_string()
/openbsd/src/sys/dev/ic/
Dqwz.c19063 int i, n_reports; in qwz_htc_process_credit_report() local
19068 n_reports = len / sizeof(*report); in qwz_htc_process_credit_report()
19072 for (i = 0; i < n_reports; i++, report++) { in qwz_htc_process_credit_report()
Dqwx.c20987 int i, n_reports; in qwx_htc_process_credit_report() local
20992 n_reports = len / sizeof(*report); in qwx_htc_process_credit_report()
20996 for (i = 0; i < n_reports; i++, report++) { in qwx_htc_process_credit_report()