Searched defs:open_list (Results 1 - 1 of 1) 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);
1199 struct open_list *olp;
1386 struct open_list *
1390 struct open_list *olp;
1431 struct open_list *olp;
1455 } else if ((olp = ndmp_malloc(sizeof (struct open_list))) == NULL) {
1495 struct open_list *olp;
1535 struct open_list *ol
[all...]

Completed in 57 milliseconds