Searched refs:BOOTOPT_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
81 if ((type & BOOTOPT_TYPE_MASK) == BOOTOPT_TYPE_BOOLEAN && in get_bootconf_option()93 (type & BOOTOPT_TYPE_MASK) == BOOTOPT_TYPE_BOOLEAN) { in get_bootconf_option()101 switch (type & BOOTOPT_TYPE_MASK) { in get_bootconf_option()
49 #define BOOTOPT_TYPE_MASK 7 macro