Symbol: hv_softc
sys/dev/pv/hvs.c
194
struct hv_softc *sc_hvsc;
sys/dev/pv/hvs.c
270
sc->sc_hvsc = (struct hv_softc *)parent;
sys/dev/pv/hyperv.c
103
extern void hv_attach_icdevs(struct hv_softc *);
sys/dev/pv/hyperv.c
1031
hv_process_offer(struct hv_softc *sc, struct hv_offer *co)
sys/dev/pv/hyperv.c
104
int hv_attach_devices(struct hv_softc *);
sys/dev/pv/hyperv.c
109
void (*hmd_handler)(struct hv_softc *,
sys/dev/pv/hyperv.c
1109
hv_channel_lookup(struct hv_softc *sc, uint32_t relid)
sys/dev/pv/hyperv.c
1123
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1173
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1221
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1242
hv_channel_setevent(struct hv_softc *sc, struct hv_channel *ch)
sys/dev/pv/hyperv.c
1382
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1420
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1464
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
152
sizeof(struct hv_softc), hv_match, hv_attach
sys/dev/pv/hyperv.c
1640
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1769
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
1798
hv_attach_devices(struct hv_softc *sc)
sys/dev/pv/hyperv.c
1834
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hyperv.c
278
struct hv_softc *sc = (struct hv_softc *)self;
sys/dev/pv/hyperv.c
327
hv_set_version(struct hv_softc *sc)
sys/dev/pv/hyperv.c
358
hv_init_hypercall(struct hv_softc *sc)
sys/dev/pv/hyperv.c
383
hv_hypercall(struct hv_softc *sc, uint64_t control, void *input,
sys/dev/pv/hyperv.c
427
hv_init_interrupts(struct hv_softc *sc)
sys/dev/pv/hyperv.c
459
hv_init_synic(struct hv_softc *sc)
sys/dev/pv/hyperv.c
514
hv_cmd(struct hv_softc *sc, void *cmd, size_t cmdlen, void *rsp,
sys/dev/pv/hyperv.c
546
hv_start(struct hv_softc *sc, struct hv_msg *msg)
sys/dev/pv/hyperv.c
592
hv_reply_done(struct hv_softc *sc, struct hv_msg *msg)
sys/dev/pv/hyperv.c
608
hv_reply(struct hv_softc *sc, struct hv_msg *msg)
sys/dev/pv/hyperv.c
623
hv_wait(struct hv_softc *sc, int (*cond)(struct hv_softc *, struct hv_msg *),
sys/dev/pv/hyperv.c
644
hv_intr_signal(struct hv_softc *sc, void *con)
sys/dev/pv/hyperv.c
655
struct hv_softc *sc = hv_sc;
sys/dev/pv/hyperv.c
662
hv_event_intr(struct hv_softc *sc)
sys/dev/pv/hyperv.c
70
struct hv_softc *hv_sc;
sys/dev/pv/hyperv.c
722
hv_message_intr(struct hv_softc *sc)
sys/dev/pv/hyperv.c
74
void hv_set_version(struct hv_softc *);
sys/dev/pv/hyperv.c
756
hv_channel_response(struct hv_softc *sc, struct vmbus_chanmsg_hdr *rsphdr)
sys/dev/pv/hyperv.c
76
int hv_init_hypercall(struct hv_softc *);
sys/dev/pv/hyperv.c
77
uint64_t hv_hypercall(struct hv_softc *, uint64_t, void *, void *);
sys/dev/pv/hyperv.c
78
int hv_init_interrupts(struct hv_softc *);
sys/dev/pv/hyperv.c
782
hv_channel_offer(struct hv_softc *sc, struct vmbus_chanmsg_hdr *hdr)
sys/dev/pv/hyperv.c
79
int hv_init_synic(struct hv_softc *);
sys/dev/pv/hyperv.c
80
int hv_cmd(struct hv_softc *, void *, size_t, void *, size_t, int);
sys/dev/pv/hyperv.c
801
hv_channel_rescind(struct hv_softc *sc, struct vmbus_chanmsg_hdr *hdr)
sys/dev/pv/hyperv.c
81
int hv_start(struct hv_softc *, struct hv_msg *);
sys/dev/pv/hyperv.c
811
hv_channel_delivered(struct hv_softc *sc, struct vmbus_chanmsg_hdr *hdr)
sys/dev/pv/hyperv.c
818
hv_vmbus_connect(struct hv_softc *sc)
sys/dev/pv/hyperv.c
82
int hv_reply(struct hv_softc *, struct hv_msg *);
sys/dev/pv/hyperv.c
83
void hv_wait(struct hv_softc *, int (*done)(struct hv_softc *,
sys/dev/pv/hyperv.c
85
uint16_t hv_intr_signal(struct hv_softc *, void *);
sys/dev/pv/hyperv.c
87
void hv_event_intr(struct hv_softc *);
sys/dev/pv/hyperv.c
88
void hv_message_intr(struct hv_softc *);
sys/dev/pv/hyperv.c
89
int hv_vmbus_connect(struct hv_softc *);
sys/dev/pv/hyperv.c
90
void hv_channel_response(struct hv_softc *, struct vmbus_chanmsg_hdr *);
sys/dev/pv/hyperv.c
91
void hv_channel_offer(struct hv_softc *, struct vmbus_chanmsg_hdr *);
sys/dev/pv/hyperv.c
92
void hv_channel_rescind(struct hv_softc *, struct vmbus_chanmsg_hdr *);
sys/dev/pv/hyperv.c
93
void hv_channel_delivered(struct hv_softc *, struct vmbus_chanmsg_hdr *);
sys/dev/pv/hyperv.c
94
int hv_channel_scan(struct hv_softc *);
sys/dev/pv/hyperv.c
95
void hv_process_offer(struct hv_softc *, struct hv_offer *);
sys/dev/pv/hyperv.c
97
hv_channel_lookup(struct hv_softc *, uint32_t);
sys/dev/pv/hyperv.c
984
hv_channel_scan_done(struct hv_softc *sc, struct hv_msg *msg __unused)
sys/dev/pv/hyperv.c
990
hv_channel_scan(struct hv_softc *sc)
sys/dev/pv/hypervic.c
1046
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
172
hv_attach_icdevs(struct hv_softc *sc)
sys/dev/pv/hypervic.c
276
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
293
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
334
struct hv_softc *sc = arg;
sys/dev/pv/hypervic.c
342
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
362
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
412
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
439
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervic.c
773
struct hv_softc *sc = ch->ch_sc;
sys/dev/pv/hypervvar.h
28
struct hv_softc;
sys/dev/pv/hypervvar.h
58
struct hv_softc *ch_sc;
sys/dev/pv/if_hvn.c
123
struct hv_softc *sc_hvsc;
sys/dev/pv/if_hvn.c
232
sc->sc_hvsc = (struct hv_softc *)parent;