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

/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2701 char **probe_str; local
2711 probe_str = &board_cfg->cfg_pcich_probe_str[i][j];
2721 if (*probe_str != NULL) {
2722 kmem_free(*probe_str, PROBE_STR_SIZE);
2723 *probe_str = NULL;
2741 probe_str = &board_cfg->cfg_cmuch_probe_str;
2751 if (*probe_str != NULL) {
2752 kmem_free(*probe_str, PROBE_STR_SIZE);
2753 *probe_str = NULL;

Completed in 100 milliseconds