Home
last modified time | relevance | path

Searched refs:fmd_agent_open (Results 1 – 10 of 10) 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.h63 extern fmd_agent_hdl_t *fmd_agent_open(int);
H A Dmapfile-vers44 fmd_agent_open;
H A Dfmd_agent.c199 fmd_agent_open(int ver) in fmd_agent_open() function
/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()