Lines Matching refs:ucodepath
51 static char *ucodepath; variable
134 ASSERT(ucodepath != NULL); in ucode_path()
135 return (ucodepath); in ucode_path()
368 if (ucodepath == NULL) { in ucode_locate()
370 ucodepath = kmem_zalloc(sz, KM_NOSLEEP); in ucode_locate()
371 if (ucodepath == NULL) { in ucode_locate()
376 (void) snprintf(ucodepath, sz, ucode_path_fmt, platform); in ucode_locate()
508 ASSERT3P(ucodepath, ==, NULL); in ucode_check_boot()
535 ucodepath = BOP_ALLOC(bootops, NULL, path_len, MMU_PAGESIZE); in ucode_check_boot()
536 (void) snprintf(ucodepath, path_len, ucode_path_fmt, plat); in ucode_check_boot()
582 ucodepath = NULL; in ucode_check_boot()