Searched refs:NOPT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c46 #define NOPT 14 macro
61 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
62 static const unsigned char flags[NOPT] = {
468 if (i == NOPT - 1)
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c80 #define NOPT 14 macro
99 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
100 static const unsigned char flags[NOPT] = {
448 if (i == NOPT - 1)
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c60 #define NOPT 14 macro
72 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
73 static const unsigned char flags[NOPT] = {
537 if (i == NOPT - 1)
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c58 #define NOPT 14 macro
73 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
74 static const unsigned char flags[NOPT] = {
403 if (i == NOPT - 1)
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c46 #define NOPT 14 macro
62 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
63 static const unsigned char flags[NOPT] = {
545 if (i == NOPT - 1)
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c52 #define NOPT 14 macro
71 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
72 static const unsigned char flags[NOPT] = {
1106 if (i == NOPT - 1)

Completed in 87 milliseconds