Searched refs:fmd_hdl_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | fmd_api.h | 49 typedef struct fmd_hdl fmd_hdl_t; typedef 54 fmd_hdl_t *ft_hdl; 66 fmd_hdl_t *ci_mod; /* module that owns this case */ 118 void (*fmdo_recv)(fmd_hdl_t *, fmd_event_t *, nvlist_t *, const char *); 119 void (*fmdo_timeout)(fmd_hdl_t *, id_t, void *); 120 void (*fmdo_close)(fmd_hdl_t *, fmd_case_t *); 121 void (*fmdo_stats)(fmd_hdl_t *); 122 void (*fmdo_gc)(fmd_hdl_t *); 136 extern int fmd_hdl_register(fmd_hdl_t *, int, const fmd_hdl_info_t *); 137 extern void fmd_hdl_unregister(fmd_hdl_t *); [all …]
|
H A D | fmd_api.c | 100 fmd_hdl_register(fmd_hdl_t *hdl, int version, const fmd_hdl_info_t *mip) in fmd_hdl_register() 123 fmd_hdl_unregister(fmd_hdl_t *hdl) in fmd_hdl_unregister() 163 fmd_hdl_setspecific(fmd_hdl_t *hdl, void *spec) in fmd_hdl_setspecific() 175 fmd_hdl_getspecific(fmd_hdl_t *hdl) in fmd_hdl_getspecific() 183 fmd_hdl_alloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_alloc() 190 fmd_hdl_zalloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_zalloc() 197 fmd_hdl_free(fmd_hdl_t *hdl, void *data, size_t size) in fmd_hdl_free() 207 fmd_hdl_debug(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_debug() 224 fmd_prop_get_int32(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int32() 242 fmd_stat_create(fmd_hdl_t *hdl, uint_t flags, uint_t nstats, fmd_stat_t *statv) in fmd_stat_create() [all …]
|
H A D | zfs_diagnosis.c | 137 static void zfs_purge_cases(fmd_hdl_t *hdl); 152 zfs_case_unserialize(fmd_hdl_t *hdl, fmd_case_t *cp) in zfs_case_unserialize() 189 zfs_other_serd_cases(fmd_hdl_t *hdl, const zfs_case_data_t *zfs_case) in zfs_other_serd_cases() 390 zfs_purge_cases(fmd_hdl_t *hdl) in zfs_purge_cases() 450 zfs_case_retire(fmd_hdl_t *hdl, zfs_case_t *zcp) in zfs_case_retire() 463 zfs_case_solve(fmd_hdl_t *hdl, zfs_case_t *zcp, const char *faultname) in zfs_case_solve() 514 zfs_ereport_when(fmd_hdl_t *hdl, nvlist_t *nvl, er_timeval_t *when) in zfs_ereport_when() 538 zfs_fm_serd_record(fmd_hdl_t *hdl, const char *name, fmd_event_t *ep, in zfs_fm_serd_record() 561 zfs_fm_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) in zfs_fm_recv() 1065 zfs_fm_timeout(fmd_hdl_t *hdl, id_t id, void *data) in zfs_fm_timeout() [all …]
|
H A D | zfs_retire.c | 63 zfs_retire_clear_data(fmd_hdl_t *hdl, zfs_retire_data_t *zdp) in zfs_retire_clear_data() 247 replace_with_spare(fmd_hdl_t *hdl, zpool_handle_t *zhp, nvlist_t *vdev) in replace_with_spare() 328 zfs_vdev_repair(fmd_hdl_t *hdl, nvlist_t *nvl) in zfs_vdev_repair() 366 zfs_retire_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, in zfs_retire_recv() 654 _zfs_retire_init(fmd_hdl_t *hdl) in _zfs_retire_init() 674 _zfs_retire_fini(fmd_hdl_t *hdl) in _zfs_retire_fini()
|
H A D | zfs_agents.c | 399 fmd_hdl_t *hdl; in zfs_agent_init() 431 fmd_hdl_t *hdl; in zfs_agent_fini()
|