Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/
H A Dmount.c172 int vfsarraysize; /* length of the list */ variable
972 qsort((void *)vfsarray, vfsarraysize, sizeof (vfsent_t *), in parmount()
1060 vfsarraysize = 0; in getvfsall()
1066 vfsarraysize = cnt; in getvfsall()
1084 vfsarraysize = count; in make_vfsarray()
1086 vpp = (vfsent_t **)malloc(sizeof (*vpp) * (vfsarraysize + 1)); in make_vfsarray()
1176 vfsarraysize = ndx; /* adjust vfsarraysize */ in make_vfsarray()
1222 cnt = vfsarraysize; in do_mounts()