Searched refs:fmd_agent_hdl_t (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/fm/libfmd_agent/common/ |
H A D | fmd_agent.h | 57 typedef struct fmd_agent_hdl fmd_agent_hdl_t; typedef 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 *, int, int, int); [all …]
|
H A D | fmd_agent.c | 49 fmd_agent_errno(fmd_agent_hdl_t *hdl) in fmd_agent_errno() 55 fmd_agent_seterrno(fmd_agent_hdl_t *hdl, int err) in fmd_agent_seterrno() 68 fmd_agent_errmsg(fmd_agent_hdl_t *hdl) in fmd_agent_errmsg() 74 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, in cleanup_set_errno() 87 fmd_agent_nvl_ioctl(fmd_agent_hdl_t *hdl, int cmd, uint32_t ver, in fmd_agent_nvl_ioctl() 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 * [all …]
|
H A D | fmd_agent_impl.h | 47 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);
|
/titanic_44/usr/src/lib/fm/libfmd_agent/i386/ |
H A D | fmd_agent_i386.c | 36 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()
|
/titanic_44/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_page_arch.c | 35 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()
|
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 371 fmd_agent_hdl_t *hdl; in fmri_replaced() 519 fmd_agent_hdl_t *hdl; 520 int (*func)(fmd_agent_hdl_t *, int, int, int); 585 int (*func)(fmd_agent_hdl_t *, int, int, int)) in walk_strands() argument 733 fmd_agent_hdl_t *hdl; in ntv_page_retire() 753 fmd_agent_hdl_t *hdl; in ntv_page_unretire() 773 fmd_agent_hdl_t *hdl; in ntv_page_service_state() 800 fmd_agent_hdl_t *hdl; in ntv_page_unusable()
|
H A D | chip_label.c | 540 fmd_agent_hdl_t *hdl; in get_num_chips()
|
H A D | chip.c | 669 fmd_agent_hdl_t *hdl; in create_chips()
|
/titanic_44/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.c | 441 fmd_agent_hdl_t *hdl; in ldom_fmri_status() 503 fmd_agent_hdl_t *hdl; in ldom_fmri_retire() 564 fmd_agent_hdl_t *hdl; in ldom_fmri_unretire()
|
/titanic_44/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 99 fmd_agent_hdl_t *hdl; in fma_cap_cpu_info()
|
/titanic_44/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 57 fmd_agent_hdl_t *hdl; in page_isretired()
|