Lines Matching refs:mnttab
55 #include <sys/mnttab.h>
5851 struct mnttab mnt;
6193 struct mnttab entry;
6202 * When mount is given no arguments, go through /etc/mnttab and
6280 * absolute path, find the entry /etc/mnttab, verify that its a ZFS filesystem,
6294 * Search for the path in /etc/mnttab. Rather than looking for the
6347 (void) fprintf(stderr, gettext("warning: %s not in mnttab\n"),
6461 * since we would have to linearly search /etc/mnttab for each
6462 * one. Instead, do one pass through /etc/mnttab looking for
6472 struct mnttab entry;
7128 if ((mnttab_file = fopen(MNTTAB, "r")) == NULL) {
7130 "open %s\n"), MNTTAB);