Symbol: HYPERVISOR_event_channel_op
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
123
(void) HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
135
(void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
155
if (HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask) != 0)
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
191
if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
usr/src/uts/i86pc/i86hvm/io/xpv/evtchn.c
211
if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
usr/src/uts/i86xpv/boot/boot_xconsole.c
187
(void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
usr/src/uts/i86xpv/boot/boot_xconsole.c
240
(void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
usr/src/uts/i86xpv/io/privcmd_hcall.c
947
error = HYPERVISOR_event_channel_op(cmd, op_ie.ie_kaddr);
usr/src/uts/i86xpv/os/evtchn.c
1557
(void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
usr/src/uts/i86xpv/os/evtchn.c
216
if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, &bind)) == 0)
usr/src/uts/i86xpv/os/evtchn.c
231
if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
usr/src/uts/i86xpv/os/evtchn.c
248
if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
usr/src/uts/i86xpv/os/evtchn.c
267
err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
usr/src/uts/i86xpv/os/evtchn.c
281
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, &bind) != 0)
usr/src/uts/i86xpv/os/evtchn.c
296
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind) != 0)
usr/src/uts/i86xpv/os/evtchn.c
308
if ((ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind)) != 0)
usr/src/uts/i86xpv/os/evtchn.c
320
if (HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask) != 0)
usr/src/uts/intel/sys/hypervisor.h
242
extern long HYPERVISOR_event_channel_op(int, void *); /* does return long */