Searched refs:STRAND (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip.c | 80 { PGNAME(STRAND), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 }; 296 nerr -= add_nvlist_longprops(mod, strand, cpu, PGNAME(STRAND), NULL, in create_strand() 320 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand() 322 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand() 324 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand()
|
H A D | chip_subr.c | 543 if (strcmp(topo_node_name(node), STRAND) != 0) in strand_walker() 546 if (topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CHIP_ID, in strand_walker() 548 topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CORE_ID, in strand_walker()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 51 #define STRAND "strand" macro
|
H A D | hc.c | 209 { STRAND, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/ |
H A D | topo_zen_tn.c | 256 tn = topo_zen_create_tn(mod, sock, zt_core->ztcore_tn, tid, STRAND); in topo_zen_build_strand() 345 if (topo_node_range_create(mod, zt_core->ztcore_tn, STRAND, 0, in topo_zen_build_core()
|