Home
last modified time | relevance | path

Searched refs:sgset (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c148 sigset_t sgset; in main() local
339 (void) sigfillset(&sgset); in main()
340 (void) thr_sigsetmask(SIG_BLOCK, &sgset, NULL); in main()
377 (void) thr_sigsetmask(SIG_UNBLOCK, &sgset, NULL); in main()
/titanic_44/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c156 sigset_t sgset; in main() local
470 (void) sigfillset(&sgset); in main()
471 (void) thr_sigsetmask(SIG_BLOCK, &sgset, NULL); in main()
528 (void) thr_sigsetmask(SIG_UNBLOCK, &sgset, NULL); in main()