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

  /src/sbin/umount/
umount.c 101 int mnts; local in function:main
168 if ((mnts = getmntinfo(&mntbuf, ST_NOWAIT)) == 0) {
172 for (errs = 0, mnts--; mnts > 0; mnts--) {
173 if (checkvfsname(mntbuf[mnts].f_fstypename, typelist))
175 if (umountfs(mntbuf[mnts].f_mntonname, typelist,
  /src/usr.sbin/sysinst/
partman.c 201 } *mnts; variable in typeref:struct:__anonfa24e0600108 *
2467 return strcmp(mnts[*(const int *)a].on, mnts[*(const int *)b].on);
2483 if (mnts == NULL)
2484 mnts = calloc(MAX_MNTS, sizeof(*mnts));
2492 mnts[num_devs].mnt_opts = pm_i->bsdlabel[i].mnt_opts;
2495 strlcpy(mnts[num_devs].dev, pm_i->bsdlabel[i].mounted, MOUNTLEN);
2496 mnts[num_devs].mnt_opts = "-t null";
2499 snprintf(mnts[num_devs].dev, STRSIZE, "/dev/%s", dev)
    [all...]

Completed in 108 milliseconds