Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c170 } vfsent_t; typedef
176 vfsent_t *vfsll, *vfslltail; /* head and tail of the global */
178 vfsent_t **vfsarray; /* global array of vfsent_t's */
193 static vfsent_t **make_vfsarray(char **, int);
194 static vfsent_t *new_vfsent(struct vfstab *, int);
195 static vfsent_t *getvfsall(char *, int);
200 static char *setrpath(vfsent_t *);
202 static int setup_iopipe(vfsent_t *);
203 static void setup_output(vfsent_t *);
204 static void doio(vfsent_t *);
[all …]