Searched refs:linux32_sys_reboot_args (Results 1 – 7 of 7) sorted by relevance
274 struct linux32_sys_reboot_args { struct1267 int linux32_sys_reboot(struct lwp *, const struct linux32_sys_reboot_args *, register_t *);
359 ns(struct linux32_sys_reboot_args),
529 const struct linux32_sys_reboot_args *p = params; in systrace_args()
279 struct linux32_sys_reboot_args { struct1262 int linux32_sys_reboot(struct lwp *, const struct linux32_sys_reboot_args *, register_t *);
363 ns(struct linux32_sys_reboot_args),
536 const struct linux32_sys_reboot_args *p = params; in systrace_args()
600 linux32_sys_reboot(struct lwp *l, const struct linux32_sys_reboot_args *uap, register_t *retval) in linux32_sys_reboot()