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

/netbsd-current/bin/df/
H A Ddf.c83 static size_t mntcount; variable
192 mntcount = getmntinfo(&mntbuf, MNT_NOWAIT);
193 if (mntcount == 0)
198 mntcount = regetmntinfo(&mntbuf, mntcount);
202 mntcount = 0;
218 if (!statvfs(mntpt, &mntbuf[mntcount]))
220 (mntbuf[mntcount].f_flag & MNT_LOCAL) == 0)
224 (!selected(mntbuf[mntcount].f_fstypename,
225 sizeof(mntbuf[mntcount]
[all...]

Completed in 80 milliseconds