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