HomeSort by: relevance | last modified time | path
    Searched refs:ioctl_evtchn_unbind (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/include/
xenio3.h 72 #define IOCTL_EVTCHN_UNBIND \
73 _IOW('E', 7, struct ioctl_evtchn_unbind)
74 struct ioctl_evtchn_unbind { struct
  /src/sys/arch/xen/xen/
xenevt.c 604 case IOCTL_EVTCHN_UNBIND:
606 struct ioctl_evtchn_unbind *unbind = addr;

Completed in 11 milliseconds