Searched refs:hv_msg (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pv/ |
H A D | hypervvar.h | 30 struct hv_msg { struct 38 TAILQ_ENTRY(hv_msg) msg_entry; argument 40 TAILQ_HEAD(hv_queue, hv_msg);
|
H A D | hyperv.c | 81 int hv_start(struct hv_softc *, struct hv_msg *); 82 int hv_reply(struct hv_softc *, struct hv_msg *); 84 struct hv_msg *), struct hv_msg *, void *, const char *); 517 struct hv_msg msg; in hv_cmd() 546 hv_start(struct hv_softc *sc, struct hv_msg *msg) in hv_start() 592 hv_reply_done(struct hv_softc *sc, struct hv_msg *msg) in hv_reply_done() 594 struct hv_msg *m; in hv_reply_done() 608 hv_reply(struct hv_softc *sc, struct hv_msg *msg) in hv_reply() 624 struct hv_msg *msg, void *wchan, const char *wmsg) in hv_wait() 758 struct hv_msg *msg; in hv_channel_response() [all …]
|