Home
last modified time | relevance | path

Searched refs:md_get_prop_data (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c87 if (md_get_prop_data(mdp, tlblistp[i], "type", &type, in add_tlb_props()
141 if (md_get_prop_data(mdp, cachelistp[i], "type", &type, in add_cache_props()
251 if (md_get_prop_data(mdp, mnode, "compatible", (uint8_t **)&compat, in add_compatible()
/titanic_41/usr/src/common/mdesc/
H A Dmdesc_getpropdata.c34 md_get_prop_data(md_t *ptr, mde_cookie_t node, char *namep, in md_get_prop_data() function
/titanic_41/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c134 if (md_get_prop_data(mdp, cpuc, in fill_cpu()
310 if (md_get_prop_data(mdp, eunit[i], "type", in setup_exec_unit_mappings()
585 (void) md_get_prop_data(mdp, cpu_node_cookie, in construct_isalist()
656 if (md_get_prop_data(mdp, cpu_node_cookie, in get_hwcaps()
674 if (md_get_prop_data(mdp, cpu_node_cookie, in get_weakest_mem_model()
1040 if (md_get_prop_data(mdp, cpulist[0], in init_md_broken()
/titanic_41/usr/src/uts/common/sys/
H A Dmdesc.h186 extern int md_get_prop_data(md_t *,
/titanic_41/usr/src/lib/fm/libmdesc/common/
H A Dmapfile-vers47 md_get_prop_data;
/titanic_41/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c98 if (md_get_prop_data(mdp, components[i], "type", in io_dev_addlabel()
H A Dmem_prop_update.c249 status = md_get_prop_data(mdp, dimmlistp[i], in add_bank_props()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw.c960 if (md_get_prop_data(mdp, node, physdev_propname, in vsw_get_md_physname()
1034 if (md_get_prop_data(mdp, node, smode_propname, in vsw_get_md_smodes()
1875 rv = md_get_prop_data(mdp, node, vid_propname, (uint8_t **)&data, in vsw_vlan_read_ids()
1946 rv = md_get_prop_data(mdp, node, pri_types_propname, in vsw_read_pri_eth_types()
2512 if (md_get_prop_data(mdp, *node, remaddr_propname, in vsw_port_read_props()
H A Ddr_io.c278 if (md_get_prop_data(cba->mdp, cba->node, "compatible", in new_dev_node()
H A Dds_drv.c369 md_get_prop_data(mdp, port, "ldc-ids", &ldcidsp, &len) == 0) { in ds_port_add()
H A Ddr_cpu.c1333 if (md_get_prop_data(cba->mdp, cba->cpunode, "compatible", in new_cpu_node()
H A Dvnet_gen.c1462 rv = md_get_prop_data(mdp, node, vid_propname, (uint8_t **)&data, in vgen_vlan_read_ids()
1627 rv = md_get_prop_data(mdp, node, pri_types_propname, in vgen_read_pri_eth_types()
2182 if (md_get_prop_data(mdp, mdex, rmacaddr_propname, &addrp, in vgen_port_read_props()
H A Dvds.c7094 if (md_get_prop_data(md, vd_node, VD_BLOCK_DEVICE_OPTS, in vds_get_options()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c742 result = md_get_prop_data(mdp, mde_node, MD_STR_PHY_NUMBER, in pi_get_priphy()