Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in204 inline int POLL_PRI = @POLL_PRI@; variable
205 #pragma D binding "1.0" POLL_PRI
H A Dprocfs.sed.in162 SED_REPLACE(POLL_PRI)
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h185 #define POLL_PRI 5 /* high priority input available */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg477 @ MSG_SI_POLL_PRI "[ POLL_PRI ]"
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2924 case POLL_PRI: code = "POLL_PRI"; break; in print_siginfo32()
3082 case POLL_PRI: code = "POLL_PRI"; break; in print_siginfo()
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c977 info->si_code = POLL_PRI; in dosendsig()