Lines Matching defs:argp
407 static int ntsync_sem_release(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_release()
456 static int ntsync_mutex_unlock(struct ntsync_obj *mutex, void __user *argp) in ntsync_mutex_unlock()
508 static int ntsync_mutex_kill(struct ntsync_obj *mutex, void __user *argp) in ntsync_mutex_kill()
537 static int ntsync_event_set(struct ntsync_obj *event, void __user *argp, bool pulse) in ntsync_event_set()
564 static int ntsync_event_reset(struct ntsync_obj *event, void __user *argp) in ntsync_event_reset()
586 static int ntsync_sem_read(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_read()
608 static int ntsync_mutex_read(struct ntsync_obj *mutex, void __user *argp) in ntsync_mutex_read()
632 static int ntsync_event_read(struct ntsync_obj *event, void __user *argp) in ntsync_event_read()
670 void __user *argp = (void __user *)parm; in ntsync_obj_ioctl() local
741 static int ntsync_create_sem(struct ntsync_device *dev, void __user *argp) in ntsync_create_sem()
765 static int ntsync_create_mutex(struct ntsync_device *dev, void __user *argp) in ntsync_create_mutex()
789 static int ntsync_create_event(struct ntsync_device *dev, void __user *argp) in ntsync_create_event()
953 static int ntsync_wait_any(struct ntsync_device *dev, void __user *argp) in ntsync_wait_any()
1037 static int ntsync_wait_all(struct ntsync_device *dev, void __user *argp) in ntsync_wait_all()
1181 void __user *argp = (void __user *)parm; in ntsync_char_ioctl() local