Home
last modified time | relevance | path

Searched refs:reboot_flag (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_client_identifier.robot29 # client_id reboot_flag
41 # client_id reboot_flag
51 # client_id reboot_flag
61 # client_id reboot_flag
89 [Arguments] ${client_id} ${reboot_flag}=False
94 # reboot_flag Flag is used to run reboot the BMC code.
103 Run Keyword If '${reboot_flag}' == 'True'
H A Dtest_savearea_management.robot158 # file_name reboot_flag
178 # file_name reboot_flag
187 # file_name reboot_flag
196 # file_name reboot_flag
273 # file_name reboot_flag
643 # reboot_flag Reboot flag.
656 Run Keyword If ${True} == ${reboot_flag}
678 # reboot_flag Reboot flag.
689 Run Keyword If ${True} == ${reboot_flag}
711 # reboot_flag Reboot flag.
[all …]
H A Dtest_lock_management.robot33 # client_id lock_type reboot_flag
197 # client_id lock_type reboot_flag
264 # client_id lock_type reboot_flag
649 [Arguments] ${client_id} ${lock_type} ${reboot_flag}=False
655 # reboot_flag Flag is used to run reboot the BMC code.
669 Run Keyword If '${reboot_flag}' == 'True'
676 Run Keyword If '${reboot_flag}' == 'False'
909 [Arguments] ${client_id} ${lock_type} ${reboot_flag}=False
915 # reboot_flag Flag is used to run reboot the BMC code.
933 Run Keyword If '${reboot_flag}' == 'True'
/openbmc/linux/tools/testing/selftests/pstore/
H A Dcommon_tests61 REBOOT_FLAG=$TOP_DIR/reboot_flag
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h128 int reboot_flag; member
/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c746 printf("rockkusb set reboot flag: %d\n", f_rkusb->reboot_flag); in rkusb_set_reboot_flag()
753 rkusb_set_reboot_flag(f_rkusb->reboot_flag); in compl_do_reset()
764 f_rkusb->reboot_flag = cbw->CDB[1]; in cb_reboot()
/openbmc/qemu/qga/
H A Dcommands-posix.c86 const char *reboot_flag = "-i6"; in qmp_guest_shutdown() local
90 const char *reboot_flag = "-r"; in qmp_guest_shutdown() local
94 const char *reboot_flag = "-r"; in qmp_guest_shutdown() local
103 shutdown_flag = reboot_flag; in qmp_guest_shutdown()