Home
last modified time | relevance | path

Searched refs:fwsize (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/cpucontrol/
H A Damd.c114 if (params->fwsize < sizeof(*fw_header)) { in amd_update()
125 fw_size = (params->fwsize - sizeof(*fw_header)) / sizeof(uint32_t); in amd_update()
141 args.size = params->fwsize; in amd_update()
H A Dvia.c133 if (params->fwsize < sizeof(*fw_header)) { in via_update()
147 if (total_size > params->fwsize) { in via_update()
H A Dintel.c151 if (params->fwsize < sizeof(*fw_header)) { in intel_update()
174 if (total_size > params->fwsize) { in intel_update()
H A Dcpucontrol.h37 size_t fwsize; /* Non-zero size of firmware image */ member
H A Damd10h.c105 fw_size = params->fwsize; in amd10h_update()
H A Dcpucontrol.c388 parm.fwsize = st.st_size; in try_a_fw_image()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1901 size_t *fwsize, void **fwptr) in qat_aefw_mof_find_uof0() argument
1924 *fwsize = (size_t)much->much_size; in qat_aefw_mof_find_uof0()