Searched refs:fa_hdl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page_arch.c35 fmd_agent_hdl_t *fa_hdl; local
38 if ((fa_hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) {
39 rc = fmd_agent_page_isretired(fa_hdl, nvl);
46 fmd_agent_close(fa_hdl);
57 fmd_agent_hdl_t *fa_hdl; local
60 if ((fa_hdl = fmd_agent_open(FMD_AGENT_VERSION)) != NULL) {
61 rc = fmd_agent_page_retire(fa_hdl, nvl);
62 fmd_agent_close(fa_hdl);
73 fmd_agent_hdl_t *fa_hdl; local
76 if ((fa_hdl
[all...]

Completed in 58 milliseconds