vfsent_t
vfsent_t *
vfsent_t *vhead, *vtail;
vfsent_t *vp;
vfsent_t **
vfsent_t *vp, *vmark, *vpprev, **vpp;
vpp = (vfsent_t **)malloc(sizeof (*vpp) * (vfsarraysize + 1));
vfsent_t *vp, *vpprev, **vl;
vfsent_t **vlp;
qsort((void *)vl, cnt, sizeof (vfsent_t *),
setup_iopipe(vfsent_t *mp)
setup_output(vfsent_t *vp)
doio(vfsent_t *vp)
vfsent_t *vp, *prevp;
static vfsent_t zvmount = { 0 };
vfsent_t *
vfsent_t *new;
new = (vfsent_t *)malloc(sizeof (*new));
setrpath(vfsent_t *vp)
vfsent_t *a1, *b1;
a1 = *(vfsent_t **)a;
b1 = *(vfsent_t **)b;
vfsent_t *a1, *b1;
a1 = *(vfsent_t **)a;
b1 = *(vfsent_t **)b;
vfsent_t *vfsll, *vfslltail; /* head and tail of the global */
vfsent_t **vfsarray; /* global array of vfsent_t's */
static vfsent_t **make_vfsarray(char **, int);
static vfsent_t *new_vfsent(struct vfstab *, int);
static vfsent_t *getvfsall(char *, int);
static char *setrpath(vfsent_t *);
static int setup_iopipe(vfsent_t *);
static void setup_output(vfsent_t *);
static void doio(vfsent_t *);
vfsent_t **vl, *vp;
qsort((void *)vfsarray, vfsarraysize, sizeof (vfsent_t *),