Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c1389 struct ol_head *olhp; in ndmp_open_list_find() local
1398 olhp = &ol_head; in ndmp_open_list_find()
1399 for (olp = LIST_FIRST(olhp); olp != NULL; olp = LIST_NEXT(olp, ol_q)) in ndmp_open_list_find()
1430 struct ol_head *olhp; in ndmp_open_list_add() local
1441 olhp = &ol_head; in ndmp_open_list_add()
1471 LIST_INSERT_HEAD(olhp, olp, ol_q); in ndmp_open_list_add()
1534 struct ol_head *olhp = &ol_head; in ndmp_open_list_release() local
1539 olp = LIST_FIRST(olhp); in ndmp_open_list_release()