Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c45 #define NOPT 14 macro
68 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
69 static const unsigned char flags[NOPT] = {
488 if (i == NOPT - 1) in parse_cmds()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c53 #define NOPT 15 macro
75 static const char optstr[NOPT] = "DhaCcdgmnpqrstv"; /* Also 'P', 'S' */
76 static const unsigned char flags[NOPT] = {
608 if (i == NOPT - 1) in parse_cmd()