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

  /src/usr.sbin/vnconfig/
vnconfig.c 236 int i, nmount; local
257 nmount = getmntinfo(&mnt, MNT_NOWAIT);
260 nmount = 0;
264 for (i = 0; i < nmount; i++) {
269 if (i < nmount)
  /src/external/bsd/am-utils/dist/amd/
nfs_start.c 326 int nmount, ret; local
403 nmount = mount_exported();
411 if (nmount == 0) {

Completed in 30 milliseconds