Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h289 #define POLL_PRI 5 /* High priority input available */ macro
/illumos-gate/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.in160 SED_REPLACE(POLL_PRI)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h183 #define POLL_PRI 5 /* high priority input available */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg492 @ MSG_SI_POLL_PRI "[ POLL_PRI ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2782 case POLL_PRI: code = "POLL_PRI"; break; in print_siginfo32()
2939 case POLL_PRI: code = "POLL_PRI"; break; in print_siginfo()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c981 info->si_code = POLL_PRI; in dosendsig()