Lines Matching defs:msg_hdr
283 struct controlvm_message_header *msg_hdr,
287 memcpy(&msg->hdr, msg_hdr, sizeof(struct controlvm_message_header));
298 struct controlvm_message_header *msg_hdr,
304 controlvm_init_response(&outmsg, msg_hdr, response);
339 static int controlvm_respond(struct controlvm_message_header *msg_hdr,
344 controlvm_init_response(&outmsg, msg_hdr, response);
1112 static int chipset_ready_uevent(struct controlvm_message_header *msg_hdr)
1117 if (msg_hdr->flags.response_expected)
1118 controlvm_respond(msg_hdr, res, NULL);
1129 static int chipset_selftest_uevent(struct controlvm_message_header *msg_hdr)
1138 if (msg_hdr->flags.response_expected)
1139 controlvm_respond(msg_hdr, res, NULL);
1150 static int chipset_notready_uevent(struct controlvm_message_header *msg_hdr)
1155 if (msg_hdr->flags.response_expected)
1156 controlvm_respond(msg_hdr, res, NULL);