Lines Matching refs:t_node

977     tnode_t *t_parent, tnode_t *t_node)
988 if (mod == NULL || mdp == NULL || t_parent == NULL || t_node == NULL) {
992 result = topo_pgroup_create(t_node, &auth_pgroup, &err);
1011 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
1042 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY,
1058 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
1089 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY,
1105 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
1136 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY,
1152 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
1183 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY,
1210 const char *name, topo_instance_t inst, tnode_t *t_parent, tnode_t *t_node)
1221 if (t_node == NULL || mod == NULL || mdp == NULL) {
1231 (void) topo_node_fru_set(t_node, NULL, 0, &result);
1254 result = topo_node_fru_set(t_node, frufmri, 0, &err);
1265 pi_set_label(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, tnode_t *t_node)
1281 result = topo_node_label_set(t_node, label, &err);
1299 pi_set_system(topo_mod_t *mod, tnode_t *t_node)
1306 if (mod == NULL || t_node == NULL) {
1310 result = topo_pgroup_create(t_node, &sys_pgroup, &err);
1320 result = topo_prop_inherit(t_node, TOPO_PGROUP_SYSTEM, TOPO_PROP_ISA,
1331 result = topo_prop_set_string(t_node,
1344 result = topo_prop_inherit(t_node, TOPO_PGROUP_SYSTEM,
1355 result = topo_prop_set_string(t_node,
1378 tnode_t *t_node;
1388 t_node = topo_node_bind(mod, t_parent, hc_name, inst, fmri);
1389 if (t_node == NULL) {
1408 t_parent, t_node);
1421 result = pi_set_label(mod, mdp, mde_node, t_node);
1432 result = pi_set_auth(mod, mdp, mde_node, t_parent, t_node);
1443 result = pi_set_system(mod, t_node);
1454 return (t_node);