Lines Matching refs:inprm
247 struct hypercall_postmsg_in *inprm; in vmbus_msghc_reset() local
252 inprm = vmbus_xact_req_data(mh->mh_xact); in vmbus_msghc_reset()
253 memset(inprm, 0, HYPERCALL_POSTMSGIN_SIZE); in vmbus_msghc_reset()
254 inprm->hc_connid = VMBUS_CONNID_MESSAGE; in vmbus_msghc_reset()
255 inprm->hc_msgtype = HYPERV_MSGTYPE_CHANNEL; in vmbus_msghc_reset()
256 inprm->hc_dsize = dsize; in vmbus_msghc_reset()
290 struct hypercall_postmsg_in *inprm; in vmbus_msghc_dataptr() local
292 inprm = vmbus_xact_req_data(mh->mh_xact); in vmbus_msghc_dataptr()
293 return (inprm->hc_data); in vmbus_msghc_dataptr()
300 struct hypercall_postmsg_in *inprm; in vmbus_msghc_exec_noresult() local
304 inprm = vmbus_xact_req_data(mh->mh_xact); in vmbus_msghc_exec_noresult()
315 memcpy(&mh->mh_inprm_save, inprm, HYPERCALL_POSTMSGIN_SIZE); in vmbus_msghc_exec_noresult()
336 memcpy(inprm, &mh->mh_inprm_save, HYPERCALL_POSTMSGIN_SIZE); in vmbus_msghc_exec_noresult()