Lines Matching defs:uhp
47 ucode_header_validate_intel(ucode_header_intel_t *uhp)
51 if (uhp == NULL)
57 if (uhp->uh_header_ver != 0x1)
61 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size);
62 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size);
177 ucode_header_intel_t *uhp;
181 uhp = (ucode_header_intel_t *)(intptr_t)curbuf;
183 if ((rc = ucode_header_validate_intel(uhp)) != EM_OK)
186 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size);
191 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size);