Home
last modified time | relevance | path

Searched refs:fmd_module_t (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h141 } fmd_module_t; typedef
170 extern void fmd_module_unload(fmd_module_t *);
176 extern void fmd_module_gc(fmd_module_t *);
177 extern void fmd_module_trygc(fmd_module_t *);
183 extern void fmd_module_commit(fmd_module_t *);
185 extern void fmd_module_lock(fmd_module_t *);
186 extern void fmd_module_unlock(fmd_module_t *);
188 extern int fmd_module_locked(fmd_module_t *);
192 extern void fmd_module_exit(fmd_module_t *);
195 extern void fmd_module_hold(fmd_module_t *);
[all …]
H A Dfmd_api.c222 static fmd_module_t *
226 fmd_module_t *mp; in fmd_api_module()
276 static fmd_module_t *
357 fmd_module_t *mp = tp->thr_mod; in fmd_hdl_register()
368 if (mp != (fmd_module_t *)hdl) in fmd_hdl_register()
1069 fmd_module_t *mp; in fmd_case_open_uuid()
1846 fmd_module_t *mp; in fmd_doorthr_create()
1960 fmd_module_t *mp; in fmd_nvl_create_suspect()
2283 fmd_module_t *mp = va_arg(ap, fmd_module_t *); in fmd_nvl_op_init()
2293 fmd_module_t *mp = ops->nva_arg; in fmd_nvl_op_alloc_sleep()
[all …]
H A Dfmd_module.c100 fmd_module_t *mp = arg; in fmd_module_start()
174 fmd_module_t *
177 fmd_module_t *mp = fmd_zalloc(sizeof (fmd_module_t), FMD_SLEEP); in fmd_module_create()
1035 fmd_module_t *mp, *nmp; in fmd_modhash_destroy()
1095 fmd_module_t *mp, *np; in fmd_modhash_apply()
1113 fmd_module_t *mp, *np; in fmd_modhash_tryapply()
1132 fmd_module_t *mp; in fmd_modhash_dispatch()
1170 fmd_module_t *
1173 fmd_module_t *mp; in fmd_modhash_lookup()
1193 fmd_module_t *
[all …]
H A Dfmd_thread.c35 fmd_thread_xcreate(fmd_module_t *mp, pthread_t tid) in fmd_thread_xcreate()
73 fmd_thread_create_cmn(fmd_module_t *mp, fmd_thread_f *func, void *arg, in fmd_thread_create_cmn()
110 fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) in fmd_thread_create()
116 fmd_doorthread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) in fmd_doorthread_create()
H A Dfmd_proc.c41 proc_init(fmd_module_t *mp) in proc_init()
48 proc_fini(fmd_module_t *mp) in proc_fini()
H A Dfmd_protocol.c86 fmd_protocol_fmri_module(fmd_module_t *mp) in fmd_protocol_fmri_module()
294 fmd_protocol_moderror(fmd_module_t *mp, int oserr, const char *msg) in fmd_protocol_moderror()
330 fmd_protocol_xprt_ctl(fmd_module_t *mp, const char *class, uint8_t version) in fmd_protocol_xprt_ctl()
349 fmd_protocol_xprt_sub(fmd_module_t *mp, in fmd_protocol_xprt_sub()
362 fmd_protocol_xprt_uuclose(fmd_module_t *mp, const char *class, uint8_t version, in fmd_protocol_xprt_uuclose()
375 fmd_protocol_xprt_uuresolved(fmd_module_t *mp, const char *class, in fmd_protocol_xprt_uuresolved()
388 fmd_protocol_xprt_updated(fmd_module_t *mp, const char *class, uint8_t version, in fmd_protocol_xprt_updated()
H A Dfmd_builtin.c42 bltin_init(fmd_module_t *mp) in bltin_init()
77 bltin_fini(fmd_module_t *mp) in bltin_fini()
H A Dfmd_rtld.c44 rtld_init(fmd_module_t *mp) in rtld_init()
88 rtld_fini(fmd_module_t *mp) in rtld_fini()
H A Dfmd_ckpt.c73 fmd_module_t *ckp_mp; /* checkpoint module */
101 fmd_ckpt_create(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_create()
138 fmd_ckpt_open(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_open()
352 fmd_module_t *mp = ckp->ckp_mp; in fmd_ckpt_error()
696 fmd_ckpt_resv_module(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_resv_module()
721 fmd_ckpt_save_module(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_save_module()
764 fmd_ckpt_save(fmd_module_t *mp) in fmd_ckpt_save()
996 fmd_ckpt_restore_bufs(fmd_ckpt_t *ckp, fmd_module_t *mp, in fmd_ckpt_restore_bufs()
1153 fmd_ckpt_restore(fmd_module_t *mp) in fmd_ckpt_restore()
1183 fmd_ckpt_delete(fmd_module_t *mp) in fmd_ckpt_delete()
[all …]
H A Dfmd_rpc_adm.c50 fmd_module_t *mp; in fmd_adm_modinfo_1_svc()
108 fmd_module_t *mp; in fmd_adm_modcstat_1_svc()
140 fmd_module_t *mp; in fmd_adm_moddstat_1_svc()
221 fmd_module_t *mp; in fmd_adm_modload_1_svc()
265 fmd_module_t *mp = NULL; in fmd_adm_modunload_1_svc()
287 fmd_module_t *mp = NULL; in fmd_adm_modreset_1_svc()
320 fmd_module_t *mp; in fmd_adm_modgc_1_svc()
575 fmd_module_t *mp; in fmd_adm_serdlist_1_svc()
647 fmd_module_t *mp; in fmd_adm_serdinfo_1_svc()
686 fmd_module_t *mp; in fmd_adm_serdreset_1_svc()
H A Dfmd_scheme.c61 fmd_module_t *mp; in fmd_scheme_fmd_present()
84 fmd_module_t *mp; in fmd_scheme_fmd_replaced()
107 fmd_module_t *mp; in fmd_scheme_fmd_service_state()
128 fmd_module_t *mp; in fmd_scheme_fmd_unusable()
H A Dfmd_mdb.c422 fmd_module_t *modp = (fmd_module_t *)data; in module_ustat()
462 fmd_module_t *modp = (fmd_module_t *)data; in module_stat()
747 fmd_module_t m; in mod_walk_step()
764 fmd_module_t mod; in fmd_module()
795 fmd_module_t mod; in case_walk_init()
966 fmd_module_t *modp = (fmd_module_t *)data; in module_serd()
969 modp = (fmd_module_t *)addr; in module_serd()
1449 fmd_module_t m; in xprt_walk_init()
1612 fmd_module_t m; in mq_walk_init()
H A Dfmd_self.c191 fmd_module_t *mp = (fmd_module_t *)hdl; /* see below */ in self_init()
H A Dfmd.c510 dp->d_rmod = fmd_zalloc(sizeof (fmd_module_t), FMD_SLEEP); in fmd_create()
558 fmd_module_t *mp; in fmd_destroy()
575 fmd_module_t *self; in fmd_destroy()
746 fmd_module_t *mp; in fmd_err_replay()
H A Dfmd_xprt.h144 extern fmd_xprt_t *fmd_xprt_create(fmd_module_t *, uint_t, nvlist_t *, void *);
H A Dfmd_xprt.c335 fmd_module_t *mp; in fmd_xprt_subscribe_modhash()
552 fmd_module_t *mp = arg; in fmd_xprt_send_case_ro()
759 fmd_xprt_create(fmd_module_t *mp, uint_t flags, nvlist_t *auth, void *data) in fmd_xprt_create()
926 fmd_module_t *mp = xip->xi_queue->eq_mod; in fmd_xprt_destroy()
1052 fmd_module_t *mp = xip->xi_queue->eq_mod; in fmd_xprt_send()
H A Dfmd_eventq.c35 fmd_eventq_create(fmd_module_t *mp, fmd_eventqstat_t *stats, in fmd_eventq_create()
H A Dfmd_case.c1249 fmd_case_create(fmd_module_t *mp, const char *uuidstr, void *data) in fmd_case_create()
1341 fmd_case_recreate(fmd_module_t *mp, fmd_xprt_t *xp, in fmd_case_recreate()