Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4v.h46 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) in sun4v_display_cpus() argument
917 status = picl_get_propinfo_by_name(cpuh, OBP_PROP_CPUID, &propinfo, in sun4v_display_cpus()
931 status = picl_get_propinfo_by_name(cpuh, "clock-frequency", &propinfo, in sun4v_display_cpus()
953 status = picl_get_propinfo_by_name(cpuh, "compatible", &propinfo, in sun4v_display_cpus()
1010 status = picl_get_propinfo_by_name(cpuh, PICL_PROP_STATE, in sun4v_display_cpus()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2038 add_processor_info(picl_nodehdl_t cpuh, void *args) in add_processor_info() argument
2045 err = get_cpu_portid(cpuh, &cpu_id); in add_processor_info()
2057 "deleting node\n", cpu_id, cpuh); in add_processor_info()
2059 if (ptree_delete_node(cpuh) == PICL_SUCCESS) in add_processor_info()
2060 (void) ptree_destroy_node(cpuh); in add_processor_info()
2067 err = ptree_create_and_add_prop(cpuh, &propinfo, &cpu_id, NULL); in add_processor_info()
2074 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL); in add_processor_info()
2079 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL); in add_processor_info()
2084 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL); in add_processor_info()
2089 (void) ptree_create_and_add_prop(cpuh, &pinfo, NULL, NULL); in add_processor_info()