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

  /src/usr.sbin/vnconfig/
vnconfig.c 236 int i, nmount; local in function:show
257 nmount = getmntinfo(&mnt, MNT_NOWAIT);
260 nmount = 0;
264 for (i = 0; i < nmount; i++) {
269 if (i < nmount)
vnconfig.c 236 int i, nmount; local in function:show
257 nmount = getmntinfo(&mnt, MNT_NOWAIT);
260 nmount = 0;
264 for (i = 0; i < nmount; i++) {
269 if (i < nmount)

Completed in 21 milliseconds