Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c155 sigset_t sgset; in main() local
484 (void) sigfillset(&sgset); in main()
485 (void) thr_sigsetmask(SIG_BLOCK, &sgset, NULL); in main()
542 (void) thr_sigsetmask(SIG_UNBLOCK, &sgset, NULL); in main()