Lines Matching defs:retval

122 uthread_set_returnval(struct uthread *uth, int retval)  in uthread_set_returnval()
342 bsdthread_create(struct proc *p, struct bsdthread_create_args *uap, user_addr_t *retval) in bsdthread_create()
348 bsdthread_register(struct proc *p, struct bsdthread_register_args *uap, __unused int32_t *retval) in bsdthread_register()
370 bsdthread_terminate(struct proc *p, struct bsdthread_terminate_args *uap, int32_t *retval) in bsdthread_terminate()
403 thread_selfid(struct proc *p, __unused struct thread_selfid_args *uap, uint64_t *retval) in thread_selfid()
411 psynch_mutexwait(proc_t p, struct psynch_mutexwait_args *uap, uint32_t *retval) in psynch_mutexwait()
417 psynch_mutexdrop(proc_t p, struct psynch_mutexdrop_args *uap, uint32_t *retval) in psynch_mutexdrop()
423 psynch_cvbroad(proc_t p, struct psynch_cvbroad_args *uap, uint32_t *retval) in psynch_cvbroad()
429 psynch_cvsignal(proc_t p, struct psynch_cvsignal_args *uap, uint32_t *retval) in psynch_cvsignal()
435 psynch_cvwait(proc_t p, struct psynch_cvwait_args * uap, uint32_t * retval) in psynch_cvwait()
441 psynch_cvclrprepost(proc_t p, struct psynch_cvclrprepost_args * uap, int *retval) in psynch_cvclrprepost()
447 psynch_rw_longrdlock(proc_t p, struct psynch_rw_longrdlock_args * uap, uint32_t *retval) in psynch_rw_longrdlock()
453 psynch_rw_rdlock(proc_t p, struct psynch_rw_rdlock_args * uap, uint32_t * retval) in psynch_rw_rdlock()
459 psynch_rw_unlock(proc_t p, struct psynch_rw_unlock_args *uap, uint32_t *retval) in psynch_rw_unlock()
465 …_unlock2(__unused proc_t p, __unused struct psynch_rw_unlock2_args *uap, __unused uint32_t *retval) in psynch_rw_unlock2()
471 psynch_rw_wrlock(proc_t p, struct psynch_rw_wrlock_args *uap, uint32_t *retval) in psynch_rw_wrlock()
477 psynch_rw_yieldwrlock(proc_t p, struct psynch_rw_yieldwrlock_args *uap, uint32_t *retval) in psynch_rw_yieldwrlock()
483 …upgrade(__unused proc_t p, __unused struct psynch_rw_upgrade_args * uap, __unused uint32_t *retval) in psynch_rw_upgrade()
489 …_downgrade(__unused proc_t p, __unused struct psynch_rw_downgrade_args * uap, __unused int *retval) in psynch_rw_downgrade()