Lines Matching refs:EM_OK
357 return (EM_OK); in ucode_equiv_cpu_amd()
418 if ((rc = ucode_equiv_cpu_amd(cp, &eq_sig)) != EM_OK) in ucode_locate_amd()
429 == EM_OK) in ucode_locate_amd()
430 return (EM_OK); in ucode_locate_amd()
453 if (ucode_match_amd(eq_sig, uinfop, ucodefp, count) == EM_OK) in ucode_locate_amd()
454 return (EM_OK); in ucode_locate_amd()
502 if (rc != EM_OK) in ucode_locate_amd()
508 return (EM_OK); in ucode_locate_amd()
520 ucode_errno_t rc = EM_OK; in ucode_locate_intel()
529 ucodefp->uf_ext_table) == EM_OK && ucodefp->uf_body != NULL) { in ucode_locate_intel()
530 return (EM_OK); in ucode_locate_intel()
567 if ((rc = ucode_header_validate_intel(uhp)) == EM_OK) { in ucode_locate_intel()
637 if (rc != EM_OK) in ucode_locate_intel()
685 return (EM_OK); in ucode_match_amd()
705 return (EM_OK); in ucode_match_intel()
723 return (EM_OK); in ucode_match_intel()
946 } while (rc != EM_OK); in ucode_extract_amd()
964 return (EM_OK); in ucode_extract_amd()
1010 if (tmprc == EM_OK && in ucode_extract_intel()
1029 return (EM_OK); in ucode_extract_intel()
1043 ucode_errno_t rc = EM_OK; in ucode_update()
1089 == EM_OK) { in ucode_update()
1151 ucode_errno_t rc = EM_OK; in ucode_check()
1206 if ((rc = ucode->locate(cp, uinfop, &ucodefile)) == EM_OK) { in ucode_check()
1224 if (rc != EM_OK || cp->cpu_id == 0) in ucode_check()
1253 return (EM_OK); in ucode_get_rev()