Home
last modified time | relevance | path

Searched refs:PICL_CLASS_CPU (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c292 err = ptree_create_and_add_node(plath, nodename, PICL_CLASS_CPU, in construct_cpu_node()
427 PICL_CLASS_CPU, &cpu_arg, remove_cpu_candidate) in remove_cpus()
505 PICL_CLASS_CPU, &cpu_arg, cpu_exists) in add_cpus()
/illumos-gate/usr/src/cmd/picl/plugins/inc/
H A Dpicldefs.h85 #define PICL_CLASS_CPU "cpu" macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c76 #define PICL_CLASS_CPU "cpu" macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1087 strcmp(class, PICL_CLASS_CPU) == 0) { in remove_picl_node()
1400 if (strcmp(class, PICL_CLASS_CPU) == 0) { in remove_references()
1668 PICL_CLASS_CPU); in create_cpu_references()
1689 err = create_table_entry(tblhdl, cpuhdl, PICL_CLASS_CPU); in create_cpu_references()
2906 if (err == PICL_SUCCESS && strcmp(class, PICL_CLASS_CPU) == 0) in get_cpu_status()
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c891 (void) picl_walk_tree_by_class(plafh, PICL_CLASS_CPU, PICL_CLASS_CPU, in sun4v_display_cpu_devices()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c929 err = picl_walk_tree_by_class(plafh, PICL_CLASS_CPU, PICL_CLASS_CPU, in display_cpu_info()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c1012 err = picl_walk_tree_by_class(plafh, PICL_CLASS_CPU, PICL_CLASS_CPU, in display_cpu_info()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c1045 err = picl_walk_tree_by_class(plafh, PICL_CLASS_CPU, PICL_CLASS_CPU, in display_cpu_info()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c139 { "cpu", PICL_CLASS_CPU},
2103 err = ptree_walk_tree_by_class(plafh, PICL_CLASS_CPU, NULL, in setup_cpus()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2733 err = ptree_walk_tree_by_class(plath, PICL_CLASS_CPU, NULL, cb_cpu); in setup_pmdev_names()