Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.h66 extern tnode_t *pcihostbridge_declare(topo_mod_t *, tnode_t *, di_node_t,
H A Dhostbridge.c240 pcihostbridge_declare(topo_mod_t *mod, tnode_t *parent, di_node_t din, in pcihostbridge_declare() function
336 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin)) in specific_hb_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c44 if ((hb = pcihostbridge_declare(mod, ptn, bn, hbi)) == NULL) in hb_process()