Searched refs:sigreplace (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 468 sigreplace(&newmask, &oldmask); in portmap_getport() 472 sigreplace(&oldmask, (k_sigset_t *)NULL); in portmap_getport() 481 sigreplace(&oldmask, (k_sigset_t *)NULL); in portmap_getport() 581 sigreplace(&newmask, &oldmask); in rpcbind_getaddr() 586 sigreplace(&oldmask, (k_sigset_t *)NULL); in rpcbind_getaddr() 595 sigreplace(&oldmask, (k_sigset_t *)NULL); in rpcbind_getaddr()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | signal.h | 325 extern void sigreplace(k_sigset_t *, k_sigset_t *);
|
/titanic_50/usr/src/uts/common/klm/ |
H A D | nlm_impl.c | 576 sigreplace(&newmask, &oldmask); in nlm_clnt_call() 587 sigreplace(&oldmask, (k_sigset_t *)NULL); in nlm_clnt_call()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sig.c | 2349 sigreplace(k_sigset_t *newmask, k_sigset_t *oldmask) in sigreplace() function
|