Home
last modified time | relevance | path

Searched refs:ERROR_NOT_READY (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/requester/
H A DREADME.md17 - Handle ERROR_NOT_READY completion code and retry the PLDM request after 250ms
/openbmc/linux/drivers/thunderbolt/
H A Dtb_msgs.h658 ERROR_NOT_READY, enumerator
H A Dxdomain.c254 case ERROR_NOT_READY: in tb_xdp_handle_error()
752 tb_xdp_error_response(ctl, route, sequence, ERROR_NOT_READY); in tb_xdp_handle_request()
809 ERROR_NOT_READY); in tb_xdp_handle_request()
828 ERROR_NOT_READY); in tb_xdp_handle_request()
/openbmc/qemu/qga/
H A Dcommands-win32.c1132 if (GetLastError() != ERROR_NOT_READY) { in build_guest_fsinfo()