Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/
H A Doplhwd.c329 if (boardcfg.cfg_hwd == NULL) { in dumpahwd()
334 mdb_printf("Board %d:\thwd pointer\t%8llx\n", bd, boardcfg.cfg_hwd); in dumpahwd()
338 (uintptr_t)boardcfg.cfg_hwd) == -1) { in dumpahwd()
340 boardcfg.cfg_hwd); in dumpahwd()
345 statusp = (caddr_t)boardcfg.cfg_hwd + hwd_hdr.hdr_sb_status_offset; in dumpahwd()
346 dinfop = (caddr_t)boardcfg.cfg_hwd + hwd_hdr.hdr_domain_info_offset; in dumpahwd()
347 sbp = (caddr_t)boardcfg.cfg_hwd + hwd_hdr.hdr_sb_info_offset; in dumpahwd()
/titanic_50/usr/src/uts/sun4u/io/
H A Dopl_cfg.c327 if (opl_boards[board].cfg_hwd == NULL) { in opl_read_hwd()
349 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
368 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
373 hwdp = opl_boards[board].cfg_hwd; in opl_read_hwd()
2002 if ((hwd_h = (hwd_header_t *)opl_boards[lsb].cfg_hwd) == NULL) { in opl_get_hwd_va()
2659 if ((opl_boards[board].cfg_hwd != NULL) && in opl_probe_sb()
2845 if (opl_boards[board].cfg_hwd != NULL) { in opl_unprobe_sb()
2850 void *hwdp = opl_boards[board].cfg_hwd; in opl_unprobe_sb()
2851 opl_boards[board].cfg_hwd = NULL; in opl_unprobe_sb()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h153 void *cfg_hwd; member