Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h290 #define POLL_HUP 6 /* Device disconnected */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in206 inline int POLL_HUP = @POLL_HUP@; variable
207 #pragma D binding "1.0" POLL_HUP
H A Dprocfs.sed.in161 SED_REPLACE(POLL_HUP)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h184 #define POLL_HUP 6 /* device disconnected */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg493 @ MSG_SI_POLL_HUP "[ POLL_HUP ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2783 case POLL_HUP: code = "POLL_HUP"; break; in print_siginfo32()
2940 case POLL_HUP: code = "POLL_HUP"; break; in print_siginfo()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c974 info->si_code = POLL_HUP; in dosendsig()