Home
last modified time | relevance | path

Searched refs:csnode (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tr/
H A Dcset.c39 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 Dcset.h34 struct csnode { struct
37 struct csnode *csn_left; argument
38 struct csnode *csn_right; argument
52 struct csnode *cs_root;
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c205 tnode_t *csnode; in amd_generic_mc_create() local
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()
586 tnode_t *csnode; in amd_cs_create() local
[all …]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c207 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()