Home
last modified time | relevance | path

Searched refs:sigreplace (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Drpc_subr.c468 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_41/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c576 sigreplace(&newmask, &oldmask); in med_get_pmap_addr()
581 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_pmap_addr()
606 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_pmap_addr()
612 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_pmap_addr()
692 sigreplace(&newmask, &oldmask); in med_get_rpcb_addr()
697 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_rpcb_addr()
711 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_rpcb_addr()
717 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_rpcb_addr()
820 sigreplace(&newmask, &oldmask); in med_get_rpc_handle()
825 sigreplace(&oldmask, (k_sigset_t *)NULL); in med_get_rpc_handle()
[all …]
H A Dmd_subr.c3984 sigreplace(&newmask, &oldmask); in mdmn_ksend_message()
4074 sigreplace(&oldmask, (k_sigset_t *)NULL); in mdmn_ksend_message()
4118 sigreplace(&newmask, &oldmask); in mdmn_send_capability_message()
4122 sigreplace(&oldmask, (k_sigset_t *)NULL); in mdmn_send_capability_message()
4165 sigreplace(&newmask, &oldmask); in mdmn_clear_all_capabilities()
4170 sigreplace(&oldmask, (k_sigset_t *)NULL); in mdmn_clear_all_capabilities()
/titanic_41/usr/src/uts/common/sys/
H A Dsignal.h325 extern void sigreplace(k_sigset_t *, k_sigset_t *);
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c538 sigreplace(&newmask, &oldmask); in nlm_clnt_call()
549 sigreplace(&oldmask, (k_sigset_t *)NULL); in nlm_clnt_call()
/titanic_41/usr/src/uts/common/os/
H A Dsig.c2333 sigreplace(k_sigset_t *newmask, k_sigset_t *oldmask) in sigreplace() function