Home
last modified time | relevance | path

Searched refs:FMD_AGENT_VERSION (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page_arch.c38 if ((fa_hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in cma_fmri_page_service_state()
60 if ((fa_hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in cma_fmri_page_retire()
76 if ((fa_hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in cma_fmri_page_unretire()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c379 (hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in fmri_replaced()
595 if ((swdp->hdl = fmd_agent_open(FMD_AGENT_VERSION)) == NULL) { in walk_strands()
741 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in ntv_page_retire()
761 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in ntv_page_unretire()
781 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in ntv_page_service_state()
808 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) { in ntv_page_unusable()
H A Dchip_label.c549 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) == NULL) in get_num_chips()
H A Dchip.c729 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) == NULL) in create_chips()
/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h55 #define FMD_AGENT_VERSION 1 macro
H A Dfmd_agent.c201 if (ver > FMD_AGENT_VERSION) { in fmd_agent_open()
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c103 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) == NULL) in fma_cap_cpu_info()
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c60 if ((hdl = fmd_agent_open(FMD_AGENT_VERSION)) == NULL) in page_isretired()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c232 sock->ztes_fm_agent = fmd_agent_open(FMD_AGENT_VERSION); in topo_zen_enum_chip_gather()