Searched defs:how (Results 1 - 6 of 6) sorted by relevance

/arch/sh/kernel/
H A Dsh_bios.c63 void sh_bios_shutdown(unsigned int how) argument
65 sh_bios_call(BIOS_CALL_SHUTDOWN, how, 0, 0, 0);
/arch/alpha/kernel/
H A Dprocess.c54 /* FIXME -- EV6 and LCA45 know how to power down
72 struct halt_info *how = (struct halt_info *)generic_ptr; local
100 if (how->mode == LINUX_REBOOT_CMD_RESTART) {
101 if (!how->restart_cmd) {
142 alpha_mv.kill_arch(how->mode);
144 if (! alpha_using_srm && how->mode != LINUX_REBOOT_CMD_RESTART) {
267 * Use the passed "regs" pointer to determine how much space we need
/arch/parisc/kernel/
H A Dsignal32.c91 int sys32_rt_sigprocmask(int how, compat_sigset_t __user *set, compat_sigset_t __user *oset, argument
100 KERNEL_SYSCALL(ret, sys_rt_sigprocmask, how, set ? (sigset_t __user *)&new_set : NULL,
/arch/sparc/kernel/
H A Dsys_sparc32.c228 asmlinkage long compat_sys_rt_sigprocmask(int how, argument
249 ret = sys_rt_sigprocmask(how,
/arch/powerpc/kernel/
H A Dsignal_32.c633 * Note: it is necessary to treat how as an unsigned int, with the
639 long compat_sys_rt_sigprocmask(u32 how, compat_sigset_t __user *set, argument
655 ret = sys_rt_sigprocmask((int)how, set ? up : NULL, oset ? up : NULL,
/arch/s390/kernel/
H A Dcompat_linux.c351 asmlinkage long sys32_rt_sigprocmask(int how, compat_sigset_t __user *set, argument
365 ret = sys_rt_sigprocmask(how,

Completed in 193 milliseconds