/titanic_41/usr/src/cmd/ptools/pwait/ |
H A D | pwait.c | 125 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 D | poll.h | 56 #define POLLPRI 0x0002 /* high priority info at fd */ macro
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_mt.h | 59 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|
H A D | rtime_tli.c | 118 pfd.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in rtime_tli()
|
H A D | auth_time.c | 540 POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND; in __rpc_get_time_offset()
|
H A D | clnt_bcast.c | 212 pfd[fdlistno].events = POLLIN | POLLPRI | in rpc_broadcast_exp()
|
H A D | svc.c | 200 (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 D | poll_solaris.c | 201 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 D | zcons.c | 730 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 D | zlogin.c | 821 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 D | libctsmc.c | 120 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 D | cmd.c | 40 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | nb_ssn.c | 251 pfd[0].events = POLLIN | POLLPRI; in nb_ssn_pollin()
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 174 # define MI_POLL_RD_FLAGS (POLLIN | POLLPRI)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | eloop.c | 258 pfds[i].events = POLLIN | POLLPRI; in eloop_run()
|
/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam.c | 1094 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 D | dumpoptr.c | 125 pollset.events = POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND;
|
/titanic_41/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 462 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 D | picldr.c | 578 poll_fds[0].events = POLLIN|POLLPRI; in env_polling_thread()
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/ |
H A D | cvcd.c | 391 cvcd_pfd[2].events = POLLIN|POLLPRI;
|
/titanic_41/usr/src/lib/libpcp/common/ |
H A D | libpcp.c | 1422 fds[0].events = POLLIN | POLLPRI; in vldc_read()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 873 return (POLLRDBAND | POLLPRI | POLLWRBAND); in __poll_event()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | mem.c | 206 *reventsp = events & (POLLIN | POLLOUT | POLLPRI | POLLRDNORM | in mmchpoll()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 862 pollwakeup(&ufs_pollhd, POLLPRI); in ufsfx_mount() 925 pollwakeup(&ufs_pollhd, POLLPRI | POLLHUP); in ufsfx_unmount()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 538 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
|