Searched refs:totalbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/bin/df/
H A Ddf.c113 struct statfs statfsbuf, totalbuf; local
135 memset(&totalbuf, 0, sizeof(totalbuf));
136 totalbuf.f_bsize = DEV_BSIZE;
137 strlcpy(totalbuf.f_mntfromname, "total", MNAMELEN);
277 addstat(&totalbuf, &statfsbuf);
324 addstat(&totalbuf, &mntbuf[i]);
331 prtstat(&totalbuf, &maxwidths);

Completed in 46 milliseconds