Home
last modified time | relevance | path

Searched refs:thr_elem_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c106 static thr_elem_t *thr_list = NULL;
1265 static thr_elem_t *match_entry(pthread_t tid) in match_entry()
1268 thr_elem_t *thr = thr_list; in match_entry()
1287 thr_elem_t *new_e; in add_entry()
1288 thr_elem_t *thr = thr_list; in add_entry()
1290 if ((new_e = malloc(sizeof (thr_elem_t))) == NULL) { in add_entry()
1331 thr_elem_t *thr; in door_server()
H A Disns_mgmt.h194 } thr_elem_t; typedef