Searched refs:ucode_header_amd_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ducode.h110 } ucode_header_amd_t; typedef in typeref:struct:ucode_header_amd
114 ucode_header_amd_t uf_header;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c369 ucode_header_amd_t *uh;
376 while (size >= sizeof (ucode_header_amd_t) + 8) {
378 uh = (ucode_header_amd_t *)ptr;
651 ucode_header_amd_t *uh;
653 if (ucodefp == NULL || size < sizeof (ucode_header_amd_t))
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c242 ucode_header_amd_t *uh;
301 uh = (ucode_header_amd_t *)ptr;

Completed in 63 milliseconds