Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode.c51 static char *ucodepath; variable
101 ASSERT(ucodepath != NULL); in ucode_path()
102 return (ucodepath); in ucode_path()
340 if (ucodepath == NULL) { in ucode_check()
389 ucodepath = ucode_zalloc(cp->cpu_id, sz); in ucode_check()
390 if (ucodepath == NULL) { in ucode_check()
395 (void) snprintf(ucodepath, sz, "/platform/%s/ucode", plat); in ucode_check()
449 ucodepath = NULL; in ucode_check()