Searched refs:t_bindparent (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_generic.c | 45 tnode_t *t_bindparent, tnode_t *t_fmriparent, tnode_t **t_node, int flag) in x86pi_enum_generic() argument 56 if (t_bindparent == NULL) { in x86pi_enum_generic() 64 auth = topo_mod_auth(mod, t_bindparent); in x86pi_enum_generic() 78 rv = topo_node_range_create(mod, t_bindparent, hcfmri->hc_name, 0, 4); in x86pi_enum_generic() 85 *t_node = x86pi_node_bind(mod, t_bindparent, hcfmri, fmri, flag); in x86pi_enum_generic()
|