Searched refs:fmd_thread_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.c | 34 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 D | fmd_thread.h | 49 } 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 D | fmd_subr.c | 68 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 D | fmd_timerq.h | 55 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */
|
H A D | fmd_api.c | 225 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 D | fmd_mdb.c | 69 fmd_thread_t thr; in trwalk_init() 688 fmd_thread_t t; in thread_walk_step() 705 fmd_thread_t thr; in fmd_thread()
|