Home
last modified time | relevance | path

Searched refs:mntlist (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c81 static HASHSET mntlist; variable
90 static bool_t xdr_mntlistencode(XDR * xdrs, HASHSET * mntlist);
115 return (h_get(mntlist, &m) != NULL); in mntlist_contains()
136 (void) h_put(mntlist, m); in mntlist_insert()
162 if ((m = (struct mntentry *)h_get(mntlist, &mm)) != NULL) { in mntlist_delete()
165 (void) h_delete(mntlist, m); in mntlist_delete()
189 iterator = h_iterator(mntlist); in mntlist_delete_all()
197 (void) h_delete(mntlist, m); in mntlist_delete_all()
220 xdr_mntlistencode(XDR *xdrs, HASHSET *mntlist) in xdr_mntlistencode() argument
222 HASHSET_ITERATOR iterator = h_iterator(*mntlist); in xdr_mntlistencode()
[all …]
/titanic_41/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c53 struct mntlist { struct
55 struct mntlist *mntl_next; argument
118 tsol_mlist_free(struct mntlist *mlist) in tsol_mlist_free()
120 struct mntlist *mlp; in tsol_mlist_free()
121 struct mntlist *oldmlp; in tsol_mlist_free()
172 static struct mntlist *
176 struct mntlist *mntl; in tsol_mkmntlist()
177 struct mntlist *mntst = NULL; in tsol_mkmntlist()
186 mntl = (struct mntlist *)malloc(sizeof (*mntl)); in tsol_mkmntlist()
231 getnfspathbyautofs(struct mntlist *mlist, zoneid_t zoneid, in getnfspathbyautofs()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c88 static struct mntlist *mkmntlist();
90 static struct mntlist *findmntent(char *, struct stat64 *, struct mntlist *);
135 struct mntlist { struct
137 struct mntlist *mntl_next; argument
281 struct mntlist *mntl; in main()
348 struct mntlist *mlp; in main()
767 static struct mntlist *
768 findmntent(char *path, struct stat64 *pstat, struct mntlist *mlist) in findmntent()
773 struct mntlist *mlp; in findmntent()
1020 struct mntlist *
[all …]
/titanic_41/usr/src/cmd/initpkg/
H A Dmountall.sh124 mntlist="$mntlist $4"
421 [ -z "$mntlist" ] || /sbin/mount -a $mntlist
H A DrcS.sh58 mntlist=
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dauto_mnttab.c44 struct mntlist *
47 struct mntlist *mntl; in getmntlist()
H A Dautomount.h257 extern struct mntlist *current_mounts;
273 extern struct mntlist *getmntlist(void);
H A Dautomount.c355 struct mntlist *mntl;
482 struct mntlist *mntl; in do_unmounts()
H A Dauto_subr.c70 struct mntlist *current_mounts;
/titanic_41/usr/src/cmd/fs.d/
H A Dfslib.h42 typedef struct mntlist { struct
46 struct mntlist *mntl_next; argument
H A Dmount.c912 parmount(char **mntlist, int count, char *fstype) in parmount() argument
948 mntlist = NULL; /* used as a flag later */ in parmount()
957 vfsll = getvfsall(fstype, mntlist == NULL); in parmount()
963 (vfsarray = make_vfsarray(mntlist, count)) == NULL) { in parmount()
964 if (mntlist == NULL) /* not an error - just none found */ in parmount()
1082 make_vfsarray(char **mntlist, int count) in make_vfsarray() argument
1097 if (mntlist == NULL) { in make_vfsarray()
1131 for (ndx = 0; *mntlist; mntlist++) { in make_vfsarray()
1137 if (strcmp(*mntlist, vp->v.vfs_mountp) == 0) { in make_vfsarray()
1175 myname, *mntlist, vfstab); in make_vfsarray()
H A Dumount.c570 parumount(char **mntlist, int count) in parumount() argument
612 mntarray = make_mntarray(mntlist, count); in parumount()
659 make_mntarray(char **mntlist, int count) in make_mntarray() argument
701 cp = *mntlist++; in make_mntarray()
/titanic_41/usr/src/cmd/rexd/
H A Dmount_nfs.c545 struct mntlist { struct
547 struct mntlist *mntl_next; argument
555 freemntlist(struct mntlist *mntl) in freemntlist()
557 struct mntlist *mntl_tmp; in freemntlist()