Searched refs:fmd_nvl_fmri_expand (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cache.c | 59 if (fmd_nvl_fmri_expand(hdl, asru) < 0) {
|
H A D | cma_page.c | 103 if (fmd_nvl_fmri_expand(hdl, asrucp) < 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_dimm.c | 64 if (fmd_nvl_fmri_expand(hdl, fmri) < 0) { 235 if (fmd_nvl_fmri_expand(hdl, fmri) < 0) {
|
H A D | cmd_page.c | 117 (errno = fmd_nvl_fmri_expand(hdl, asru)) != 0)
|
H A D | cmd_memerr.c | 603 if (fmd_nvl_fmri_expand(hdl, asru) < 0) { 869 if (fmd_nvl_fmri_expand(hdl, asru) < 0) {
|
H A D | cmd_cpu.c | 1773 if (fmd_nvl_fmri_expand(hdl, asru) < 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_oplerr.c | 110 if (fmd_nvl_fmri_expand(hdl, asru) < 0) { 471 if (fmd_nvl_fmri_expand(hdl, asru) < 0) {
|
H A D | cmd_Lxcache.c | 285 (errno = fmd_nvl_fmri_expand(hdl, asru)) != 0) 560 if ((errno = fmd_nvl_fmri_expand(hdl, cpu->cpu_asru_nvl)) != 0)
|
H A D | cmd_memerr_arch.c | 892 (void) fmd_nvl_fmri_expand(hdl, asru);
|
H A D | cmd_Lxcacheerr.c | 1507 (errno = fmd_nvl_fmri_expand(hdl, Lxcache->Lxcache_asru_nvl)) != 0)
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 236 extern int fmd_nvl_fmri_expand(fmd_hdl_t *, nvlist_t *);
|
H A D | fmd_api.c | 2042 fmd_nvl_fmri_expand(fmd_hdl_t *hdl, nvlist_t *nvl) function
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_branch.c | 121 if (fmri != NULL && (fmd_nvl_fmri_expand(hdl, fmri) == 0)) {
|
H A D | cmd_memerr_arch.c | 378 if (fmd_nvl_fmri_expand(hdl, det) < 0) {
|
Completed in 95 milliseconds