Lines Matching full:flag
55 * Call remove function of all devices with a removal flag set. in announce_and_cleanup()
80 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() argument
83 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux()
100 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() argument
104 if (flag & BOOTM_STATE_OS_BD_T || flag & BOOTM_STATE_OS_CMDLINE) in do_bootm_linux()
107 if (flag & BOOTM_STATE_OS_PREP) { in do_bootm_linux()
112 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
113 boot_jump_linux(images, flag); in do_bootm_linux()
118 boot_jump_linux(images, flag); in do_bootm_linux()
122 int do_bootm_vxworks(int flag, int argc, char * const argv[], in do_bootm_vxworks() argument
125 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks()