Searched refs:ApcResponseCode (Results 1 – 1 of 1) sorted by relevance
34 ResponseCode::ResponseCode as ApcResponseCode,227 pub fn compat_2_response_code(rc: u32) -> ApcResponseCode { in compat_2_response_code() argument229 APC_COMPAT_ERROR_OK => ApcResponseCode::OK, in compat_2_response_code()230 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()231 APC_COMPAT_ERROR_ABORTED => ApcResponseCode::ABORTED, in compat_2_response_code()232 APC_COMPAT_ERROR_OPERATION_PENDING => ApcResponseCode::OPERATION_PENDING, in compat_2_response_code()233 APC_COMPAT_ERROR_IGNORED => ApcResponseCode::IGNORED, in compat_2_response_code()234 APC_COMPAT_ERROR_SYSTEM_ERROR => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()235 _ => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()