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

123

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c26 #include <sys/mnttab.h>
161 * Setup to watch mnttab changes
163 * When mnttab changes, POLLRDBAND is set. However, glib does not
168 * - associate the port with mnttab file descriptor and POLLRDBAND
213 HAL_INFO (("mnttab event"));
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-unmount.c43 #include <sys/mnttab.h>
H A Dhal-storage-shared.c43 #include <sys/mnttab.h>
106 static struct mnttab mnt;
/osnet-11/usr/src/lib/libshadowtest/common/
H A Dlibshadowtest.c35 #include <sys/mnttab.h>
151 struct mnttab mntent;
161 return (st_error("failed to open /etc/mnttab"));
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c296 FILE *mnttab = fopen ("/etc/mnttab", "r");
297 if (! mnttab)
300 while (getextmntent (mnttab, &mnt, sizeof (mnt)) == 0)
334 fclose (mnttab);
1618 FILE *mnttab = fopen ("/etc/mnttab", "r");
1619 if (! mnttab)
1622 while (getextmntent (mnttab, &mnt, sizeof (mnt)) == 0)
1632 fclose (mnttab);
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dmnt.c492 #include <mnttab.h>
495 #include <sys/mnttab.h>
506 #define MOUNTED "/etc/mnttab"
606 #define mntent mnttab
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_mount.c39 #include <sys/mnttab.h>
1565 struct mnttab mntref;
1576 "failed to open /etc/mnttab\n"));
1608 * Now, search mnttab and find mount point of parent dir device.
1638 if (getmntany(fp, (struct mnttab *)
1709 * Description: This function iterates through the mnttab and finds all
1724 struct mnttab *table = NULL;
1725 struct mnttab ent;
1726 struct mnttab *entp = NULL;
1735 /* Read in the mnttab int
[all...]
H A Dbe_activate.c35 #include <sys/mnttab.h>
44 char *mnttab = MNTTAB; variable
H A Dbe_zones.c38 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c47 #include <sys/mnttab.h>
328 FILE *mnttab; local
329 struct mnttab query, result;
331 if ((mnttab = fopen(MNTTAB, "r")) == NULL) {
339 if (getmntany(mnttab, &result, &query) != 0) {
340 (void) fclose(mnttab);
344 (void) fclose(mnttab);
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c38 #include <sys/mnttab.h>
62 struct mnttab mt;
63 struct mnttab mt_find;
350 * If /etc/mnttab has been modified since the last time
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c41 #include <sys/mnttab.h>
287 struct mnttab m;
295 /* look in mnttab */
329 } else { /* device isn't in mnttab - does it overlap? */
355 struct mnttab m;
363 /* look in mnttab */
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c235 struct mnttab entry;
H A Dlibzfs.h31 #include <sys/mnttab.h>
219 struct mnttab *);
221 struct mnttab *);
H A Dlibzfs_mount.c194 struct mnttab entry;
1162 * arbitrarily (on I/O error, for example). Instead, we walk /etc/mnttab and
1169 struct mnttab entry;
H A Dlibzfs_dataset.c623 struct mnttab mtn_mt;
652 struct mnttab entry;
699 struct mnttab *entry)
702 struct mnttab srch = { 0 };
703 struct mnttab found = { 0 };
712 * to do that in a context where the appropriate struct mnttab *
758 struct mnttab *entry)
764 struct mnttab srch = { 0 };
2752 * from /etc/mnttab, if it is mounted. Return -1 if the dataset has
2753 * a mnttab entr
[all...]
/osnet-11/usr/src/lib/pam_modules/zfs_key/
H A Dzfs_key.c131 struct mnttab mget;
132 struct mnttab mref;
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h63 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c57 #include <sys/mnttab.h>
793 struct mnttab mnt_record;
794 struct mnttab *mp = &mnt_record;
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c37 #include <sys/mnttab.h>
148 fprintf(stderr, "nfs_mntinfo: Can't access mnttab. %s\n",
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c33 #include <sys/mnttab.h>
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc114 #include <sys/mnttab.h>
520 int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
521 int getmntent(FILE *fd, struct mnttab *mp);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c88 #include <sys/mnttab.h>
2460 struct mnttab entry;
2570 struct mnttab entry;
2582 * iterate through entries in mnttab looking for
2673 struct mnttab entry;
2702 * continue going through entries in mnttab looking for
3017 * pointer to mnttab entry to validate
3026 sa_mntent_is_shareable(libshare_handle_t *shdl, struct mnttab *entry)
H A Dlibshare_util.c47 #include <sys/mnttab.h>
797 * the current zone. Each mnttab entry has an mountpoint
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_local.c32 #include <sys/mnttab.h>

Completed in 1595 milliseconds

123