Searched refs:t_node (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_mem.c42 tnode_t **t_node)
48 *t_node = NULL;
57 t_parent, hc_name, _ENUM_NAME, t_node, SUN4VPI_ENUM_ADD_SERIAL);
66 result = topo_node_resource(*t_node, &rsrc, &err);
75 result = topo_node_asru_set(*t_node, rsrc, TOPO_ASRU_COMPUTE, &err);
40 pi_enum_mem(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
H A Dpi_hostbridge.c46 tnode_t **t_node)
53 *t_node = NULL;
60 t_parent, hc_name, _ENUM_NAME, t_node, 0);
61 if (result != 0 || *t_node == NULL) {
70 result = pi_enum_update(mod, mdp, mde_node, t_parent, *t_node,
44 pi_enum_hostbridge(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
H A Dpi_top.c48 tnode_t **t_node)
59 NULL, hc_name, _ENUM_NAME, t_node, 0);
46 pi_enum_top(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
H A Dpi_pciexrc.c68 tnode_t **t_node)
75 *t_node = NULL;
82 t_parent, hc_name, _ENUM_NAME, t_node, 0);
83 if (result != 0 || *t_node == NULL) {
92 result = pi_enum_update(mod, mdp, mde_node, t_parent, *t_node,
102 result = pi_enum_pciexrc_finddev(mod, mdp, mde_node, *t_node);
110 result = pi_defer_add(mod, mde_node, t_parent, *t_node,
115 t_parent, hc_name, *t_node, NULL);
136 tnode_t *t_node, void *private)
156 result = topo_node_range_create(mod, t_node, PCI_BU
66 pi_enum_pciexrc(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
134 pi_enum_pciexrc_defer(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t *t_node, void *private) argument
190 pi_enum_update(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, tnode_t *t_parent, tnode_t *t_node, const char *hc_name) argument
417 pi_enum_pciexrc_finddev(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, tnode_t *t_node) argument
[all...]
H A Dpi_generic.c45 tnode_t **t_node)
55 t_parent, hc_name, _ENUM_NAME, t_node, 0);
68 const char *hc_name, const char *enum_name, tnode_t **t_node, int flag)
105 *t_node = pi_node_bind(mod, mdp, mde_node, t_bindparent, hc_name, inst,
108 if (*t_node == NULL) {
118 topo_method_register(mod, *t_node,
43 pi_enum_generic(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
66 pi_enum_generic_impl(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_bindparent, tnode_t *t_fmriparent, const char *hc_name, const char *enum_name, tnode_t **t_node, int flag) argument
H A Dpi_defer.c55 tnode_t *t_node; /* Topo node associated with MDE node */ member in struct:pi_defernode_s
72 tnode_t *t_node, pi_deferenum_fn_t func, void *private)
99 dnp->t_node = t_node;
124 tnode_t *t_node; local
141 t_node = dp->t_node;
180 t_node, private);
71 pi_defer_add(topo_mod_t *mod, mde_cookie_t mde_node, tnode_t *t_parent, tnode_t *t_node, pi_deferenum_fn_t func, void *private) argument
H A Dpi_niu.c46 tnode_t **t_node)
50 *t_node = NULL;
44 pi_enum_niu(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
H A Dpi_cpu.c50 tnode_t **t_node)
58 *t_node = NULL;
65 t_parent, hc_name, _ENUM_NAME, t_node, 0);
76 result = topo_node_resource(*t_node, &asru, &err);
121 result = topo_node_asru_set(*t_node, asru, 0, &err);
48 pi_enum_cpu(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
H A Dpi_bay.c116 pi_bay_pgroups(topo_mod_t *mod, tnode_t *t_node, di_node_t cnode, argument
125 rv = topo_pgroup_create(t_node, &io_pgroup, &err);
148 rv = topo_prop_set_string(t_node, TOPO_PGROUP_IO, TOPO_IO_AP_PATH,
160 rv = topo_pgroup_create(t_node, &binding_pgroup, &err);
183 rv = topo_prop_set_string(t_node, TOPO_PGROUP_BINDING,
275 pi_bay_update_node(topo_mod_t *mod, tnode_t *t_node, uint8_t phy, argument
343 rv = pi_bay_pgroups(mod, t_node, sib, minor);
356 tnode_t **t_node)
436 t_parent, hc_name, _ENUM_NAME, t_node, 0);
437 if (rv != 0 || *t_node
354 pi_enum_bay(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, topo_instance_t inst, tnode_t *t_parent, const char *hc_name, tnode_t **t_node) argument
[all...]
H A Dpi_subr.c977 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_AUTHORIT
976 pi_set_auth(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, tnode_t *t_parent, tnode_t *t_node) argument
1209 pi_set_frufmri(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, const char *name, topo_instance_t inst, tnode_t *t_parent, tnode_t *t_node) argument
1265 pi_set_label(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, tnode_t *t_node) argument
1299 pi_set_system(topo_mod_t *mod, tnode_t *t_node) argument
1378 tnode_t *t_node; local
[all...]
H A Dpi_walker.c322 tnode_t *t_node; /* topo parent to this md node */ local
387 t_node = NULL;
389 &t_node);
390 if (result != MDE_WALK_NEXT || t_node == NULL) {
405 result = pi_walker_node_range(mod, mdp, t_node, mde_node);
416 tnode_t *t_parent, topo_instance_t inst, tnode_t **t_node)
459 *t_node = NULL;
460 result = (func)(mod, mdp, mde_node, inst, t_parent, hc_name, t_node);
415 pi_walker_node_create(topo_mod_t *mod, md_t *mdp, mde_cookie_t mde_node, tnode_t *t_parent, topo_instance_t inst, tnode_t **t_node) argument
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_generic.c45 tnode_t *t_bindparent, tnode_t *t_fmriparent, tnode_t **t_node, int flag)
85 *t_node = x86pi_node_bind(mod, t_bindparent, hcfmri, fmri, flag);
87 if (*t_node == NULL) {
103 rv = topo_mod_enumerate(mod, *t_node, _FAC_PROV, _FAC_PROV, 0, 0, NULL);
112 if (topo_method_supported(*t_node, TOPO_METH_FAC_ENUM, 0)) {
113 if (topo_method_invoke(*t_node, TOPO_METH_FAC_ENUM, 0, NULL,
124 topo_node_name(*t_node));
135 tnode_t *t_node; local
146 t_node = topo_node_bind(mod, t_parent, hcfmri->hc_name,
148 if (t_node
44 x86pi_enum_generic(topo_mod_t *mod, x86pi_hcfmri_t *hcfmri, tnode_t *t_bindparent, tnode_t *t_fmriparent, tnode_t **t_node, int flag) argument
[all...]
H A Dx86pi_subr.c172 tnode_t *t_node)
186 if (mod == NULL || t_parent == NULL || t_node == NULL) {
190 result = topo_pgroup_create(t_node, &auth_pgroup, &err);
216 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
239 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY,
254 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
270 result = topo_prop_set_string(t_node, FM_FMRI_AUTHORITY,
287 result = topo_prop_inherit(t_node, FM_FMRI_AUTHORITY,
319 result = topo_prop_set_string(t_node,
323 result = topo_prop_set_string(t_node,
171 x86pi_set_auth(topo_mod_t *mod, x86pi_hcfmri_t *hcfmri, tnode_t *t_parent, tnode_t *t_node) argument
395 x86pi_set_frufmri(topo_mod_t *mod, x86pi_hcfmri_t *hcfmri, tnode_t *t_parent, tnode_t *t_node, int flag) argument
445 x86pi_set_label(topo_mod_t *mod, const char *label, const char *name, tnode_t *t_node) argument
477 x86pi_set_system(topo_mod_t *mod, tnode_t *t_node) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c403 node_t *t_node; local
537 t_node = c_node->zero;
540 kmem_cache_free(trie_node_cache, t_node);
563 t_node = c_node->one;
566 kmem_cache_free(trie_node_cache, t_node);

Completed in 131 milliseconds