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

/freebsd-13-stable/stand/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-13-stable/contrib/less/
H A Doption.h42 #define OPT_SET 3 macro
H A Doption.c302 * OPT_SET set to the inverse of the default value
378 case OPT_SET:
399 case OPT_SET:
411 case OPT_SET:
432 case OPT_SET:
H A Dcommand.c220 case OPT_SET:
368 optflag = (flag == OPT_SET) ?
369 OPT_TOGGLE : OPT_SET;
/freebsd-13-stable/stand/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-13-stable/stand/i386/isoboot/
H A Disoboot.c447 opts |= OPT_SET(RBX_DUAL) |
448 OPT_SET(RBX_SERIAL);
470 opts ^= OPT_SET(flags[i]);
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c429 opts |= OPT_SET(RBX_DUAL) | OPT_SET(RBX_SERIAL);
450 opts ^= OPT_SET(flags[i]);
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c381 opts |= OPT_SET(RBX_DUAL) |
382 OPT_SET(RBX_SERIAL);
405 opts ^= OPT_SET(flags[i]);
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c524 opts |= OPT_SET(RBX_DUAL) |
525 OPT_SET(RBX_SERIAL);
547 opts ^= OPT_SET(flags[i]);
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c585 opts |= OPT_SET(RBX_DUAL);
586 opts |= OPT_SET(RBX_SERIAL);
608 opts ^= OPT_SET(flags[i]);

Completed in 138 milliseconds