Searched refs:mntlist_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.h47 } mntlist_t; typedef in typeref:struct:mntlist
60 void fsfreemntlist(mntlist_t *);
62 mntlist_t *fsmkmntlist(FILE *);
63 mntlist_t *fsgetmntlist(void);
64 mntlist_t *fsgetmlast(mntlist_t *, struct mnttab *);
H A Dfslib.c61 mntlist_t *
65 mntlist_t *mntl;
149 fsfreemntlist(mntlist_t *mntl)
151 mntlist_t *mntl_tmp;
165 mntlist_t *
169 mntlist_t *mhead, *mtail;
177 mntlist_t *mp;
182 mp = (mntlist_t *)malloc(sizeof (*mp));
207 mntlist_t *
208 fsgetmlast(mntlist_t *m
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1646 mntlist_t *ml, *mntl, *mntpnt = NULL;

Completed in 65 milliseconds