Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c81 #define MAX_ILIST_INDEX() (ilist_size - 1) macro
194 if (iflg > MAX_ILIST_INDEX()) in main()
338 if (ilist_index > MAX_ILIST_INDEX()) in check()
400 if (++ilist_index > MAX_ILIST_INDEX()) in pass1()