Home
last modified time | relevance | path

Searched refs:ntsync_event_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ntsync/
H A Dntsync.h26 struct ntsync_event_args { struct
53 #define NTSYNC_IOC_CREATE_EVENT _IOW('n', 3, struct ntsync_event_args)
61 #define NTSYNC_IOC_EVENT_READ _IOR('n', 11, struct ntsync_event_args)
H A Dntsyncvar.h67 struct ntsync_event_args a;
68 struct ntsync_event_args a1;
117 struct ntsync_event_args *a);
H A Dlinux_ntsync.c96 ntsync_lea_to_ea(struct ntsync_event_args *ea, in ntsync_lea_to_ea()
104 const struct ntsync_event_args *ea) in ntsync_ea_to_lea()
166 struct ntsync_event_args ea; in linux_ntsync_ioctl()
H A Dntsync.c1014 struct ntsync_event_args *a) in ntsync_event_read()
1118 ntsync_create_event(struct ntsync_event_args *args, struct ntsync_priv *priv, in ntsync_create_event()
1331 error = ntsync_create_event((struct ntsync_event_args *)data, in ntsync_ioctl()