Lines Matching defs:retval

121 uthread_set_returnval(struct uthread *uth, int retval)  in uthread_set_returnval()
341 bsdthread_create(struct proc *p, struct bsdthread_create_args *uap, user_addr_t *retval) in bsdthread_create()
347 bsdthread_register(struct proc *p, struct bsdthread_register_args *uap, __unused int32_t *retval) in bsdthread_register()
369 bsdthread_terminate(struct proc *p, struct bsdthread_terminate_args *uap, int32_t *retval) in bsdthread_terminate()
379 thread_selfid(struct proc *p, __unused struct thread_selfid_args *uap, uint64_t *retval) in thread_selfid()
387 psynch_mutexwait(proc_t p, struct psynch_mutexwait_args *uap, uint32_t *retval) in psynch_mutexwait()
393 psynch_mutexdrop(proc_t p, struct psynch_mutexdrop_args *uap, uint32_t *retval) in psynch_mutexdrop()
399 psynch_cvbroad(proc_t p, struct psynch_cvbroad_args *uap, uint32_t *retval) in psynch_cvbroad()
405 psynch_cvsignal(proc_t p, struct psynch_cvsignal_args *uap, uint32_t *retval) in psynch_cvsignal()
411 psynch_cvwait(proc_t p, struct psynch_cvwait_args * uap, uint32_t * retval) in psynch_cvwait()
417 psynch_cvclrprepost(proc_t p, struct psynch_cvclrprepost_args * uap, int *retval) in psynch_cvclrprepost()
423 psynch_rw_longrdlock(proc_t p, struct psynch_rw_longrdlock_args * uap, uint32_t *retval) in psynch_rw_longrdlock()
429 psynch_rw_rdlock(proc_t p, struct psynch_rw_rdlock_args * uap, uint32_t * retval) in psynch_rw_rdlock()
435 psynch_rw_unlock(proc_t p, struct psynch_rw_unlock_args *uap, uint32_t *retval) in psynch_rw_unlock()
441 …_unlock2(__unused proc_t p, __unused struct psynch_rw_unlock2_args *uap, __unused uint32_t *retval) in psynch_rw_unlock2()
447 psynch_rw_wrlock(proc_t p, struct psynch_rw_wrlock_args *uap, uint32_t *retval) in psynch_rw_wrlock()
453 psynch_rw_yieldwrlock(proc_t p, struct psynch_rw_yieldwrlock_args *uap, uint32_t *retval) in psynch_rw_yieldwrlock()
459 …upgrade(__unused proc_t p, __unused struct psynch_rw_upgrade_args * uap, __unused uint32_t *retval) in psynch_rw_upgrade()
465 …_downgrade(__unused proc_t p, __unused struct psynch_rw_downgrade_args * uap, __unused int *retval) in psynch_rw_downgrade()