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

/freebsd-11.0-release/sys/boot/arm/at91/boot2/
H A Dboot2.c41 #define NOPT 6 macro
43 static const char optstr[NOPT] = "agnrsv";
44 static const unsigned char bootflags[NOPT] = {
230 if (i == NOPT - 1)
/freebsd-11.0-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c36 #define NOPT 6 macro
38 static const char optstr[NOPT] = "agnrsv";
39 static const unsigned char flags[NOPT] = {
237 if (i == NOPT - 1)
/freebsd-11.0-release/sys/boot/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] = {
456 if (i == NOPT - 1)
/freebsd-11.0-release/sys/boot/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] = {
391 if (i == NOPT - 1)
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c45 #define NOPT 14 macro
61 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
62 static const unsigned char flags[NOPT] = {
530 if (i == NOPT - 1)
/freebsd-11.0-release/sys/boot/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] = {
530 if (i == NOPT - 1)
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c50 #define NOPT 14 macro
69 static const char optstr[NOPT] = "DhaCcdgmnpqrsv"; /* Also 'P', 'S' */
70 static const unsigned char flags[NOPT] = {
897 if (i == NOPT - 1)

Completed in 45 milliseconds