Home
last modified time | relevance | path

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

/titanic_50/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.in161 SED_REPLACE(POLL_ERR)
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h184 #define POLL_ERR 4 /* I/O error */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg476 @ MSG_SI_POLL_ERR "[ POLL_ERR ]"
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2923 case POLL_ERR: code = "POLL_ERR"; break; in print_siginfo32()
3081 case POLL_ERR: code = "POLL_ERR"; break; in print_siginfo()
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c961 info->si_code = POLL_ERR; in dosendsig()