Searched refs:mcamd_get_numprop (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_patounum.c | 206 if (!mcamd_get_numprop(hdl, cs, MCAMD_PROP_NUM, &tmpcsnum)) { in cs_sparedto() 255 !mcamd_get_numprop(hdl, cs, MCAMD_PROP_CSDIMM1, &dimm1) || in unum_fill() 257 !mcamd_get_numprop(hdl, cs, MCAMD_PROP_CSDIMM2, &dimm2)) { in unum_fill() 301 if (!mcamd_get_numprop(hdl, dimm, MCAMD_PROP_NUM, &dnum)) { in unum_fill()
|
H A D | mcamd_unumtopa.c | 91 if (!mcamd_get_numprop(hdl, dimm, MCAMD_PROP_NUM, &num)) { in mcamd_unumtopa()
|
H A D | mcamd_api.h | 232 extern int mcamd_get_numprop(struct mcamd_hdl *, mcamd_node_t *,
|
H A D | mcamd_rowcol.c | 558 if (!mcamd_get_numprop(hdl, cs, MCAMD_PROP_NUM, in mc_offset_to_pa()
|
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_subr.c | 295 mcamd_get_numprop(mcamd_hdl_t *hdl, mcamd_node_t *node, in mcamd_get_numprop() function 331 if (!mcamd_get_numprop(hdl, node, code, valp)) in mcamd_get_numprops()
|
H A D | mcamd_drv.c | 248 valfound = mcamd_get_numprop(NULL, (mcamd_node_t *)node, code, &value); in mc_nvl_add_prop()
|