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

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4v.h48 int sun4v_display_cpus(picl_nodehdl_t cpuh, void* args);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c900 sun4v_display_cpus(picl_nodehdl_t cpuh, void* args) argument
917 status = picl_get_propinfo_by_name(cpuh, OBP_PROP_CPUID, &propinfo,
931 status = picl_get_propinfo_by_name(cpuh, "clock-frequency", &propinfo,
953 status = picl_get_propinfo_by_name(cpuh, "compatible", &propinfo,
1010 status = picl_get_propinfo_by_name(cpuh, PICL_PROP_STATE,
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2017 add_processor_info(picl_nodehdl_t cpuh, void *args) argument
2024 err = get_cpu_portid(cpuh, &cpu_id);
2036 "deleting node\n", cpu_id, cpuh);
2038 if (ptree_delete_node(cpuh) == PICL_SUCCESS)
2039 (void) ptree_destroy_node(cpuh);
2046 err = ptree_create_and_add_prop(cpuh, &propinfo, &cpu_id, NULL);
2053 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL);
2058 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL);
2063 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL);
2068 (void) ptree_create_and_add_prop(cpuh,
[all...]

Completed in 53 milliseconds