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

/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h57 typedef struct fmd_agent_hdl fmd_agent_hdl_t; typedef in typeref:struct:fmd_agent_hdl
59 extern fmd_agent_hdl_t *fmd_agent_open(int);
60 extern void fmd_agent_close(fmd_agent_hdl_t *);
61 extern int fmd_agent_errno(fmd_agent_hdl_t *);
62 extern const char *fmd_agent_errmsg(fmd_agent_hdl_t *);
65 extern int fmd_agent_page_retire(fmd_agent_hdl_t *, nvlist_t *);
66 extern int fmd_agent_page_unretire(fmd_agent_hdl_t *, nvlist_t *);
67 extern int fmd_agent_page_isretired(fmd_agent_hdl_t *, nvlist_t *);
70 extern int fmd_agent_physcpu_info(fmd_agent_hdl_t *, nvlist_t ***cpusp,
72 extern int fmd_agent_cpu_retire(fmd_agent_hdl_t *, in
[all...]

Completed in 45 milliseconds