Home
last modified time | relevance | path

Searched refs:extmnttab (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c52 static struct extmnttab *mnttab_find();
133 struct extmnttab *mntp; in smbfs_unmount()
160 static struct extmnttab *
165 struct extmnttab mnt;
166 struct extmnttab *res = NULL;
173 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
/titanic_50/usr/src/cmd/fs.d/
H A Dfslib.h45 struct extmnttab *mntl_mnt;
58 void fsfreemnttab(struct extmnttab *);
59 struct extmnttab *fsdupmnttab(struct extmnttab *);
H A Dfslib.c81 static struct extmnttab zmnttab = { 0 };
83 struct extmnttab *
84 fsdupmnttab(struct extmnttab *mnt) in fsdupmnttab()
86 struct extmnttab *new; in fsdupmnttab()
88 new = (struct extmnttab *)malloc(sizeof (*new)); in fsdupmnttab()
130 fsfreemnttab(struct extmnttab *mnt) in fsfreemnttab()
168 struct extmnttab mnt; in fsmkmntlist()
175 while ((ret = getextmntent(mfp, &mnt, sizeof (struct extmnttab))) in fsmkmntlist()
H A Ddf.c159 struct extmnttab *mte_mount;
480 static struct extmnttab *
481 mntdup(struct extmnttab *old) in mntdup()
483 struct extmnttab *new = NEW(struct extmnttab); in mntdup()
525 struct extmnttab mtab; in mtab_read_file()
536 while ((status = getextmntent(fp, &mtab, sizeof (struct extmnttab))) in mtab_read_file()
723 struct extmnttab *mtp = mtep->mte_mount; in devid_matches()
784 struct extmnttab *entryp; in path_mount_entry()
1767 struct extmnttab *mtp = mount_table[i].mte_mount; in create_request_list()
H A Dmount.c179 struct extmnttab *ment;
603 struct extmnttab mget; in print_mnttab()
611 while ((ret = getextmntent(fd, &mget, sizeof (struct extmnttab))) in print_mnttab()
/titanic_50/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c78 static struct extmnttab *mnttab_find();
81 static int is_v4_mount(struct extmnttab *);
165 struct extmnttab *mntp; in nfs_unmount()
208 static struct extmnttab *
213 struct extmnttab mnt;
214 struct extmnttab *res = NULL;
221 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
361 is_v4_mount(struct extmnttab *mntp) in is_v4_mount()
/titanic_50/usr/src/uts/common/sys/
H A Dmnttab.h71 struct extmnttab { struct
82 struct extmnttab *mbuf_emp; argument
90 extern int getextmntent(FILE *, struct extmnttab *, size_t);
/titanic_50/usr/src/cmd/stat/common/
H A Dmnt.c114 struct extmnttab mnt; in build_mnt_list()
133 (void) memset(&mnt, 0, sizeof (struct extmnttab)); in build_mnt_list()
137 sizeof (struct extmnttab))) != -1) { in build_mnt_list()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautomount.c62 static struct extmnttab *find_mount();
94 struct extmnttab mnt, *mntp; in main()
350 static struct extmnttab *
356 struct extmnttab *found = NULL;
483 struct extmnttab *mnt; in do_unmounts()
H A Dauto_mnttab.c60 struct extmnttab *mnt; in get_devid()
H A Dautomount.h274 extern dev_t get_devid(struct extmnttab *);
H A Dautod_nfs.c4044 static struct extmnttab *
4049 struct extmnttab mnt;
4050 struct extmnttab *res = NULL;
4058 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
4088 struct extmnttab *mntp; in is_v4_mount()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetmntent.c187 embuf.mbuf_emp = (struct extmnttab *)mgetp; in getmntany()
223 getmntent_common(FILE *fp, struct extmnttab *emp, int command) in getmntent_common()
274 return (getmntent_common(fp, (struct extmnttab *)mp, MNTIOC_GETMNTENT)); in getmntent()
279 getextmntent(FILE *fp, struct extmnttab *emp, size_t len) in getextmntent()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgserv.c86 free_xmnt(struct extmnttab *xmnt) in free_xmnt()
94 copy_xmnt(const struct extmnttab *xmnt, struct extmnttab *saved) in copy_xmnt()
157 struct extmnttab xmnt; in pkgfindrealsadmdir()
160 struct extmnttab saved = {NULL, NULL, NULL, NULL, NULL, 0, 0}; in pkgfindrealsadmdir()
/titanic_50/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c249 struct extmnttab *tabp = &elemp->mnte_tab; in mntfs_populate_text()
472 bcmp(&a->mnte_tab, &b->mnte_tab, sizeof (struct extmnttab)) == 0) in mntfs_is_same_element()
1398 mntfs_copyout_elem(mntelem_t *elemp, struct extmnttab *uemp, in mntfs_copyout_elem()
1401 STRUCT_DECL(extmnttab, ktab); in mntfs_copyout_elem()
1404 struct extmnttab *dbtabp = &elemp->mnte_tab; in mntfs_copyout_elem()
1439 ssize = SIZEOF_STRUCT(extmnttab, datamodel); in mntfs_copyout_elem()
1608 STRUCT_DECL(extmnttab, ktab); /* Out copy of user's emp */ in mntioctl()
1609 struct extmnttab *uemp; /* uaddr of user's emp */ in mntioctl()
1612 struct extmnttab preftab; /* our version of user's emp */ in mntioctl()
1615 struct extmnttab *dbtabp; /* element's extmnttab */ in mntioctl()
[all …]
/titanic_50/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c51 static fs_mntlist_t *create_extmntlist_entry(struct extmnttab mnttab_entry);
339 struct extmnttab mnttab_entry; in fs_get_mount_list()
349 sizeof (struct extmnttab)) == 0) { in fs_get_mount_list()
592 create_extmntlist_entry(struct extmnttab mnttab_entry) { in create_extmntlist_entry()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dmntdata.h49 struct extmnttab mnte_tab;
/titanic_50/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c1026 struct extmnttab mnt; in mkmntlist()
1034 while (getextmntent(mounted, &mnt, sizeof (struct extmnttab)) == NULL) { in mkmntlist()
/titanic_50/usr/src/cmd/zinject/
H A Dtranslate.c92 struct extmnttab mp; in parse_pathname()
/titanic_50/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1036 struct extmnttab m; in mi_print()
1062 while (getextmntent(mt, &m, sizeof (struct extmnttab)) == 0) { in mi_print()
/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c1239 struct extmnttab ent; in get_zfsvolname()
/titanic_50/usr/src/cmd/power/
H A Dhandlers.c895 struct extmnttab ent; in check_mount()
/titanic_50/usr/src/lib/libsysevent/
H A Dlibsysevent.c1819 struct extmnttab m; in sysevent_open_channel()
1837 while (getextmntent(fp, &m, sizeof (struct extmnttab)) == 0) { in sysevent_open_channel()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c663 struct extmnttab entry; in zfs_path_to_zhandle()
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1040 struct extmnttab ent; in create_lock()

12