Searched refs:OPT_SET (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/boot/i386/common/
H A Drbx.h49 #define RBX_MASK (OPT_SET(RBX_ASKNAME) | OPT_SET(RBX_SINGLE) | \
50 OPT_SET(RBX_DFLTROOT) | OPT_SET(RBX_KDB ) | \
51 OPT_SET(RBX_CONFIG) | OPT_SET(RBX_VERBOSE) | \
52 OPT_SET(RBX_SERIAL) | OPT_SET(RBX_CDROM) | \
53 OPT_SET(RBX_GDB ) | OPT_SET(RBX_MUT
56 #define OPT_SET macro
[all...]
/freebsd-10.1-release/contrib/less/
H A Doption.h42 #define OPT_SET 3 macro
H A Doption.c296 * OPT_SET set to the inverse of the default value
372 case OPT_SET:
393 case OPT_SET:
405 case OPT_SET:
426 case OPT_SET:
H A Dcommand.c193 case OPT_SET:
330 optflag = (flag == OPT_SET) ?
331 OPT_TOGGLE : OPT_SET;
/freebsd-10.1-release/sys/boot/arm/at91/boot2/
H A Dboot2.c62 #define RBX_MASK (OPT_SET(RBX_ASKNAME) | OPT_SET(RBX_SINGLE) | \
63 OPT_SET(RBX_DFLTROOT) | \
64 OPT_SET(RBX_VERBOSE) | \
65 OPT_SET(RBX_GDB))
76 #define OPT_SET(opt) (1 << (opt)) macro
77 #define OPT_CHECK(opt) ((opts) & OPT_SET(opt))
266 opts ^= OPT_SET(flags[i]);
/freebsd-10.1-release/sys/boot/i386/boot2/
H A Dboot2.c70 #define RBX_MASK (OPT_SET(RBX_ASKNAME) | OPT_SET(RBX_SINGLE) | \
71 OPT_SET(RBX_DFLTROOT) | OPT_SET(RBX_KDB ) | \
72 OPT_SET(RBX_CONFIG) | OPT_SET(RBX_VERBOSE) | \
73 OPT_SET(RBX_SERIAL) | OPT_SET(RBX_CDROM) | \
74 OPT_SET(RBX_GDB ) | OPT_SET(RBX_MUT
96 #define OPT_SET macro
[all...]
/freebsd-10.1-release/sys/boot/pc98/boot2/
H A Dboot2.c72 #define RBX_MASK (OPT_SET(RBX_ASKNAME) | OPT_SET(RBX_SINGLE) | \
73 OPT_SET(RBX_DFLTROOT) | OPT_SET(RBX_KDB ) | \
74 OPT_SET(RBX_CONFIG) | OPT_SET(RBX_VERBOSE) | \
75 OPT_SET(RBX_SERIAL) | OPT_SET(RBX_CDROM) | \
76 OPT_SET(RBX_GDB ) | OPT_SET(RBX_MUT
95 #define OPT_SET macro
[all...]
/freebsd-10.1-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c60 #define RBX_MASK (OPT_SET(RBX_ASKNAME) | OPT_SET(RBX_SINGLE) | \
61 OPT_SET(RBX_DFLTROOT) | \
62 OPT_SET(RBX_VERBOSE) | \
63 OPT_SET(RBX_GDB))
73 #define OPT_SET(opt) (1 << (opt)) macro
74 #define OPT_CHECK(opt) ((opts) & OPT_SET(opt))
277 opts ^= OPT_SET(flags[i]);
/freebsd-10.1-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S21 #define OPT_SET(opt) (1 << (opt)) define
72 testl $OPT_SET(RBX_MUTE), 4(%esp) # Check first argument
/freebsd-10.1-release/sys/boot/i386/gptboot/
H A Dgptboot.c360 opts |= OPT_SET(RBX_DUAL) | OPT_SET(RBX_SERIAL);
378 opts ^= OPT_SET(flags[i]);
/freebsd-10.1-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c766 opts |= OPT_SET(RBX_DUAL) | OPT_SET(RBX_SERIAL);
784 opts ^= OPT_SET(flags[i]);

Completed in 107 milliseconds