Searched refs:TOPO_METH_UNUSABLE_RET (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 305 return (set_retnvl(mod, out, TOPO_METH_UNUSABLE_RET, rc)); in cpu_unusable() 471 return (set_retnvl(mod, out, TOPO_METH_UNUSABLE_RET, rc)); in dimm_page_unusable()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.h | 159 #define TOPO_METH_UNUSABLE_RET "unusable-ret" macro
|
H A D | dev.c | 571 if (nvlist_add_uint32(*out, TOPO_METH_UNUSABLE_RET, unusable) != 0) { in dev_fmri_unusable()
|
H A D | svc.c | 898 if (nvlist_add_uint32(*out, TOPO_METH_UNUSABLE_RET, in svc_fmri_unusable()
|
H A D | topo_fmri.c | 288 (void) nvlist_lookup_uint32(out, TOPO_METH_UNUSABLE_RET, &unusable); in topo_fmri_unusable()
|
H A D | hc.c | 1971 TOPO_METH_UNUSABLE_RET, 0) == 0) in hc_unusable()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 705 return (set_retnvl(mod, out, TOPO_METH_UNUSABLE_RET, rc)); in unusable_strands() 812 return (set_retnvl(mod, out, TOPO_METH_UNUSABLE_RET, in ntv_page_unusable()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu.c | 375 if (nvlist_add_uint32(*out, TOPO_METH_UNUSABLE_RET, rc) != 0) { in cpu_unusable()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem.c | 514 if (nvlist_add_uint32(*out, TOPO_METH_UNUSABLE_RET, retval) != 0) { in mem_unusable()
|