Symbol: vfsent_t
usr/src/cmd/fs.d/mount.c
1013
vfsent_t *
usr/src/cmd/fs.d/mount.c
1016
vfsent_t *vhead, *vtail;
usr/src/cmd/fs.d/mount.c
1030
vfsent_t *vp;
usr/src/cmd/fs.d/mount.c
1083
vfsent_t **
usr/src/cmd/fs.d/mount.c
1086
vfsent_t *vp, *vmark, *vpprev, **vpp;
usr/src/cmd/fs.d/mount.c
1095
vpp = (vfsent_t **)malloc(sizeof (*vpp) * (vfsarraysize + 1));
usr/src/cmd/fs.d/mount.c
1198
vfsent_t *vp, *vpprev, **vl;
usr/src/cmd/fs.d/mount.c
1243
vfsent_t **vlp;
usr/src/cmd/fs.d/mount.c
1262
qsort((void *)vl, cnt, sizeof (vfsent_t *),
usr/src/cmd/fs.d/mount.c
1332
setup_iopipe(vfsent_t *mp)
usr/src/cmd/fs.d/mount.c
1363
setup_output(vfsent_t *vp)
usr/src/cmd/fs.d/mount.c
1380
doio(vfsent_t *vp)
usr/src/cmd/fs.d/mount.c
1420
vfsent_t *vp, *prevp;
usr/src/cmd/fs.d/mount.c
1475
static vfsent_t zvmount = { 0 };
usr/src/cmd/fs.d/mount.c
1477
vfsent_t *
usr/src/cmd/fs.d/mount.c
1480
vfsent_t *new;
usr/src/cmd/fs.d/mount.c
1482
new = (vfsent_t *)malloc(sizeof (*new));
usr/src/cmd/fs.d/mount.c
1519
setrpath(vfsent_t *vp)
usr/src/cmd/fs.d/mount.c
1543
vfsent_t *a1, *b1;
usr/src/cmd/fs.d/mount.c
1546
a1 = *(vfsent_t **)a;
usr/src/cmd/fs.d/mount.c
1547
b1 = *(vfsent_t **)b;
usr/src/cmd/fs.d/mount.c
1559
vfsent_t *a1, *b1;
usr/src/cmd/fs.d/mount.c
1561
a1 = *(vfsent_t **)a;
usr/src/cmd/fs.d/mount.c
1562
b1 = *(vfsent_t **)b;
usr/src/cmd/fs.d/mount.c
167
vfsent_t *vfsll, *vfslltail; /* head and tail of the global */
usr/src/cmd/fs.d/mount.c
169
vfsent_t **vfsarray; /* global array of vfsent_t's */
usr/src/cmd/fs.d/mount.c
184
static vfsent_t **make_vfsarray(char **, int);
usr/src/cmd/fs.d/mount.c
185
static vfsent_t *new_vfsent(struct vfstab *, int);
usr/src/cmd/fs.d/mount.c
186
static vfsent_t *getvfsall(char *, int);
usr/src/cmd/fs.d/mount.c
191
static char *setrpath(vfsent_t *);
usr/src/cmd/fs.d/mount.c
193
static int setup_iopipe(vfsent_t *);
usr/src/cmd/fs.d/mount.c
194
static void setup_output(vfsent_t *);
usr/src/cmd/fs.d/mount.c
195
static void doio(vfsent_t *);
usr/src/cmd/fs.d/mount.c
918
vfsent_t **vl, *vp;
usr/src/cmd/fs.d/mount.c
981
qsort((void *)vfsarray, vfsarraysize, sizeof (vfsent_t *),