Home
last modified time | relevance | path

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

/netbsd/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1277 char *replyargs; in process_remote_command() local
1337 replyargs = malloc(max_cluster_message - sizeof(struct clvm_header)); in process_remote_command()
1339 if (replyargs != NULL) { in process_remote_command()
1342 do_command(NULL, msg, msglen, &replyargs, buflen, in process_remote_command()
1353 realloc(replyargs, replylen + sizeof(struct clvm_header)); in process_remote_command()
1358 replyargs = aggreply; in process_remote_command()
1361 replyargs, replylen); in process_remote_command()
1395 free(replyargs); in process_remote_command()