Home
last modified time | relevance | path

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

/titanic_50/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.in163 SED_REPLACE(POLL_HUP)
/titanic_50/usr/src/uts/common/sys/
H A Dsiginfo.h186 #define POLL_HUP 6 /* device disconnected */ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg478 @ MSG_SI_POLL_HUP "[ POLL_HUP ]"
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2925 case POLL_HUP: code = "POLL_HUP"; break; in print_siginfo32()
3083 case POLL_HUP: code = "POLL_HUP"; break; in print_siginfo()
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c970 info->si_code = POLL_HUP; in dosendsig()