Lines Matching defs:retval
117 uthread_set_returnval(struct uthread *uth, int retval) in uthread_set_returnval()
337 bsdthread_create(struct proc *p, struct bsdthread_create_args *uap, user_addr_t *retval) in bsdthread_create()
343 bsdthread_register(struct proc *p, struct bsdthread_register_args *uap, __unused int32_t *retval) in bsdthread_register()
365 bsdthread_terminate(struct proc *p, struct bsdthread_terminate_args *uap, int32_t *retval) in bsdthread_terminate()
398 thread_selfid(struct proc *p, __unused struct thread_selfid_args *uap, uint64_t *retval) in thread_selfid()
406 psynch_mutexwait(proc_t p, struct psynch_mutexwait_args *uap, uint32_t *retval) in psynch_mutexwait()
412 psynch_mutexdrop(proc_t p, struct psynch_mutexdrop_args *uap, uint32_t *retval) in psynch_mutexdrop()
418 psynch_cvbroad(proc_t p, struct psynch_cvbroad_args *uap, uint32_t *retval) in psynch_cvbroad()
424 psynch_cvsignal(proc_t p, struct psynch_cvsignal_args *uap, uint32_t *retval) in psynch_cvsignal()
430 psynch_cvwait(proc_t p, struct psynch_cvwait_args * uap, uint32_t * retval) in psynch_cvwait()
436 psynch_cvclrprepost(proc_t p, struct psynch_cvclrprepost_args * uap, int *retval) in psynch_cvclrprepost()
442 psynch_rw_longrdlock(proc_t p, struct psynch_rw_longrdlock_args * uap, uint32_t *retval) in psynch_rw_longrdlock()
448 psynch_rw_rdlock(proc_t p, struct psynch_rw_rdlock_args * uap, uint32_t * retval) in psynch_rw_rdlock()
454 psynch_rw_unlock(proc_t p, struct psynch_rw_unlock_args *uap, uint32_t *retval) in psynch_rw_unlock()
460 …_unlock2(__unused proc_t p, __unused struct psynch_rw_unlock2_args *uap, __unused uint32_t *retval) in psynch_rw_unlock2()
466 psynch_rw_wrlock(proc_t p, struct psynch_rw_wrlock_args *uap, uint32_t *retval) in psynch_rw_wrlock()
472 psynch_rw_yieldwrlock(proc_t p, struct psynch_rw_yieldwrlock_args *uap, uint32_t *retval) in psynch_rw_yieldwrlock()
478 …upgrade(__unused proc_t p, __unused struct psynch_rw_upgrade_args * uap, __unused uint32_t *retval) in psynch_rw_upgrade()
484 …_downgrade(__unused proc_t p, __unused struct psynch_rw_downgrade_args * uap, __unused int *retval) in psynch_rw_downgrade()