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

/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c80 int ilist_size = 0; /* size of ilist[] */ variable
83 #define MAX_ILIST_INDEX() (ilist_size - 1)
648 ilist_size += ILIST_SZ_INCR;
650 (ilist_size * sizeof (struct ilist)));

Completed in 71 milliseconds