Home | History | Annotate | Download | only in common

Lines Matching defs:how

409 linux_sigprocmask1(struct lwp *l, int how, const linux_old_sigset_t *set, linux_old_sigset_t *oset)
416 switch (how) {
418 how = SIG_BLOCK;
421 how = SIG_UNBLOCK;
424 how = SIG_SETMASK;
437 error = sigprocmask1(l, how,
456 syscallarg(int) how;
465 int error, how;
470 switch (SCARG(uap, how)) {
472 how = SIG_BLOCK;
475 how = SIG_UNBLOCK;
478 how = SIG_SETMASK;
494 error = sigprocmask1(l, how,