Lines Matching defs:mntfrom
454 const char **mntfrom, const char **mntto, const char **fstype)
457 *mntfrom = sp->f_mntfromname;
465 *mntfrom = *fstype = "proc";
474 if (strncmp(*mntfrom, "map ", 4) == 0)
475 *mntfrom += 4;
479 *mntfrom = path_slash_sys;
515 const char *mntto, *mntfrom, *fstype;
544 error = _mtab_helper(pn, sp, &mntfrom, &mntto, &fstype);
554 sbuf_printf(sb, "%s %s %s ", mntfrom, mntto, fstype);
570 const char *mntfrom, *mntto, *fstype;
597 error = _mtab_helper(pn, sp, &mntfrom, &mntto, &fstype);
643 sbuf_printf(sb, " - %s %s %s\n", fstype, mntfrom,