Searched refs:PICL_CLASS_CPU (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 292 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 D | picldefs.h | 85 #define PICL_CLASS_CPU "cpu" macro
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvsetup.c | 76 #define PICL_CLASS_CPU "cpu" macro
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 1087 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 D | display_sun4v.c | 891 (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 D | schumacher.c | 929 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 D | picldiag.c | 1012 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 D | lw8.c | 1045 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 D | picldevtree.c | 139 { "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 D | piclenvd.c | 2733 err = ptree_walk_tree_by_class(plath, PICL_CLASS_CPU, NULL, cb_cpu); in setup_pmdev_names()
|