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

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c146 * Each vfsent_t describes a vfstab entry. It is used to manage and cleanup
163 } vfsent_t; typedef in typeref:struct:vfsent
169 vfsent_t *vfsll, *vfslltail; /* head and tail of the global */
171 vfsent_t **vfsarray; /* global array of vfsent_t's */
186 static vfsent_t **make_vfsarray(char **, int);
187 static vfsent_t *new_vfsent(struct vfstab *, int);
188 static vfsent_t *getvfsall(char *, int);
193 static char *setrpath(vfsent_t *);
195 static int setup_iopipe(vfsent_t *);
[all...]

Completed in 59 milliseconds