Searched refs:cursig (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dsig.h58 sig = cursig(td);
/freebsd-10.0-release/sys/kern/
H A Dsubr_trap.c270 while ((sig = cursig(td)) != 0)
H A Dsubr_sleepqueue.c439 sig = cursig(td);
H A Dkern_sig.c563 cursig(struct thread *td) function
1198 sig = cursig(td);
1461 while ((sig = cursig(td)) != 0)
2569 * by checking the pending signal masks in cursig.) The normal call
2572 * while (sig = cursig(curthread))
/freebsd-10.0-release/sys/sys/
H A Dsignalvar.h326 int cursig(struct thread *td);
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf.c8365 int cursig,
8376 pid, cursig, gregs);
8388 prstat.pr_cursig = cursig;
8400 prstat.pr_cursig = cursig;
8414 int cursig,
8422 lwpstat.pr_cursig = cursig;
8445 int cursig ATTRIBUTE_UNUSED,
8353 elfcore_write_prstatus(bfd *abfd, char *buf, int *bufsiz, long pid, int cursig, const void *gregs) argument
8402 elfcore_write_lwpstatus(bfd *abfd, char *buf, int *bufsiz, long pid, int cursig, const void *gregs) argument
H A Delf32-ppc.c1878 int cursig;
1885 cursig = va_arg (ap, int);
1886 bfd_put_16 (abfd, cursig, data + 12);
1875 int cursig; local
H A Delf64-ppc.c2537 int cursig;
2544 cursig = va_arg (ap, int);
2545 bfd_put_16 (abfd, cursig, data + 12);
2535 int cursig; local
/freebsd-10.0-release/share/man/man9/
H A DMakefile1192 MLINKS+=signal.9 cursig.9 \

Completed in 290 milliseconds