Searched refs:uhp (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/common/ucode/ |
H A D | ucode_utils.c | 47 ucode_header_validate_intel(ucode_header_intel_t *uhp) in ucode_header_validate_intel() argument 51 if (uhp == NULL) in ucode_header_validate_intel() 57 if (uhp->uh_header_ver != 0x1) in ucode_header_validate_intel() 61 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_header_validate_intel() 62 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_header_validate_intel() 177 ucode_header_intel_t *uhp; in ucode_validate_intel() local 181 uhp = (ucode_header_intel_t *)(intptr_t)curbuf; in ucode_validate_intel() 183 if ((rc = ucode_header_validate_intel(uhp)) != EM_OK) in ucode_validate_intel() 186 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_validate_intel() 191 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_validate_intel()
|
/titanic_50/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 335 ucode_header_intel_t *uhp; in ucode_gen_files_intel() local 338 uhp = (ucode_header_intel_t *)(intptr_t)curbuf; in ucode_gen_files_intel() 340 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_gen_files_intel() 341 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_gen_files_intel() 346 common_path, uhp->uh_signature, uhp->uh_proc_flags); in ucode_gen_files_intel() 349 if (ucode_should_update_intel(firstname, uhp->uh_rev) != 0) { in ucode_gen_files_intel() 375 uint32_t platid = uhp->uh_proc_flags & (1 << i); in ucode_gen_files_intel() 377 if (platid == 0 && uhp->uh_proc_flags != 0) in ucode_gen_files_intel() 381 "%s/%08X-%02X", path, uhp->uh_signature, platid); in ucode_gen_files_intel() 384 uhp->uh_proc_flags, platid, name); in ucode_gen_files_intel() [all …]
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | microcode.c | 559 ucode_header_intel_t *uhp = ucodefp->uf_header; in ucode_locate_intel() local 567 if ((rc = ucode_header_validate_intel(uhp)) == EM_OK) { in ucode_locate_intel() 568 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_locate_intel() 569 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_locate_intel() 694 ucode_header_intel_t *uhp, ucode_ext_table_intel_t *uetp) in ucode_match_intel() argument 696 if (uhp == NULL) in ucode_match_intel() 699 if (UCODE_MATCH_INTEL(cpi_sig, uhp->uh_signature, in ucode_match_intel() 700 uinfop->cui_platid, uhp->uh_proc_flags)) { in ucode_match_intel() 702 if (uinfop->cui_rev >= uhp->uh_rev && !ucode_force_update) in ucode_match_intel() 719 if (uinfop->cui_rev >= uhp->uh_rev && in ucode_match_intel() [all …]
|
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 408 struct username *up, **uhp; in adduid() local 416 uhp = &uhead[uid % UHASH]; in adduid() 417 up->u_next = *uhp; in adduid() 418 *uhp = up; in adduid()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 539 struct du *up, **uhp; in adduid() local 548 uhp = &duhashtbl[HASH(uid)]; in adduid() 549 up->next = *uhp; in adduid() 550 *uhp = up; in adduid()
|