HomeSort by relevance Sort by last modified time
    Searched refs:nrecs (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
print-cnfp.c 163 int nrecs, ver; local
172 nrecs = EXTRACT_32BITS(&nh->count);
189 ND_PRINT((ndo, "%2u recs", nrecs));
191 for (; nrecs != 0; nr++, nrecs--) {
253 int nrecs, ver; local
262 nrecs = EXTRACT_32BITS(&nh->count);
280 ND_PRINT((ndo, "%2u recs", nrecs));
282 for (; nrecs != 0; nr++, nrecs--)
350 int nrecs, ver; local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/include/
write_log.h 157 extern int wlog_scan_backward(struct wlog_file *wfile, int nrecs,
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 256 * wlog_file structure initialized by wlog_open(). nrecs is the number
257 * of records to scan (all records are scanned if nrecs is 0). func is
262 int wlog_scan_backward(struct wlog_file *wfile, int nrecs,
295 while ((!nrecs || recnum < nrecs) && offset > 0) {
390 if (nrecs && recnum >= nrecs)
  /external/syslinux/core/fs/xfs/
xfs_dir2.c 496 int nrecs)
500 for (i = 0; i < nrecs; i++) {
511 return be64_to_cpu(pp[nrecs - 1]);

Completed in 818 milliseconds