Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h40 fmd_list_t thr_list; /* linked-list next/prev pointers */ member
H A Dfmd_mdb.c83 addr = (uintptr_t)thr.thr_list.l_next) { in trwalk_init()
698 wsp->walk_addr = (uintptr_t)t.thr_list.l_next; in thread_walk_step()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c106 static thr_elem_t *thr_list = NULL; variable
1268 thr_elem_t *thr = thr_list; in match_entry()
1288 thr_elem_t *thr = thr_list; in add_entry()
1297 if (thr_list == NULL) { in add_entry()
1298 thr_list = new_e; in add_entry()