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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c698 amd_htconfig(topo_mod_t *mod, tnode_t *cnode, nvlist_t *htnvl) argument
708 for (nvp = nvlist_next_nvpair(htnvl, NULL); nvp != NULL;
709 nvp = nvlist_next_nvpair(htnvl, nvp)) {
821 nvlist_t *htnvl; local
823 (void) nvpair_value_nvlist(nvp, &htnvl);
824 if (amd_htconfig(mod, pnode, htnvl) != 0)

Completed in 40 milliseconds