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

  /src/sys/arch/xen/include/
xenio3.h 81 #define IOCTL_EVTCHN_NOTIFY \
82 _IOW('E', 8, struct ioctl_evtchn_notify)
83 struct ioctl_evtchn_notify { struct
  /src/sys/arch/xen/xen/
xenevt.c 625 case IOCTL_EVTCHN_NOTIFY:
627 struct ioctl_evtchn_notify *notify = addr;

Completed in 35 milliseconds