Home
last modified time | relevance | path

Searched refs:POLL_IN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h285 #define POLL_IN 1 /* Data input available */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in196 inline int POLL_IN = @POLL_IN@; variable
197 #pragma D binding "1.0" POLL_IN
H A Dprocfs.sed.in156 SED_REPLACE(POLL_IN)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h179 #define POLL_IN 1 /* input available */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg488 @ MSG_SI_POLL_IN "[ POLL_IN ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2778 case POLL_IN: code = "POLL_IN"; break; in print_siginfo32()
2935 case POLL_IN: code = "POLL_IN"; break; in print_siginfo()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c999 info->si_code = POLL_IN; in dosendsig()