Searched refs:csnode (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/tr/ |
H A D | cset.c | 39 static struct csnode *cset_delete(struct csnode *, wchar_t); 40 static int cset_rangecmp(struct csnode *, wchar_t); 41 static struct csnode *cset_splay(struct csnode *, wchar_t); 68 struct csnode *csn, *ncsn; in cset_add() 211 cset_rangecmp(struct csnode *t, wchar_t ch) in cset_rangecmp() 221 static struct csnode * 222 cset_splay(struct csnode *t, wchar_t ch) in cset_splay() 224 struct csnode N, *l, *r, *y; in cset_splay() 271 static struct csnode * 272 cset_delete(struct csnode *t, wchar_t ch) in cset_delete() [all …]
|
H A D | cset.h | 34 struct csnode { struct 37 struct csnode *csn_left; argument 38 struct csnode *csn_right; argument 52 struct csnode *cs_root;
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_amd.c | 205 tnode_t *csnode; in amd_generic_mc_create() local 214 if ((csnode = topo_node_bind(mod, chnode, CS_NODE_NAME, in amd_generic_mc_create() 232 if (topo_method_register(mod, csnode, in amd_generic_mc_create() 238 if (topo_method_register(mod, csnode, in amd_generic_mc_create() 245 (void) topo_node_asru_set(csnode, fmri, in amd_generic_mc_create() 264 (void) topo_pgroup_create(csnode, in amd_generic_mc_create() 277 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create() 280 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create() 283 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create() 294 (void) topo_node_label_set(csnode, label, &err); in amd_generic_mc_create() [all …]
|
/titanic_41/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_subr.c | 207 mcamd_cs_mc(mcamd_hdl_t *hdl, mcamd_node_t *csnode) in mcamd_cs_mc() argument 209 mc_cs_t *mccs = node2type(csnode, MC_NT_CS); in mcamd_cs_mc()
|