Lines Matching refs:outmsg
20 kfree(hvt->outmsg);
21 hvt->outmsg = NULL;
46 if (!hvt->outmsg) {
56 if (!copy_to_user(buf, hvt->outmsg, hvt->outmsg_len))
61 kfree(hvt->outmsg);
62 hvt->outmsg = NULL;
155 kfree(hvt->outmsg);
252 if (hvt->outmsg) {
257 hvt->outmsg = kzalloc(len, GFP_KERNEL);
258 if (hvt->outmsg) {
259 memcpy(hvt->outmsg, msg, len);