Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h288 #define POLL_ERR 4 /* I/O Error */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in202 inline int POLL_ERR = @POLL_ERR@; variable
203 #pragma D binding "1.0" POLL_ERR
H A Dprocfs.sed.in159 SED_REPLACE(POLL_ERR)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h182 #define POLL_ERR 4 /* I/O error */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg491 @ MSG_SI_POLL_ERR "[ POLL_ERR ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2781 case POLL_ERR: code = "POLL_ERR"; break; in print_siginfo32()
2938 case POLL_ERR: code = "POLL_ERR"; break; in print_siginfo()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c965 info->si_code = POLL_ERR; in dosendsig()