Home
last modified time | relevance | path

Searched refs:fmd_thread_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c34 fmd_thread_t *
37 fmd_thread_t *tp = fmd_alloc(sizeof (fmd_thread_t), FMD_SLEEP); in fmd_thread_xcreate()
58 fmd_thread_t *tp = arg; in fmd_thread_start()
72 static fmd_thread_t *
76 fmd_thread_t *tp = fmd_alloc(sizeof (fmd_thread_t), FMD_SLEEP); in fmd_thread_create_cmn()
98 fmd_free(tp, sizeof (fmd_thread_t)); in fmd_thread_create_cmn()
109 fmd_thread_t *
115 fmd_thread_t *
122 fmd_thread_destroy(fmd_thread_t *tp, int flag) in fmd_thread_destroy()
135 fmd_free(tp, sizeof (fmd_thread_t)); in fmd_thread_destroy()
H A Dfmd_thread.h49 } fmd_thread_t; typedef
51 extern fmd_thread_t *fmd_thread_xcreate(struct fmd_module *, pthread_t);
52 extern fmd_thread_t *fmd_thread_create(struct fmd_module *,
54 extern fmd_thread_t *fmd_doorthread_create(struct fmd_module *,
60 extern void fmd_thread_destroy(fmd_thread_t *, int);
H A Dfmd_subr.c68 fmd_thread_t *tp; in fmd_vpanic()
128 fmd_thread_t *tp; in fmd_verror()
202 fmd_thread_t *tp; in fmd_vdprintf()
273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key); in fmd_trace()
H A Dfmd_timerq.h55 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */
H A Dfmd_api.c225 fmd_thread_t *tp; in fmd_api_module()
356 fmd_thread_t *tp = pthread_getspecific(fmd.d_key); in fmd_hdl_register()
545 fmd_thread_t *tp = fmd_idspace_getspecific(ids, id); in fmd_module_thrcancel()
1738 fmd_thread_t *tp; in fmd_thr_create()
1765 fmd_thread_t *tp; in fmd_thr_destroy()
1845 fmd_thread_t *old_tp, *new_tp; in fmd_doorthr_create()
H A Dfmd_mdb.c69 fmd_thread_t thr; in trwalk_init()
688 fmd_thread_t t; in thread_walk_step()
705 fmd_thread_t thr; in fmd_thread()