/titanic_50/usr/src/cmd/fs.d/smbclnt/umount/ |
H A D | umount.c | 52 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 D | fslib.h | 45 struct extmnttab *mntl_mnt; 58 void fsfreemnttab(struct extmnttab *); 59 struct extmnttab *fsdupmnttab(struct extmnttab *);
|
H A D | fslib.c | 81 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 D | df.c | 159 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 D | mount.c | 179 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 D | umount.c | 78 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 D | mnttab.h | 71 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 D | mnt.c | 114 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 D | automount.c | 62 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 D | auto_mnttab.c | 60 struct extmnttab *mnt; in get_devid()
|
H A D | automount.h | 274 extern dev_t get_devid(struct extmnttab *);
|
H A D | autod_nfs.c | 4044 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 D | getmntent.c | 187 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 D | pkgserv.c | 86 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 D | mntvnops.c | 249 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 D | fs_mounts.c | 51 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 D | mntdata.h | 49 struct extmnttab mnte_tab;
|
/titanic_50/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 1026 struct extmnttab mnt; in mkmntlist() 1034 while (getextmntent(mounted, &mnt, sizeof (struct extmnttab)) == NULL) { in mkmntlist()
|
/titanic_50/usr/src/cmd/zinject/ |
H A D | translate.c | 92 struct extmnttab mp; in parse_pathname()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1036 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 D | tlm_lib.c | 1239 struct extmnttab ent; in get_zfsvolname()
|
/titanic_50/usr/src/cmd/power/ |
H A D | handlers.c | 895 struct extmnttab ent; in check_mount()
|
/titanic_50/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1819 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 D | libzfs_util.c | 663 struct extmnttab entry; in zfs_path_to_zhandle()
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 1040 struct extmnttab ent; in create_lock()
|