Home
last modified time | relevance | path

Searched refs:nset (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/keyboard/
H A Dlocomokbd.c89 unsigned short nset; in locomokbd_activate_col() local
92 nset = 0xFF & ~(1 << col); in locomokbd_activate_col()
93 nbset = (nset << 8) + nset; in locomokbd_activate_col()
/linux/kernel/
H A Dcompat.c41 compat_old_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE3() argument
49 if (nset) { in COMPAT_SYSCALL_DEFINE3()
50 if (get_user(new_set, nset)) in COMPAT_SYSCALL_DEFINE3()
H A Dsignal.c3320 SYSCALL_DEFINE4(rt_sigprocmask, int, how, sigset_t __user *, nset, in SYSCALL_DEFINE4() argument
3332 if (nset) { in SYSCALL_DEFINE4()
3333 if (copy_from_user(&new_set, nset, sizeof(sigset_t))) in SYSCALL_DEFINE4()
3351 COMPAT_SYSCALL_DEFINE4(rt_sigprocmask, int, how, compat_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE4() argument
3360 if (nset) { in COMPAT_SYSCALL_DEFINE4()
3363 if (get_compat_sigset(&new_set, nset)) in COMPAT_SYSCALL_DEFINE4()
4583 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, in SYSCALL_DEFINE3() argument
4591 if (nset) { in SYSCALL_DEFINE3()
4592 if (copy_from_user(&new_set, nset, sizeof(*nset))) in SYSCALL_DEFINE3()
/linux/include/linux/
H A Dcompat.h855 asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,