Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c126 struct open_list { struct
127 LIST_ENTRY(open_list) ol_q;
135 LIST_HEAD(ol_head, open_list); argument
1199 struct open_list *olp; in ndmp_execute_cdb()
1386 struct open_list *
1390 struct open_list *olp; in ndmp_open_list_find()
1431 struct open_list *olp; in ndmp_open_list_add()
1455 } else if ((olp = ndmp_malloc(sizeof (struct open_list))) == NULL) { in ndmp_open_list_add()
1495 struct open_list *olp; in ndmp_open_list_del()
1535 struct open_list *olp; in ndmp_open_list_release()
[all …]
H A Dndmpd.h1036 extern struct open_list *ndmp_open_list_find(char *, int, int);