Lines Matching refs:outmsg
20 kfree(hvt->outmsg); in hvt_reset()
21 hvt->outmsg = NULL; in hvt_reset()
46 if (!hvt->outmsg) { in hvt_op_read()
56 if (!copy_to_user(buf, hvt->outmsg, hvt->outmsg_len)) in hvt_op_read()
61 kfree(hvt->outmsg); in hvt_op_read()
62 hvt->outmsg = NULL; in hvt_op_read()
154 kfree(hvt->outmsg); in hvt_transport_free()
251 if (hvt->outmsg) { in hvutil_transport_send()
256 hvt->outmsg = kzalloc(len, GFP_KERNEL); in hvutil_transport_send()
257 if (hvt->outmsg) { in hvutil_transport_send()
258 memcpy(hvt->outmsg, msg, len); in hvutil_transport_send()