Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2700 char **probe_str; in opl_unprobe_io() local
2710 probe_str = &board_cfg->cfg_pcich_probe_str[i][j]; in opl_unprobe_io()
2720 if (*probe_str != NULL) { in opl_unprobe_io()
2721 kmem_free(*probe_str, PROBE_STR_SIZE); in opl_unprobe_io()
2722 *probe_str = NULL; in opl_unprobe_io()
2740 probe_str = &board_cfg->cfg_cmuch_probe_str; in opl_unprobe_io()
2750 if (*probe_str != NULL) { in opl_unprobe_io()
2751 kmem_free(*probe_str, PROBE_STR_SIZE); in opl_unprobe_io()
2752 *probe_str = NULL; in opl_unprobe_io()