Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c45 #define MNTTAB_HUNK 32 macro
82 if (mountTableSize % MNTTAB_HUNK == 0) { in z_createMountTable()
84 (mountTableSize + MNTTAB_HUNK) * sizeof (ent)); in z_createMountTable()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c195 #define MNTTAB_HUNK 32 macro
263 if (nmnt % MNTTAB_HUNK == 0) { in build_mnttable()
265 (nmnt + MNTTAB_HUNK) * sizeof (*mnts)); in build_mnttable()