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

/illumos-gate/usr/src/uts/intel/io/
H A Ducode_drv.c198 uint8_t *ucodep, *uw_ucode; local
223 if ((uw_ucode = STRUCT_FGETP(h, uw_ucode)) == NULL)
227 if (ddi_copyin((void *)uw_ucode, ucodep, size, mode) != 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Ducode.h73 uint8_t *uw_ucode; /* pointer to the undigested microcode */ member in struct:ucode_write_struct
89 caddr32_t uw_ucode; /* pointer to the undigested microcode */ member in struct:ucode_write_struct32
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c731 uw_struct32.uw_ucode = (caddr32_t)buf;
738 uw_struct.uw_ucode = buf;

Completed in 60 milliseconds