Searched refs:mntfrom (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/df/ |
H A D | df.c | 57 int mntfrom; member 468 mwp->mntfrom = imax(mwp->mntfrom, (int)strlen("Filesystem")); in prtstat() 488 xo_emit("{T:/%-*s}", mwp->mntfrom, "Filesystem"); in prtstat() 512 xo_emit("{tk:name/%-*s}", mwp->mntfrom, sfsp->f_mntfromname); in prtstat() 590 mwp->mntfrom = imax(mwp->mntfrom, (int)strlen(sfsp->f_mntfromname)); in update_maxwidths()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 451 const char **mntfrom, const char **mntto, const char **fstype) in _mtab_helper() argument 454 *mntfrom = sp->f_mntfromname; in _mtab_helper() 462 *mntfrom = *fstype = "proc"; in _mtab_helper() 471 if (strncmp(*mntfrom, "map ", 4) == 0) in _mtab_helper() 472 *mntfrom += 4; in _mtab_helper() 476 *mntfrom = *fstype = "sysfs"; in _mtab_helper() 511 const char *mntto, *mntfrom, *fstype; in linprocfs_domtab() local 540 error = _mtab_helper(pn, sp, &mntfrom, &mntto, &fstype); in linprocfs_domtab() 550 sbuf_printf(sb, "%s %s %s ", mntfrom, mntto, fstype); in linprocfs_domtab() 566 const char *mntfrom, *mntto, *fstype; in linprocfs_doprocmountinfo() local [all …]
|