Home
last modified time | relevance | path

Searched refs:POLLPRI (Results 1 – 25 of 41) sorted by relevance

12

/titanic_41/usr/src/cmd/ptools/pwait/
H A Dpwait.c125 pfd->events = POLLPRI; in main()
145 if (pfd->fd < 0 || (pfd->revents & ~POLLPRI) == 0) { in main()
174 if (pfd->revents & ~(POLLPRI|POLLHUP|POLLNVAL)) in main()
/titanic_41/usr/src/uts/common/sys/
H A Dpoll.h56 #define POLLPRI 0x0002 /* high priority info at fd */ macro
/titanic_41/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; in rtime_tli()
H A Dauth_time.c540 POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in __rpc_get_time_offset()
H A Dclnt_bcast.c212 pfd[fdlistno].events = POLLIN | POLLPRI | in rpc_broadcast_exp()
H A Dsvc.c200 (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND| \
418 (events & ~(POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\ in svc_add_input()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c201 if (strstr(str, "POLLPRI")) events |= POLLPRI; in poll_strtoevents()
223 if (events & POLLPRI) s=mystpcpy(s, "POLLPRI|"); in poll_eventstostr()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dzcons.c730 POLLPRI | POLLERR | POLLHUP | POLLNVAL; in do_console_io()
759 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in do_console_io()
782 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in do_console_io()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c821 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in doio()
868 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
881 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
894 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
958 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
965 (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in doio()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c120 poll_fds[0].events = POLLIN|POLLPRI; in smc_send_local_cmd()
257 fds.events = POLLIN | POLLPRI; in smc_send_ipmi_message()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dcmd.c40 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c251 pfd[0].events = POLLIN | POLLPRI; in nb_ssn_pollin()
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h174 # define MI_POLL_RD_FLAGS (POLLIN | POLLPRI)
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Deloop.c258 pfds[i].events = POLLIN | POLLPRI; in eloop_run()
/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c1094 if ((events & POLLPRI) && softc_p->param_status) { in dcam_chpoll()
1095 revent |= POLLPRI; in dcam_chpoll()
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpoptr.c125 pollset.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
/titanic_41/usr/src/cmd/vt/
H A Dvtdaemon.c462 POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_poll()
834 pollfds[0].events = POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI; in vt_serve_events()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c578 poll_fds[0].events = POLLIN|POLLPRI; in env_polling_thread()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c391 cvcd_pfd[2].events = POLLIN|POLLPRI;
/titanic_41/usr/src/lib/libpcp/common/
H A Dlibpcp.c1422 fds[0].events = POLLIN | POLLPRI; in vldc_read()
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c873 return (POLLRDBAND | POLLPRI | POLLWRBAND); in __poll_event()
/titanic_41/usr/src/uts/common/io/
H A Dmem.c206 *reventsp = events & (POLLIN | POLLOUT | POLLPRI | POLLRDNORM | in mmchpoll()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c862 pollwakeup(&ufs_pollhd, POLLPRI); in ufsfx_mount()
925 pollwakeup(&ufs_pollhd, POLLPRI | POLLHUP); in ufsfx_unmount()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c538 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)

12