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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c77 * be. MAX_SB_STYLES must be the last one, and the others need
81 MKFS_STYLE = 1, NEWFS_STYLE, MAX_SB_STYLES enumerator in enum:__anon552
553 for (style = MKFS_STYLE; style < MAX_SB_STYLES; style++) {
606 if (style >= MAX_SB_STYLES) {
608 for (style = MKFS_STYLE; style < MAX_SB_STYLES;
618 if (style < MAX_SB_STYLES)
627 if (style >= MAX_SB_STYLES) {

Completed in 45 milliseconds