Home
last modified time | relevance | path

Searched refs:std_err (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_ssh_security.robot57 ${rc} ${std_err}= Shell Cmd ! ${ssh_cmd_buf}
58 Log std_err=${std_err} console=yes
61 ${has_it}= Run Keyword And Return Status Should Contain ${std_err} Permission denied
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c302 .ptr = &systab.std_err,
H A Defi_boottime.c1973 systab.std_err = NULL; in efi_exit_boot_services()
3208 .std_err = (void *)&efi_con_out,
/openbmc/openbmc-test-automation/lib/
H A Dos_utilities.robot125 ${htx_err} ${std_err} ${rc}= OS Execute Command cat /tmp/htxerr
130 ${htx_stats} ${std_err} ${rc}= OS Execute Command
/openbmc/u-boot/include/
H A Defi_api.h325 struct efi_simple_text_output_protocol *std_err; member