Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1614 struct node_reply *thisreply = client->bits.localsock.replies; in send_local_reply() local
1622 while (thisreply) { in send_local_reply()
1623 if (thisreply->replymsg) in send_local_reply()
1624 message_len += strlen(thisreply->replymsg) + 1; in send_local_reply()
1628 message_len += strlen(thisreply->node) + 1 + sizeof(int); in send_local_reply()
1630 thisreply = thisreply->next; in send_local_reply()
1646 thisreply = client->bits.localsock.replies; in send_local_reply()
1647 while (thisreply) { in send_local_reply()
1648 struct node_reply *tempreply = thisreply; in send_local_reply()
1650 strcpy(ptr, thisreply->node); in send_local_reply()
[all …]