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.h49 } fmd_thread_t; typedef in typeref:struct:fmd_thread
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_thread.c34 fmd_thread_t *
37 fmd_thread_t *tp = fmd_alloc(sizeof (fmd_thread_t), FMD_SLEEP);
58 fmd_thread_t *tp = arg;
72 static fmd_thread_t *
76 fmd_thread_t *tp = fmd_alloc(sizeof (fmd_thread_t), FMD_SLEEP);
98 fmd_free(tp, sizeof (fmd_thread_t));
109 fmd_thread_t *
115 fmd_thread_t *
[all...]
H A Dfmd_timerq.h57 fmd_thread_t *tmq_thread; /* thread handling timer expiry for queue */
H A Dfmd_subr.c68 fmd_thread_t *tp;
128 fmd_thread_t *tp;
202 fmd_thread_t *tp;
273 fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
H A Dfmd_api.c225 fmd_thread_t *tp;
356 fmd_thread_t *tp = pthread_getspecific(fmd.d_key);
540 * Once this is complete we can destroy the associated fmd_thread_t data.
545 fmd_thread_t *tp = fmd_idspace_getspecific(ids, id);
1738 fmd_thread_t *tp;
1765 fmd_thread_t *tp;
1845 fmd_thread_t *old_tp, *new_tp;
1852 * is already setup so we can retrieve the fmd_thread_t.
H A Dfmd_mdb.c69 fmd_thread_t thr;
681 fmd_thread_t t;
698 fmd_thread_t thr;
1675 { "fmd_thread", "walk list of all fmd_thread_t's",

Completed in 90 milliseconds