Searched defs:fmd_agent_hdl_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h56 typedef struct fmd_agent_hdl fmd_agent_hdl_t; typedef in typeref:struct:fmd_agent_hdl
58 extern fmd_agent_hdl_t *fmd_agent_open(int);
59 extern void fmd_agent_close(fmd_agent_hdl_t *);
60 extern int fmd_agent_errno(fmd_agent_hdl_t *);
61 extern const char *fmd_agent_errmsg(fmd_agent_hdl_t *);
64 extern int fmd_agent_page_retire(fmd_agent_hdl_t *, nvlist_t *);
65 extern int fmd_agent_page_unretire(fmd_agent_hdl_t *, nvlist_t *);
66 extern int fmd_agent_page_isretired(fmd_agent_hdl_t *, nvlist_t *);
69 extern int fmd_agent_physcpu_info(fmd_agent_hdl_t *, nvlist_t ***cpusp,
71 extern int fmd_agent_cpu_retire(fmd_agent_hdl_t *, in
[all...]

Completed in 103 milliseconds