Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2351 char *probe_string; in opl_get_probe_string() local
2354 probe_string = kmem_zalloc(PROBE_STR_SIZE, KM_SLEEP); in opl_get_probe_string()
2362 (void) sprintf(probe_string, "%x", portid); in opl_get_probe_string()
2364 return (probe_string); in opl_get_probe_string()
2375 char *probe_string; in opl_probe_leaf() local
2454 probe_string = opl_get_probe_string(probe, channel, leaf); in opl_probe_leaf()
2463 NULL, 0, unit_address, probe_string); in opl_probe_leaf()
2473 if (probe_string != NULL) in opl_probe_leaf()
2474 kmem_free(probe_string, PROBE_STR_SIZE); in opl_probe_leaf()
2481 board_cfg->cfg_cmuch_probe_str = probe_string; in opl_probe_leaf()
[all …]