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 | 48 typedef struct fmd_hdl fmd_hdl_t; typedef 53 fmd_hdl_t *ft_hdl; 65 fmd_hdl_t *ci_mod; /* module that owns this case */ 117 void (*fmdo_recv)(fmd_hdl_t *, fmd_event_t *, nvlist_t *, const char *); 118 void (*fmdo_timeout)(fmd_hdl_t *, id_t, void *); 119 void (*fmdo_close)(fmd_hdl_t *, fmd_case_t *); 120 void (*fmdo_stats)(fmd_hdl_t *); 121 void (*fmdo_gc)(fmd_hdl_t *); 135 extern int fmd_hdl_register(fmd_hdl_t *, int, const fmd_hdl_info_t *); 136 extern void fmd_hdl_unregister(fmd_hdl_t *); [all …]
|
H A D | fmd_api.c | 99 fmd_hdl_register(fmd_hdl_t *hdl, int version, const fmd_hdl_info_t *mip) in fmd_hdl_register() 122 fmd_hdl_unregister(fmd_hdl_t *hdl) in fmd_hdl_unregister() 162 fmd_hdl_setspecific(fmd_hdl_t *hdl, void *spec) in fmd_hdl_setspecific() 174 fmd_hdl_getspecific(fmd_hdl_t *hdl) in fmd_hdl_getspecific() 182 fmd_hdl_alloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_alloc() 189 fmd_hdl_zalloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_zalloc() 196 fmd_hdl_free(fmd_hdl_t *hdl, void *data, size_t size) in fmd_hdl_free() 206 fmd_hdl_debug(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_debug() 223 fmd_prop_get_int32(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int32() 241 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 | 136 static void zfs_purge_cases(fmd_hdl_t *hdl); 151 zfs_case_unserialize(fmd_hdl_t *hdl, fmd_case_t *cp) in zfs_case_unserialize() 188 zfs_other_serd_cases(fmd_hdl_t *hdl, const zfs_case_data_t *zfs_case) in zfs_other_serd_cases() 389 zfs_purge_cases(fmd_hdl_t *hdl) in zfs_purge_cases() 449 zfs_case_retire(fmd_hdl_t *hdl, zfs_case_t *zcp) in zfs_case_retire() 462 zfs_case_solve(fmd_hdl_t *hdl, zfs_case_t *zcp, const char *faultname) in zfs_case_solve() 513 zfs_ereport_when(fmd_hdl_t *hdl, nvlist_t *nvl, er_timeval_t *when) in zfs_ereport_when() 537 zfs_fm_serd_record(fmd_hdl_t *hdl, const char *name, fmd_event_t *ep, in zfs_fm_serd_record() 560 zfs_fm_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) in zfs_fm_recv() 1064 zfs_fm_timeout(fmd_hdl_t *hdl, id_t id, void *data) in zfs_fm_timeout() [all …]
|
H A D | zfs_retire.c | 62 zfs_retire_clear_data(fmd_hdl_t *hdl, zfs_retire_data_t *zdp) in zfs_retire_clear_data() 246 replace_with_spare(fmd_hdl_t *hdl, zpool_handle_t *zhp, nvlist_t *vdev) in replace_with_spare() 327 zfs_vdev_repair(fmd_hdl_t *hdl, nvlist_t *nvl) in zfs_vdev_repair() 365 zfs_retire_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, in zfs_retire_recv() 642 _zfs_retire_init(fmd_hdl_t *hdl) in _zfs_retire_init() 662 _zfs_retire_fini(fmd_hdl_t *hdl) in _zfs_retire_fini()
|
H A D | zfs_agents.c | 393 fmd_hdl_t *hdl; in zfs_agent_init() 425 fmd_hdl_t *hdl; in zfs_agent_fini()
|