Lines Matching refs:flag

26 static int do_bootm_standalone(int flag, int argc, char *const argv[],  in do_bootm_standalone()  argument
62 static int do_bootm_netbsd(int flag, int argc, char *const argv[], in do_bootm_netbsd() argument
70 if (flag != BOOTM_STATE_OS_GO) in do_bootm_netbsd()
134 static int do_bootm_lynxkdi(int flag, int argc, char *const argv[], in do_bootm_lynxkdi() argument
139 if (flag != BOOTM_STATE_OS_GO) in do_bootm_lynxkdi()
156 static int do_bootm_rtems(int flag, int argc, char *const argv[], in do_bootm_rtems() argument
161 if (flag != BOOTM_STATE_OS_GO) in do_bootm_rtems()
189 static int do_bootm_ose(int flag, int argc, char *const argv[], in do_bootm_ose() argument
194 if (flag != BOOTM_STATE_OS_GO) in do_bootm_ose()
222 static int do_bootm_plan9(int flag, int argc, char *const argv[], in do_bootm_plan9() argument
228 if (flag != BOOTM_STATE_OS_GO) in do_bootm_plan9()
329 static int do_bootm_vxworks_legacy(int flag, int argc, char *const argv[], in do_bootm_vxworks_legacy() argument
332 if (flag != BOOTM_STATE_OS_GO) in do_bootm_vxworks_legacy()
347 int do_bootm_vxworks(int flag, int argc, char *const argv[], in do_bootm_vxworks() argument
372 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_vxworks()
374 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks()
376 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_vxworks()
378 return do_bootm_vxworks_legacy(flag, argc, argv, images); in do_bootm_vxworks()
384 static int do_bootm_qnxelf(int flag, int argc, char *const argv[], in do_bootm_qnxelf() argument
391 if (flag != BOOTM_STATE_OS_GO) in do_bootm_qnxelf()
422 static int do_bootm_integrity(int flag, int argc, char *const argv[], in do_bootm_integrity() argument
427 if (flag != BOOTM_STATE_OS_GO) in do_bootm_integrity()
455 static int do_bootm_openrtos(int flag, int argc, char *const argv[], in do_bootm_openrtos() argument
460 if (flag != BOOTM_STATE_OS_GO) in do_bootm_openrtos()
481 static int do_bootm_tee(int flag, int argc, char *const argv[], in do_bootm_tee() argument
499 ret = bootm_find_images(flag, argc, argv, 0, 0); in do_bootm_tee()
504 return do_bootm_linux(flag, argc, argv, images); in do_bootm_tee()
509 static int do_bootm_efi(int flag, int argc, char *const argv[], in do_bootm_efi() argument
516 if (flag != BOOTM_STATE_OS_GO) in do_bootm_efi()
520 ret = bootm_find_images(flag, argc, argv, 0, 0); in do_bootm_efi()