Lines Matching refs:retval
75 linux32_sys_clone(struct lwp *l, const struct linux32_sys_clone_args *uap, register_t *retval)
91 return linux_sys_clone(l, &ua, retval);
95 linux32_sys_sched_getscheduler(struct lwp *l, const struct linux32_sys_sched_getscheduler_args *uap, register_t *retval)
103 return linux_sys_sched_getscheduler(l, &ua, retval);
107 linux32_sys_sched_setscheduler(struct lwp *l, const struct linux32_sys_sched_setscheduler_args *uap, register_t *retval)
119 return linux_sys_sched_setscheduler(l, &ua, retval);
123 linux32_sys_sched_getparam(struct lwp *l, const struct linux32_sys_sched_getparam_args *uap, register_t *retval)
133 return linux_sys_sched_getparam(l, &ua, retval);
137 linux32_sys_sched_setparam(struct lwp *l, const struct linux32_sys_sched_setparam_args *uap, register_t *retval)
147 return linux_sys_sched_setparam(l, &ua, retval);
151 linux32_sys_exit_group(struct lwp *l, const struct linux32_sys_exit_group_args *uap, register_t *retval)
159 return linux_sys_exit_group(l, &ua, retval);
163 linux32_sys_exit(struct lwp *l, const struct linux32_sys_exit_args *uap, register_t *retval)
172 return linux_sys_exit(l, &ua, retval);
176 linux32_sys_sched_get_priority_max(struct lwp *l, const struct linux32_sys_sched_get_priority_max_args *uap, register_t *retval)
185 return linux_sys_sched_get_priority_max(l, &ua, retval);
189 linux32_sys_sched_get_priority_min(struct lwp *l, const struct linux32_sys_sched_get_priority_min_args *uap, register_t *retval)
198 return linux_sys_sched_get_priority_min(l, &ua, retval);
203 linux32_sys_set_tid_address(struct lwp *l, const struct linux32_sys_set_tid_address_args *uap, register_t *retval)
211 return linux_sys_set_tid_address(l, &ua, retval);
215 linux32_sys_sched_getaffinity(struct lwp *l, const struct linux32_sys_sched_getaffinity_args *uap, register_t *retval)
227 return linux_sys_sched_getaffinity(l, &ua, retval);
231 linux32_sys_sched_setaffinity(struct lwp *l, const struct linux32_sys_sched_setaffinity_args *uap, register_t *retval)
243 return linux_sys_sched_setaffinity(l, &ua, retval);
247 linux32_sys_tkill(struct lwp *l, const struct linux32_sys_tkill_args *uap, register_t *retval)
257 return linux_sys_tkill(l, &ua, retval);
261 linux32_sys_tgkill(struct lwp *l, const struct linux32_sys_tgkill_args *uap, register_t *retval)
273 return linux_sys_tgkill(l, &ua, retval);