Home
last modified time | relevance | path

Searched refs:fmd_agent_hdl_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.h61 typedef struct fmd_agent_hdl fmd_agent_hdl_t; typedef
63 extern fmd_agent_hdl_t *fmd_agent_open(int);
64 extern void fmd_agent_close(fmd_agent_hdl_t *);
65 extern int fmd_agent_errno(fmd_agent_hdl_t *);
66 extern const char *fmd_agent_errmsg(fmd_agent_hdl_t *);
69 extern int fmd_agent_page_retire(fmd_agent_hdl_t *, nvlist_t *);
70 extern int fmd_agent_page_unretire(fmd_agent_hdl_t *, nvlist_t *);
71 extern int fmd_agent_page_isretired(fmd_agent_hdl_t *, nvlist_t *);
76 extern int fmd_agent_cpu_retire(fmd_agent_hdl_t *, int, int, int);
97 extern int fmd_agent_cache_info(fmd_agent_hdl_t *,
[all …]
H A Dfmd_agent.c53 fmd_agent_errno(fmd_agent_hdl_t *hdl) in fmd_agent_errno()
59 fmd_agent_seterrno(fmd_agent_hdl_t *hdl, int err) in fmd_agent_seterrno()
72 fmd_agent_errmsg(fmd_agent_hdl_t *hdl) in fmd_agent_errmsg()
162 static fmd_agent_hdl_t *
165 fmd_agent_hdl_t *hdl; in fmd_agent_open_dev()
172 if ((hdl = umem_alloc(sizeof (fmd_agent_hdl_t), in fmd_agent_open_dev()
189 umem_free(hdl, sizeof (fmd_agent_hdl_t)); in fmd_agent_open_dev()
198 fmd_agent_hdl_t *
209 fmd_agent_close(fmd_agent_hdl_t *hdl) in fmd_agent_close()
213 umem_free(hdl, sizeof (fmd_agent_hdl_t)); in fmd_agent_close()
[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);
/illumos-gate/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, in cleanup_set_errno()
45 fmd_agent_physcpu_info_v1(fmd_agent_hdl_t *hdl, nvlist_t ***cpusp, in fmd_agent_physcpu_info_v1()
78 fmd_agent_physcpu_info(fmd_agent_hdl_t *hdl, nvlist_t ***cpusp, uint_t *ncpu) in fmd_agent_physcpu_info()
95 fmd_agent_cpuop_v1(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid, in fmd_agent_cpuop_v1()
123 fmd_agent_cpuop(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid, in fmd_agent_cpuop()
142 fmd_agent_cpu_retire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) in fmd_agent_cpu_retire()
153 fmd_agent_cpu_isretired(fmd_agent_hdl_t *hdl, int chipid, int coreid, in fmd_agent_cpu_isretired()
166 fmd_agent_cpu_unretire(fmd_agent_hdl_t *hdl, int chipid, int coreid, in fmd_agent_cpu_unretire()
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page_arch.c35 fmd_agent_hdl_t *fa_hdl; in cma_fmri_page_service_state()
57 fmd_agent_hdl_t *fa_hdl; in cma_fmri_page_retire()
73 fmd_agent_hdl_t *fa_hdl; in cma_fmri_page_unretire()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c373 fmd_agent_hdl_t *hdl; in fmri_replaced()
521 fmd_agent_hdl_t *hdl;
522 int (*func)(fmd_agent_hdl_t *, int, int, int);
587 int (*func)(fmd_agent_hdl_t *, int, int, int)) in walk_strands() argument
735 fmd_agent_hdl_t *hdl; in ntv_page_retire()
755 fmd_agent_hdl_t *hdl; in ntv_page_unretire()
775 fmd_agent_hdl_t *hdl; in ntv_page_service_state()
802 fmd_agent_hdl_t *hdl; in ntv_page_unusable()
H A Dchip_label.c542 fmd_agent_hdl_t *hdl; in get_num_chips()
H A Dchip.c720 fmd_agent_hdl_t *hdl; in create_chips()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen_impl.h74 fmd_agent_hdl_t *ztes_fm_agent;
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c99 fmd_agent_hdl_t *hdl; in fma_cap_cpu_info()
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c57 fmd_agent_hdl_t *hdl; in page_isretired()