Home
last modified time | relevance | path

Searched refs:mntto (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c454 const char **mntfrom, const char **mntto, const char **fstype) in _mtab_helper() argument
460 *mntto = sp->f_mntonname; in _mtab_helper()
515 const char *mntto, *mntfrom, *fstype; in linprocfs_domtab() local
544 error = _mtab_helper(pn, sp, &mntfrom, &mntto, &fstype); in linprocfs_domtab()
551 if (strncmp(mntto, dlep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_domtab()
552 mntto += lep_len; in linprocfs_domtab()
554 sbuf_printf(sb, "%s %s %s ", mntfrom, mntto, fstype); in linprocfs_domtab()
570 const char *mntfrom, *mntto, *fstype; in linprocfs_doprocmountinfo() local
597 error = _mtab_helper(pn, sp, &mntfrom, &mntto, &fstype); in linprocfs_doprocmountinfo()
603 if (strncmp(mntto, dlep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_doprocmountinfo()
[all …]