Searched refs:fmd_agent_hdl_t (Results 1 - 10 of 10) 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...]
H A Dfmd_agent_impl.h47 extern int fmd_agent_nvl_ioctl(fmd_agent_hdl_t *, int, uint32_t, nvlist_t *,
49 extern int fmd_agent_version(fmd_agent_hdl_t *, const char *, uint32_t *);
50 extern int fmd_agent_seterrno(fmd_agent_hdl_t *, int);
H A Dfmd_agent.c48 fmd_agent_errno(fmd_agent_hdl_t *hdl)
54 fmd_agent_seterrno(fmd_agent_hdl_t *hdl, int err)
67 fmd_agent_errmsg(fmd_agent_hdl_t *hdl)
73 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl,
88 fmd_agent_nvl_ioctl(fmd_agent_hdl_t *hdl, int cmd, uint32_t ver,
159 static fmd_agent_hdl_t *
162 fmd_agent_hdl_t *hdl;
169 if ((hdl = umem_alloc(sizeof (fmd_agent_hdl_t),
186 umem_free(hdl, sizeof (fmd_agent_hdl_t));
195 fmd_agent_hdl_t *
[all...]
/osnet-11/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c36 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl,
47 fmd_agent_physcpu_info_v1(fmd_agent_hdl_t *hdl, nvlist_t ***cpusp,
80 fmd_agent_physcpu_info(fmd_agent_hdl_t *hdl, nvlist_t ***cpusp, uint_t *ncpu)
97 fmd_agent_cpuop_v1(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid,
125 fmd_agent_cpuop(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid,
144 fmd_agent_cpu_retire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid)
155 fmd_agent_cpu_isretired(fmd_agent_hdl_t *hdl, int chipid, int coreid,
168 fmd_agent_cpu_unretire(fmd_agent_hdl_t *hdl, int chipid, int coreid,
/osnet-11/usr/src/lib/fm/libfmd_agent/sparc/
H A Dfmd_agent_sparc.c35 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl,
46 fmd_agent_cacheop_v1(fmd_agent_hdl_t *hdl, int cmd, uint32_t strandid,
106 fmd_agent_cacheop(fmd_agent_hdl_t *hdl, int cmd, uint32_t strandid,
124 fmd_agent_cache_retire(fmd_agent_hdl_t *hdl, uint32_t strandid, nvlist_t *fmri)
139 fmd_agent_cache_unretire(fmd_agent_hdl_t *hdl, uint32_t strandid,
151 fmd_agent_cache_isretired(fmd_agent_hdl_t *hdl, uint32_t strandid,
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c486 fmd_agent_hdl_t *hdl;
487 int (*func)(fmd_agent_hdl_t *, int, int, int);
552 int (*func)(fmd_agent_hdl_t *, int, int, int))
681 fmd_agent_hdl_t *hdl;
701 fmd_agent_hdl_t *hdl;
721 fmd_agent_hdl_t *hdl;
H A Dchip.c671 fmd_agent_hdl_t *hdl;
H A Dchip_label.c539 fmd_agent_hdl_t *hdl;
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c460 fmd_agent_hdl_t *hdl;
522 fmd_agent_hdl_t *hdl;
583 fmd_agent_hdl_t *hdl;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c309 fmd_agent_hdl_t *hdl;
350 fmd_agent_hdl_t *hdl;
392 fmd_agent_hdl_t *hdl;

Completed in 28 milliseconds