Searched refs:BOOTM_STATE_FINDOS (Results 1 – 3 of 3) sorted by relevance
70 state |= BOOTM_STATE_FINDOS | BOOTM_STATE_FINDOTHER; in do_bootm_subcommand()126 BOOTM_STATE_FINDOS | BOOTM_STATE_FINDOTHER | in do_bootm()
646 if (!ret && (states & BOOTM_STATE_FINDOS)) in do_bootm_states()
387 #define BOOTM_STATE_FINDOS (0x00000002) macro