Searched refs:fmd_hdl_t (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/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; 123 void (*fmdo_close)(fmd_hdl_t *, fmd_case_t *); 124 void (*fmdo_stats)(fmd_hdl_t *); 125 void (*fmdo_gc)(fmd_hdl_t *); 140 extern void fmd_hdl_unregister(fmd_hdl_t *); 143 extern void *fmd_hdl_getspecific(fmd_hdl_t *); 235 extern void _zfs_retire_init(fmd_hdl_t *); 236 extern void _zfs_retire_fini(fmd_hdl_t *); 239 extern void _zfs_diagnosis_init(fmd_hdl_t *); [all …]
|
| H A D | fmd_api.c | 120 fmd_hdl_unregister(fmd_hdl_t *hdl) in fmd_hdl_unregister() 172 fmd_hdl_getspecific(fmd_hdl_t *hdl) in fmd_hdl_getspecific() 269 fmd_case_open(fmd_hdl_t *hdl, void *data) in fmd_case_open() 294 fmd_case_solve(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_solve() 467 fmd_buf_read(fmd_hdl_t *hdl, fmd_case_t *cp, in fmd_buf_read() 478 fmd_buf_write(fmd_hdl_t *hdl, fmd_case_t *cp, in fmd_buf_write() 561 fmd_hdl_t *hdl = ftp->ft_hdl; in _timer_notify() 699 fmd_nvl_alloc(fmd_hdl_t *hdl, int flags) in fmd_nvl_alloc() 714 fmd_hdl_t * 718 return ((fmd_hdl_t *)&zfs_retire_module); in fmd_module_hdl() [all …]
|
| H A D | zfs_diagnosis.c | 122 zfs_case_serialize(fmd_hdl_t *hdl, zfs_case_t *zcp) in zfs_case_serialize() 131 zfs_case_unserialize(fmd_hdl_t *hdl, fmd_case_t *cp) in zfs_case_unserialize() 311 zfs_purge_cases(fmd_hdl_t *hdl) in zfs_purge_cases() 376 zfs_case_solve(fmd_hdl_t *hdl, zfs_case_t *zcp, const char *faultname, in zfs_case_solve() 429 zfs_ereport_when(fmd_hdl_t *hdl, nvlist_t *nvl, er_timeval_t *when) in zfs_ereport_when() 448 zfs_fm_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) in zfs_fm_recv() 859 zfs_fm_timeout(fmd_hdl_t *hdl, id_t id, void *data) in zfs_fm_timeout() 872 zfs_fm_close(fmd_hdl_t *hdl, fmd_case_t *cs) in zfs_fm_close() 893 zfs_fm_gc(fmd_hdl_t *hdl) in zfs_fm_gc() 920 _zfs_diagnosis_init(fmd_hdl_t *hdl) in _zfs_diagnosis_init() [all …]
|
| H A D | zfs_retire.c | 60 zfs_retire_clear_data(fmd_hdl_t *hdl, zfs_retire_data_t *zdp) in zfs_retire_clear_data() 184 replace_with_spare(fmd_hdl_t *hdl, zpool_handle_t *zhp, nvlist_t *vdev) in replace_with_spare() 266 zfs_vdev_repair(fmd_hdl_t *hdl, nvlist_t *nvl) in zfs_vdev_repair() 305 zfs_retire_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, in zfs_retire_recv() 535 _zfs_retire_init(fmd_hdl_t *hdl) in _zfs_retire_init() 555 _zfs_retire_fini(fmd_hdl_t *hdl) in _zfs_retire_fini()
|
| H A D | zfs_agents.c | 362 fmd_hdl_t *hdl; in zfs_agent_init() 393 fmd_hdl_t *hdl; in zfs_agent_fini()
|