Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c87 busorrc_t *ppci, *pci; in busorrc_insert() local
98 ppci = NULL; in busorrc_insert()
107 ppci = pci; in busorrc_insert()
110 if (ppci == NULL) { in busorrc_insert()
115 new->br_nextbus = ppci->br_nextbus; in busorrc_insert()
118 ppci->br_nextbus = new; in busorrc_insert()
119 new->br_prevbus = ppci; in busorrc_insert()