Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.h33 struct node_reply { struct
37 struct node_reply *next; argument
47 struct node_reply *replies;
H A Dclvmd.c638 struct node_reply *reply; in timedout_callback()
1404 struct node_reply *reply; in add_reply_to_list()
1409 reply = malloc(sizeof(struct node_reply)); in add_reply_to_list()
1614 struct node_reply *thisreply = client->bits.localsock.replies; in send_local_reply()
1648 struct node_reply *tempreply = thisreply; in send_local_reply()
1693 struct node_reply *thisreply = client->bits.localsock.replies; in free_reply()
1695 struct node_reply *tempreply = thisreply; in free_reply()