Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c50 extern int add_cpu_prop(picl_nodehdl_t node, void *args);
291 status = ptree_walk_tree_by_class(root_node, "cpu", NULL, add_cpu_prop); in mdescplugin_init()
H A Ddr.c39 extern int add_cpu_prop(picl_nodehdl_t node, void *args);
301 (void) add_cpu_prop(anodeh, NULL); in construct_cpu_node()
H A Dcpu_prop_update.c276 add_cpu_prop(picl_nodehdl_t node, void *args) in add_cpu_prop() function