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()
155 kfree(hvt->outmsg); in hvt_transport_free()
252 if (hvt->outmsg) { in hvutil_transport_send()
257 hvt->outmsg = kzalloc(len, GFP_KERNEL); in hvutil_transport_send()
258 if (hvt->outmsg) { in hvutil_transport_send()
259 memcpy(hvt->outmsg, msg, len); in hvutil_transport_send()