Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c328 if (opl_boards[board].cfg_hwd == NULL) { in opl_read_hwd()
350 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
369 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
374 hwdp = opl_boards[board].cfg_hwd; in opl_read_hwd()
2001 if ((hwd_h = (hwd_header_t *)opl_boards[lsb].cfg_hwd) == NULL) { in opl_get_hwd_va()
2658 if ((opl_boards[board].cfg_hwd != NULL) && in opl_probe_sb()
2844 if (opl_boards[board].cfg_hwd != NULL) { in opl_unprobe_sb()
2849 void *hwdp = opl_boards[board].cfg_hwd; in opl_unprobe_sb()
2850 opl_boards[board].cfg_hwd = NULL; in opl_unprobe_sb()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h153 void *cfg_hwd; member