Home
last modified time | relevance | path

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

/titanic_50/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.in158 SED_REPLACE(POLL_IN)
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h181 #define POLL_IN 1 /* input available */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg473 @ MSG_SI_POLL_IN "[ POLL_IN ]"
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2920 case POLL_IN: code = "POLL_IN"; break; in print_siginfo32()
3078 case POLL_IN: code = "POLL_IN"; break; in print_siginfo()
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c995 info->si_code = POLL_IN; in dosendsig()