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

  /src/libexec/lfs_cleanerd/
coalesce.c 396 int totals[COALESCE_MAXERROR]; local
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
255 memset(&totals, 0, sizeof(totals));
256 totals.f_frsize = DEV_BSIZE;
257 strlcpy(totals.f_mntfromname, "total",
258 sizeof(totals.f_mntfromname));
273 addstat(&totals, &mntbuf[i]);
282 prtstat(&totals, maxwidth);
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 1580 RF_AccTotals_t *totals; local
1750 totals = (RF_AccTotals_t *) data;
1751 *totals = raidPtr->acc_totals;

Completed in 23 milliseconds