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

  /src/libexec/lfs_cleanerd/
coalesce.c 396 int totals[COALESCE_MAXERROR]; local in function:clean_all_inodes
399 memset(totals, 0, sizeof(totals));
407 ++totals[r];
411 if (totals[i])
413 totals[i]);
415 return totals[COALESCE_OK];
  /src/bin/df/
df.c 98 struct statvfs *mntbuf, totals; local in function:main
253 memset(&totals, 0, sizeof(totals));
254 totals.f_frsize = DEV_BSIZE;
255 strlcpy(totals.f_mntfromname, "total",
256 sizeof(totals.f_mntfromname));
271 addstat(&totals, &mntbuf[i]);
280 prtstat(&totals, maxwidth);
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 1580 RF_AccTotals_t *totals; local in function:raidioctl
1750 totals = (RF_AccTotals_t *) data;
1751 *totals = raidPtr->acc_totals;

Completed in 22 milliseconds