Searched defs:MOUNT_TABLE_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c85 #define MOUNT_TABLE_ENTRIES 40 /* initial allocation */ macro
526 mount_table_allocated_entries = MOUNT_TABLE_ENTRIES;
536 mount_table_allocated_entries += MOUNT_TABLE_ENTRIES;

Completed in 49 milliseconds