Home
last modified time | relevance | path

Searched refs:add_nvlist_longprops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c296 nerr -= add_nvlist_longprops(mod, strand, cpu, PGNAME(STRAND), NULL, in create_strand()
401 nerr -= add_nvlist_longprops(mod, core, cpu, PGNAME(CORE), NULL, in create_core()
550 nerr -= add_nvlist_longprops(mod, chip, cpu, PGNAME(CHIP), in create_chip()
H A Dchip.h157 extern int add_nvlist_longprops(topo_mod_t *, tnode_t *, nvlist_t *,
H A Dchip_subr.c203 add_nvlist_longprops(topo_mod_t *mod, tnode_t *node, nvlist_t *nvl, in add_nvlist_longprops() function