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

/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dgptwo_pci.c186 char *probe_string; local
277 probe_string = gptwo_get_probe_string(pcd, i);
283 if (probe_string)
285 "probe string=%s\n", probe_string);
288 unit_address, probe_string);
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2352 char *probe_string; local
2355 probe_string = kmem_zalloc(PROBE_STR_SIZE, KM_SLEEP);
2363 (void) sprintf(probe_string, "%x", portid);
2365 return (probe_string);
2376 char *probe_string; local
2455 probe_string = opl_get_probe_string(probe, channel, leaf);
2464 NULL, 0, unit_address, probe_string);
2474 if (probe_string != NULL)
2475 kmem_free(probe_string, PROBE_STR_SIZE);
2482 board_cfg->cfg_cmuch_probe_str = probe_string;
[all...]

Completed in 156 milliseconds