Home
last modified time | relevance | path

Searched refs:reboot_flag (Results 1 – 5 of 5) 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 IF '${reboot_flag}' == 'True'
H A Dtest_savearea_management.robot158 # file_name reboot_flag
168 # file_name reboot_flag
178 # file_name reboot_flag
187 # file_name reboot_flag
196 # file_name reboot_flag
273 # file_name reboot_flag
642 [Arguments] ${file_name} ${reboot_flag}=False
646 # reboot_flag Reboot flag.
659 IF ${True} == ${reboot_flag}
679 [Arguments] ${file_name} ${reboot_flag}=False
[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
652 [Arguments] ${client_id} ${lock_type} ${reboot_flag}=False
658 # reboot_flag Flag is used to run reboot the BMC code.
672 IF '${reboot_flag}' == 'True'
680 IF '${reboot_flag}' == 'False'
914 [Arguments] ${client_id} ${lock_type} ${reboot_flag}=False
920 # reboot_flag Flag is used to run reboot the BMC code.
938 IF '${reboot_flag}' == 'True'
/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()