Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/isns/isnsd/
H A Ddoor.c99 static thr_elem_t *thr_list = NULL;
1258 static thr_elem_t *match_entry(pthread_t tid) in match_entry()
1261 thr_elem_t *thr = thr_list; in match_entry()
1280 thr_elem_t *new_e; in add_entry()
1281 thr_elem_t *thr = thr_list; in add_entry()
1283 if ((new_e = malloc(sizeof (thr_elem_t))) == NULL) { in add_entry()
1324 thr_elem_t *thr; in door_server()
H A Disns_mgmt.h194 } thr_elem_t; typedef