Searched refs:PICL_PROP_SIZE (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 268 PICL_PROP_SIZE, NULL, NULL); in add_mem_banks() 427 PICL_PROP_SIZE, NULL, NULL)) != PICL_SUCCESS) in create_logical_tree() 472 err = ptree_get_prop_by_name(memh, PICL_PROP_SIZE, &proph); in create_logical_tree() 483 PICL_PROP_SIZE, NULL, NULL); in create_logical_tree() 523 PICL_PROP_SIZE, NULL, NULL); in add_mem_modules() 645 PICL_PROP_SIZE, NULL, NULL); in create_physical_tree()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | mem_prop_update.c | 221 add_md_prop(bankh, sizeof (int_value), PICL_PROP_SIZE, in add_bank_props() 297 PICL_PROP_SIZE, &int_value, in add_segment_props() 321 add_md_prop(node, sizeof (int_value), PICL_PROP_SIZE, &int_value, in add_memory_props()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 126 sizeof (mmodinfo[i].size), PICL_PROP_SIZE, NULL, NULL); in create_logical_tree() 247 sizeof (mmodinfo[i].size), PICL_PROP_SIZE, NULL, NULL); in create_physical_tree()
|
/titanic_44/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 152 #define PICL_PROP_SIZE "Size" macro
|
/titanic_44/usr/src/lib/libprtdiag/common/ |
H A D | display_sun4v.c | 760 if (picl_get_propval_by_name(bank_nodeh, PICL_PROP_SIZE, in print_memory_segment_contain() 816 err = picl_get_propval_by_name(nodeh, PICL_PROP_SIZE, in sun4v_memory_conf_callback()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/ |
H A D | schumacher.c | 785 mem_size = picldiag_get_uint_propval(memh, PICL_PROP_SIZE, &err); in memory_callback() 1404 size = picldiag_get_uint_propval(bankh, PICL_PROP_SIZE, &err); in print_bank_table() 1447 seginfo.size = picldiag_get_uint_propval(segh, PICL_PROP_SIZE, &err); in memseg_callback()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | picldiag.c | 867 mem_size = picldiag_get_uint_propval(memh, PICL_PROP_SIZE, &err); in memory_callback() 1497 size = picldiag_get_uint_propval(bankh, PICL_PROP_SIZE, &err); in print_bank_table() 1540 seginfo.size = picldiag_get_uint_propval(segh, PICL_PROP_SIZE, &err); in memseg_callback()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/lw8/common/ |
H A D | lw8.c | 817 mem_size = picldiag_get_uint_propval(memh, PICL_PROP_SIZE, &err); in memory_callback() 1514 size = picldiag_get_uint_propval(bankh, PICL_PROP_SIZE, &err); in print_bank_table() 1557 seginfo.size = picldiag_get_uint_propval(segh, PICL_PROP_SIZE, &err); in memseg_callback()
|
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 3475 err = ptree_get_prop_by_name(memh, PICL_PROP_SIZE, &proph); in update_memory_size_prop() 3486 PICL_PROP_SIZE, NULL, NULL); in update_memory_size_prop()
|