Searched refs:nset (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/input/keyboard/ |
H A D | locomokbd.c | 89 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()
|
/openbmc/linux/kernel/ |
H A D | compat.c | 41 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 D | signal.c | 3187 SYSCALL_DEFINE4(rt_sigprocmask, int, how, sigset_t __user *, nset, in SYSCALL_DEFINE4() argument 3199 if (nset) { in SYSCALL_DEFINE4() 3200 if (copy_from_user(&new_set, nset, sizeof(sigset_t))) in SYSCALL_DEFINE4() 3218 COMPAT_SYSCALL_DEFINE4(rt_sigprocmask, int, how, compat_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE4() argument 3227 if (nset) { in COMPAT_SYSCALL_DEFINE4() 3230 if (get_compat_sigset(&new_set, nset)) in COMPAT_SYSCALL_DEFINE4() 4408 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, in SYSCALL_DEFINE3() argument 4416 if (nset) { in SYSCALL_DEFINE3() 4417 if (copy_from_user(&new_set, nset, sizeof(*nset))) in SYSCALL_DEFINE3()
|
/openbmc/linux/fs/reiserfs/ |
H A D | fix_node.c | 1489 int lpar, rpar, nset, lset, rset, lrset; in ip_check_balance() local 1522 nset = NOTHING_SHIFT_NO_FLOW; in ip_check_balance() 1538 nset = NOTHING_SHIFT_FLOW, nver = nver1; in ip_check_balance() 1663 set_parameters(tb, h, 0, 0, nver, snum012 + nset, -1, in ip_check_balance()
|
/openbmc/linux/include/linux/ |
H A D | compat.h | 852 asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 3653 …bash-1998 [000] d... 140.733514: sys_rt_sigprocmask(how: 0, nset: 0, oset: 6e2768, sigsetsize: …
|