Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Ducode_subr.c43 #define WARNX(level, ...) \ macro
109 WARNX(1, "found cpu family %#x model %#x " in ucode_amd_find()
115 WARNX(1, "microcode revision %#x", revision); in ucode_amd_find()
118 WARNX(1, "checking %s for update.", path); in ucode_amd_find()
119 WARNX(3, "processing next container file"); in ucode_amd_find()
122 WARNX(2, "file too short: %s", path); in ucode_amd_find()
128 WARNX(2, "%s is not a valid amd firmware: bad magic", path); in ucode_amd_find()
136 WARNX(2, "%s is not a valid amd firmware: " in ucode_amd_find()
141 WARNX(2, "%s is not a valid amd firmware: " in ucode_amd_find()
149 WARNX(2, "%s is not a valid amd firmware: " in ucode_amd_find()
[all …]
/freebsd/usr.sbin/cpucontrol/
H A Dintel.c145 WARNX(2, "found cpu type %#x family %#x model %#x stepping %#x.", in intel_update()
152 WARNX(2, "file too short: %s", path); in intel_update()
159 WARNX(2, "%s is not a valid intel firmware: version mismatch", in intel_update()
175 WARNX(2, "file too short: %s", path); in intel_update()
187 WARNX(2, "%s: update data checksum invalid", path); in intel_update()
208 WARNX(2, "%s: broken extended signature table", path); in intel_update()
219 WARNX(2, in intel_update()
248 WARNX(1, "skipping %s of rev %#x: up to date", in intel_update()
H A Dvia.c129 WARNX(2, "found cpu type %#x family %#x model %#x stepping %#x.", in via_update()
134 WARNX(2, "file too short: %s", path); in via_update()
141 WARNX(2, "%s is not a valid via firmware: version mismatch", in via_update()
148 WARNX(2, "file too short: %s", path); in via_update()
160 WARNX(2, "%s: update data checksum invalid", path); in via_update()
173 WARNX(1, "skipping %s of rev %#x: up to date", in via_update()
H A Dcpucontrol.c128 WARNX(0, "incorrect operand: %s", cmdarg); in do_cpuid()
167 WARNX(0, "incorrect or missing operand: %s", cmdarg); in do_cpuid_count()
177 WARNX(0, "incorrect or missing operand: %s", cmdarg); in do_cpuid_count()
223 WARNX(0, "MSR register expected"); in do_msr()
261 WARNX(0, "argument required: %s", cmdarg); in do_msr()
268 WARNX(0, "invalid operator: %s", cmdarg); in do_msr()
360 WARNX(0, "out of memory"); in try_a_fw_image()
429 WARNX(0, "cannot find the appropriate handler for %s", dev); in do_update()
452 WARNX(0, "out of memory"); in do_update()
H A Damd.c105 WARNX(2, "found cpu family %#x model %#x " in amd_update()
115 WARNX(2, "file too short: %s", path); in amd_update()
120 WARNX(2, "%s is not a valid amd firmware: version mismatch", in amd_update()
134 WARNX(2, "%s: update data checksum invalid", path); in amd_update()
H A Dcpucontrol.h46 # define WARNX(level, ...) \ macro
57 # define WARNX(level, ...) \ macro
H A Damd10h.c130 WARNX(1, "selected ucode size is %zu", selected_size); in amd10h_update()
153 WARNX(0, "revision after update %#x", new_rev); in amd10h_update()