Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linprocfs/
HDlinprocfs.c324 char *dlep, *flep, *mntto, *mntfrom, *fstype; in linprocfs_domtab() local
356 mntto = sp->f_mntonname; in linprocfs_domtab()
357 if (strncmp(mntto, lep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_domtab()
358 mntto += lep_len; in linprocfs_domtab()
368 sbuf_printf(sb, "/sys %s sysfs %s", mntto, in linprocfs_domtab()
374 sbuf_printf(sb, "%s %s %s %s", mntfrom, mntto, fstype, in linprocfs_domtab()