Lines Matching refs:outmsg
30 kfree(hvt->outmsg); in hvt_reset()
31 hvt->outmsg = NULL; in hvt_reset()
56 if (!hvt->outmsg) { in hvt_op_read()
66 if (!copy_to_user(buf, hvt->outmsg, hvt->outmsg_len)) in hvt_op_read()
71 kfree(hvt->outmsg); in hvt_op_read()
72 hvt->outmsg = NULL; in hvt_op_read()
165 kfree(hvt->outmsg); in hvt_transport_free()
262 if (hvt->outmsg) { in hvutil_transport_send()
267 hvt->outmsg = kzalloc(len, GFP_KERNEL); in hvutil_transport_send()
268 if (hvt->outmsg) { in hvutil_transport_send()
269 memcpy(hvt->outmsg, msg, len); in hvutil_transport_send()