Searched refs:tmpset (Results 1 – 4 of 4) sorted by relevance
70 sigset_t tmpset; in smb_td_intr() local77 tmpset = p->p_siglist; in smb_td_intr()78 SIGSETOR(tmpset, td->td_siglist); in smb_td_intr()79 SIGSETNAND(tmpset, td->td_sigmask); in smb_td_intr()81 SIGSETNAND(tmpset, p->p_sigacts->ps_sigignore); in smb_td_intr()83 if (SIGNOTEMPTY(td->td_siglist) && SMB_SIGMASK(tmpset)) { in smb_td_intr()
59 int *tmpset; variable138 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(*tmpset)); in resizesetvec()139 if (setvec == NULL || tmpset == NULL) in resizesetvec()1518 tmpset[0] = setcnt; in cgoto()1522 tmpset[j++] = i; in cgoto()1528 if ((k = tmpset[0]) != p[0]) in cgoto()1531 if (tmpset[j] != p[j]) in cgoto()1551 p[i] = tmpset[i]; in cgoto()
465 sigset_t tmpset; in fticket_wait_answer() local474 tmpset = td->td_proc->p_siglist; in fticket_wait_answer()475 SIGSETOR(tmpset, td->td_siglist); in fticket_wait_answer()480 if (!interrupted && !SIGISMEMBER(tmpset, SIGKILL)) { in fticket_wait_answer()
1629 sigset_t tmpset; in newnfs_sigintr() local1640 tmpset = p->p_siglist; in newnfs_sigintr()1641 SIGSETOR(tmpset, td->td_siglist); in newnfs_sigintr()1642 SIGSETNAND(tmpset, td->td_sigmask); in newnfs_sigintr()1644 SIGSETNAND(tmpset, p->p_sigacts->ps_sigignore); in newnfs_sigintr()1647 && nfs_sig_pending(tmpset)) { in newnfs_sigintr()