Searched refs:mnttab (Results 51 - 63 of 63) sorted by relevance

123

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c41 #include <sys/mnttab.h>
962 * (starts with '/' or "./"). If so, walk the mnttab trying
973 get_mnttab_info(struct mnttab *mte, char *mntpnt, size_t mplen,
992 * Given a path, walk the mnttab trying to match the device number.
1009 struct mnttab mte;
1043 get_mnttab_info((struct mnttab *)&entry, mntpnt, mplen, dataset,
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c44 #include <sys/mnttab.h>
1240 * Currently only /etc/mnttab entries are being checked
1249 struct mnttab mt;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c41 #include <sys/mnttab.h>
1472 struct mnttab tab_wildcard, tab_match;
1486 * No mnttab means nothing is mounted
1494 * No match in mnttab so we're not mounted ... at least
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c24 #include <sys/mnttab.h>
1568 /* this volume matches the mnttab entry */
1572 hasmntopt ((struct mnttab *)&m, "ro") ? TRUE : FALSE);
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c45 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c42 #include <sys/mnttab.h>
3917 * pointing to a mnttab structure containing the mount's information.
3923 zonecfg_find_mounts(char *rootpath, int (*callback)(const struct mnttab *,
3925 FILE *mnttab; local
3926 struct mnttab m;
3940 mnttab = fopen("/etc/mnttab", "r");
3942 if (mnttab == NULL)
3945 if (ioctl(fileno(mnttab), MNTIOC_SHOWHIDDEN, NULL) < 0) {
3950 while (!getmntent(mnttab,
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh451 # of the path not being an exact match of the entry in /etc/mnttab (e.g. an
469 # If mountpoint=legacy, consult /etc/mnttab.
472 '$1 == dsn { print $2; exit }' /etc/mnttab)
3161 # Read /etc/mnttab
3178 done < /etc/mnttab
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c40 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c31 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c58 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c37 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c44 #include <sys/mnttab.h>
/osnet-11/usr/src/grub/grub2/
H A Dconfigure11194 for ac_header in libzfs.h libnvpair.h sys/param.h sys/mount.h sys/mnttab.h sys/mkdev.h
[all...]

Completed in 2405 milliseconds

123