Searched refs:nrecs (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-cnfp.c | 163 int nrecs, ver; in cnfp_v1_print() local 172 nrecs = EXTRACT_32BITS(&nh->count); in cnfp_v1_print() 189 ND_PRINT((ndo, "%2u recs", nrecs)); in cnfp_v1_print() 191 for (; nrecs != 0; nr++, nrecs--) { in cnfp_v1_print() 252 int nrecs, ver; in cnfp_v5_print() local 261 nrecs = EXTRACT_32BITS(&nh->count); in cnfp_v5_print() 279 ND_PRINT((ndo, "%2u recs", nrecs)); in cnfp_v5_print() 281 for (; nrecs != 0; nr++, nrecs--) { in cnfp_v5_print() 348 int nrecs, ver; in cnfp_v6_print() local 357 nrecs = EXTRACT_32BITS(&nh->count); in cnfp_v6_print() [all …]
|
/external/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 262 int wlog_scan_backward(struct wlog_file *wfile, int nrecs, in wlog_scan_backward() argument 295 while ((!nrecs || recnum < nrecs) && offset > 0) { in wlog_scan_backward() 390 if (nrecs && recnum >= nrecs) in wlog_scan_backward()
|
/external/ltp/testcases/kernel/fs/doio/include/ |
D | write_log.h | 157 extern int wlog_scan_backward(struct wlog_file *wfile, int nrecs,
|