Searched refs:POLLPRI (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c121 * We set POLLPRI to detect system processes.
122 * We will get POLLNVAL below for a POLLPRI
125 pfd->events = POLLPRI;
145 if (pfd->fd < 0 || (pfd->revents & ~POLLPRI) == 0) {
174 if (pfd->revents & ~(POLLPRI|POLLHUP|POLLNVAL))
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h60 #define POLLPRI 0x0002 /* high priority info at fd */ macro
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h59 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
H A Drtime_tli.c118 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
H A Dauth_time.c540 POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
H A Dclnt_bcast.c212 pfd[fdlistno].events = POLLIN | POLLPRI |
H A Dsvc.c199 (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND| \
417 (events & ~(POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c31 #if EPOLLPRI != POLLPRI
32 #error value of EPOLLPRI does not match value of POLLPRI
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c79 "[+POLLPRI?High priority data may be received without "
97 ", POLLRDBAND, or POLLPRI are not "
201 if (strstr(str, "POLLPRI")) events |= POLLPRI;
223 if (events & POLLPRI) s=mystpcpy(s, "POLLPRI|");
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dcmd.c40 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c730 POLLPRI | POLLERR | POLLHUP | POLLNVAL;
759 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
782 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c821 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI;
868 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
881 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
894 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
958 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
965 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c120 poll_fds[0].events = POLLIN|POLLPRI;
257 fds.events = POLLIN | POLLPRI;
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c251 pfd[0].events = POLLIN | POLLPRI;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.c258 pfds[i].events = POLLIN | POLLPRI;
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h174 # define MI_POLL_RD_FLAGS (POLLIN | POLLPRI)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c125 pollset.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c462 POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI;
834 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI;
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c1094 if ((events & POLLPRI) && softc_p->param_status) {
1095 revent |= POLLPRI;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c578 poll_fds[0].events = POLLIN|POLLPRI;
/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c391 cvcd_pfd[2].events = POLLIN|POLLPRI;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c862 pollwakeup(&ufs_pollhd, POLLPRI);
925 pollwakeup(&ufs_pollhd, POLLPRI | POLLHUP);
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1422 fds[0].events = POLLIN | POLLPRI;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c873 return (POLLRDBAND | POLLPRI | POLLWRBAND);
/illumos-gate/usr/src/uts/common/io/
H A Dmem.c253 *reventsp = events & (POLLIN | POLLOUT | POLLPRI | POLLRDNORM |

Completed in 168 milliseconds

12