ntsync_event_args
const struct ntsync_event_args *ea)
struct ntsync_event_args ea;
ntsync_lea_to_ea(struct ntsync_event_args *ea,
struct ntsync_event_args *a)
ntsync_create_event(struct ntsync_event_args *args, struct ntsync_priv *priv,
error = ntsync_create_event((struct ntsync_event_args *)data,
#define NTSYNC_IOC_CREATE_EVENT _IOW('n', 3, struct ntsync_event_args)
#define NTSYNC_IOC_EVENT_READ _IOR('n', 11, struct ntsync_event_args)
struct ntsync_event_args *a);
struct ntsync_event_args a;
struct ntsync_event_args a1;