Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c2749 mpg = man_find_pg_by_id(manp->man_pg, i); in man_init_dests()
4014 mpg = man_find_pg_by_id(mdp->md_msp->ms_manp->man_pg, in man_lrsrv()
4196 if (manp == NULL || manp->man_pg == NULL) { in man_do_dr_switch()
4201 mpg = man_find_pg_by_id(manp->man_pg, adp->a_pg_id); in man_do_dr_switch()
4289 if (manp == NULL || manp->man_pg == NULL) { in man_do_dr_attach()
4346 if (manp == NULL || manp->man_pg == NULL) { in man_do_dr_detach()
4351 mpg = man_find_pg_by_id(manp->man_pg, adp->a_pg_id); in man_do_dr_detach()
4540 ASSERT(manp->man_pg != NULL); in man_iswitch()
4542 mpg = man_find_pg_by_id(manp->man_pg, adp->a_pg_id); in man_iswitch()
5113 mpg = man_find_pg_by_id(mdp->md_msp->ms_manp->man_pg, mdp->md_pg_id); in man_linkcheck_timer()
[all …]
H A Ddman_domain.c260 if (manp == NULL || manp->man_pg == NULL) { in man_dr_attach()
302 if (manp == NULL || manp->man_pg == NULL) { in man_dr_detach()
/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h98 struct man_pg_s *man_pg; /* Pathgroups for this inst */ member