Searched refs:probe_string (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | gptwo_pci.c | 186 char *probe_string; in gptwo_configure_pci() local 277 probe_string = gptwo_get_probe_string(pcd, i); in gptwo_configure_pci() 283 if (probe_string) in gptwo_configure_pci() 285 "probe string=%s\n", probe_string); in gptwo_configure_pci() 288 unit_address, probe_string); in gptwo_configure_pci()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 2352 char *probe_string; in opl_get_probe_string() local 2355 probe_string = kmem_zalloc(PROBE_STR_SIZE, KM_SLEEP); in opl_get_probe_string() 2363 (void) sprintf(probe_string, "%x", portid); in opl_get_probe_string() 2365 return (probe_string); in opl_get_probe_string() 2376 char *probe_string; in opl_probe_leaf() local 2455 probe_string = opl_get_probe_string(probe, channel, leaf); in opl_probe_leaf() 2464 NULL, 0, unit_address, probe_string); in opl_probe_leaf() 2474 if (probe_string != NULL) in opl_probe_leaf() 2475 kmem_free(probe_string, PROBE_STR_SIZE); in opl_probe_leaf() 2482 board_cfg->cfg_cmuch_probe_str = probe_string; in opl_probe_leaf() [all …]
|