Home
last modified time | relevance | path

Searched refs:EM_OK (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_amd.c101 ucode_errno_t ret = EM_OK; in ucode_equiv_cpu_amd()
202 ret = EM_OK; in ucode_equiv_cpu_amd()
257 return (EM_OK); in ucode_match_amd()
275 if ((rc = ucode_equiv_cpu_amd(cp, &eq_sig)) != EM_OK) in ucode_locate_amd()
287 == EM_OK) { in ucode_locate_amd()
288 return (EM_OK); in ucode_locate_amd()
316 if (ucode_match_amd(eq_sig, uinfop, ucodefp, count) == EM_OK) in ucode_locate_amd()
317 return (EM_OK); in ucode_locate_amd()
390 } while (rc != EM_OK); in ucode_extract_amd()
396 return (EM_OK); in ucode_extract_amd()
H A Dmicrocode_intel.c121 return (EM_OK); in ucode_match_intel()
137 return (EM_OK); in ucode_match_intel()
153 ucode_errno_t rc = EM_OK; in ucode_locate_intel()
160 ucodefp->uf_ext_table) == EM_OK && ucodefp->uf_body != NULL) { in ucode_locate_intel()
161 return (EM_OK); in ucode_locate_intel()
198 if ((rc = ucode_header_validate_intel(uhp)) == EM_OK) { in ucode_locate_intel()
268 if (rc != EM_OK) in ucode_locate_intel()
363 if (tmprc == EM_OK && in ucode_extract_intel()
378 return (EM_OK); in ucode_extract_intel()
H A Dmicrocode.c207 ucode_errno_t rc = EM_OK; in ucode_update()
254 == EM_OK) { in ucode_update()
288 } else if (rc == EM_OK) { in ucode_update()
304 ucode_errno_t rc = EM_OK; in ucode_check()
409 if ((rc = ucode->us_locate(cp, uinfop)) == EM_OK) { in ucode_check()
440 if (rc != EM_OK || bsp || ucode_cleanup_done) in ucode_check()
478 return (EM_OK); in ucode_get_rev()
/illumos-gate/usr/src/common/ucode/
H A Ducode_utils_intel.c102 return (EM_OK); in ucode_header_validate_intel()
162 if ((rc = ucode_header_validate_intel(uhp)) != EM_OK) in ucode_validate_intel()
194 return (EM_OK); in ucode_validate_intel()
H A Ducode_errno.h38 EM_OK, /* No error */ enumerator
H A Ducode_utils_amd.c102 return (EM_OK); in ucode_validate_amd()
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c353 return (EM_OK); in ucode_gen_files_amd()
528 return (EM_OK); in ucode_gen_files_intel()
661 ucode_errno_t rc = EM_OK; in main()
848 if ((rc = ucode->us_validate(buf, ucode_size)) != EM_OK) { in main()
919 info.ugv_errno = EM_OK; in main()
923 if (tmprc && rc == EM_OK) { in main()
927 if (rc == EM_OK) { in main()
948 uw_struct.uw_errno = EM_OK; in main()
952 if (rc == EM_OK) { in main()
974 if (rc != EM_OK) in main()
/illumos-gate/usr/src/uts/intel/io/
H A Ducode_drv.c144 ucode_errno_t rc = EM_OK; in ucode_ioctl()
191 ucode_errno_t rc = EM_OK; in ucode_ioctl()
224 if ((rc = ucode_validate(ucodep, size)) != EM_OK) { in ucode_ioctl()