Searched refs:ApcResponseCode (Results 1 – 1 of 1) sorted by relevance
37 ResponseCode::ResponseCode as ApcResponseCode,448 pub fn compat_2_response_code(rc: u32) -> ApcResponseCode { in compat_2_response_code() argument450 APC_COMPAT_ERROR_OK => ApcResponseCode::OK, in compat_2_response_code()451 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()452 APC_COMPAT_ERROR_ABORTED => ApcResponseCode::ABORTED, in compat_2_response_code()453 APC_COMPAT_ERROR_OPERATION_PENDING => ApcResponseCode::OPERATION_PENDING, in compat_2_response_code()454 APC_COMPAT_ERROR_IGNORED => ApcResponseCode::IGNORED, in compat_2_response_code()455 APC_COMPAT_ERROR_SYSTEM_ERROR => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()456 _ => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()