Searched refs:mntto (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 451 const char **mntfrom, const char **mntto, const char **fstype) in _mtab_helper() argument 457 *mntto = sp->f_mntonname; 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() 547 if (strncmp(mntto, dlep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_domtab() 548 mntto += lep_len; 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 593 error = _mtab_helper(pn, sp, &mntfrom, &mntto, &fstype); in linprocfs_doprocmountinfo() 599 if (strncmp(mntto, dlep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_doprocmountinfo() [all …]
|