Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h287 #define POLL_MSG 3 /* Input message available */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in200 inline int POLL_MSG = @POLL_MSG@; variable
201 #pragma D binding "1.0" POLL_MSG
H A Dprocfs.sed.in158 SED_REPLACE(POLL_MSG)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h181 #define POLL_MSG 3 /* message available */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg490 @ MSG_SI_POLL_MSG "[ POLL_MSG ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2780 case POLL_MSG: code = "POLL_MSG"; break; in print_siginfo32()
2937 case POLL_MSG: code = "POLL_MSG"; break; in print_siginfo()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1017 info->si_code = POLL_MSG; in dosendsig()