Searched refs:thr_list (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h40 fmd_list_t thr_list; /* linked-list next/prev pointers */ member in struct:fmd_thread
H A Dfmd_mdb.c83 addr = (uintptr_t)thr.thr_list.l_next) {
691 wsp->walk_addr = (uintptr_t)t.thr_list.l_next;
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c99 static thr_elem_t *thr_list = NULL; variable
1261 thr_elem_t *thr = thr_list;
1274 * Add an entry to the thr_list for the given thread id.
1281 thr_elem_t *thr = thr_list;
1290 if (thr_list == NULL) {
1291 thr_list = new_e;
1307 * a global list, thr_list, is maintained to free the response buffer

Completed in 57 milliseconds