/src/sys/fs/autofs/ |
autofs.c | 262 sigset_t newset; local in function:autofs_set_sigmask 265 sigfillset(&newset); 266 /* Remove the autofs set of signals from newset */ 278 sigdelset(&newset, autofs_sig_set[i]); 280 sigprocmask1(curlwp, SIG_SETMASK, &newset, oldset);
|
autofs.c | 262 sigset_t newset; local in function:autofs_set_sigmask 265 sigfillset(&newset); 266 /* Remove the autofs set of signals from newset */ 278 sigdelset(&newset, autofs_sig_set[i]); 280 sigprocmask1(curlwp, SIG_SETMASK, &newset, oldset);
|
/src/sys/fs/nfs/common/ |
nfs_commonkrpc.c | 1077 sigset_t newset; local in function:newnfs_set_sigmask 1081 SIGFILLSET(newset); 1085 /* Remove the NFS set of signals from newset */ 1097 SIGDELSET(newset, newnfs_sig_set[i]); 1100 kern_sigprocmask(td, SIG_SETMASK, &newset, oldset,
|
nfs_commonkrpc.c | 1077 sigset_t newset; local in function:newnfs_set_sigmask 1081 SIGFILLSET(newset); 1085 /* Remove the NFS set of signals from newset */ 1097 SIGDELSET(newset, newnfs_sig_set[i]); 1100 kern_sigprocmask(td, SIG_SETMASK, &newset, oldset,
|