Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode.c68 static const char ucode_path_fmt[] = "/platform/%s/ucode"; variable
369 sz = snprintf(NULL, 0, ucode_path_fmt, platform) + 1; in ucode_locate()
376 (void) snprintf(ucodepath, sz, ucode_path_fmt, platform); in ucode_locate()
534 path_len = snprintf(NULL, 0, ucode_path_fmt, plat) + 1; in ucode_check_boot()
536 (void) snprintf(ucodepath, path_len, ucode_path_fmt, plat); in ucode_check_boot()