bsdtohpuxmask     144 compat/hpux/hpux_sig.c 	*retval = bsdtohpuxmask(p->p_sigmask);
bsdtohpuxmask     159 compat/hpux/hpux_sig.c 	*retval = bsdtohpuxmask(p->p_sigmask);
bsdtohpuxmask     222 compat/hpux/hpux_sig.c 		sigset.sigset[0] = bsdtohpuxmask(p->p_sigmask);
bsdtohpuxmask     261 compat/hpux/hpux_sig.c 	sigset.sigset[0] = bsdtohpuxmask(p->p_siglist);
bsdtohpuxmask     309 compat/hpux/hpux_sig.c 		sa->sa_mask.sigset[0] = bsdtohpuxmask(ps->ps_catchmask[sig]);
bsdtohpuxmask      59 compat/hpux/hpux_sig.h int	bsdtohpuxmask(int);