Searched refs:maxtypenum (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c308 int i, maxtypenum; local
402 numused_vfsslots = maxtypenum = 0;
408 if (maxtypenum <= vfsp->vfc_typenum)
409 maxtypenum = vfsp->vfc_typenum + 1;
425 maxvfsconf = maxtypenum;

Completed in 19 milliseconds