Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c179 int vfsarraysize; /* length of the list */ variable
979 qsort((void *)vfsarray, vfsarraysize, sizeof (vfsent_t *), in parmount()
1067 vfsarraysize = 0; in getvfsall()
1073 vfsarraysize = cnt; in getvfsall()
1091 vfsarraysize = count; in make_vfsarray()
1093 vpp = (vfsent_t **)malloc(sizeof (*vpp) * (vfsarraysize + 1)); in make_vfsarray()
1183 vfsarraysize = ndx; /* adjust vfsarraysize */ in make_vfsarray()
1229 cnt = vfsarraysize; in do_mounts()