Symbol: POLLERR
lib/librumphijack/hijack.c
2057
pfds[j].events |= POLLHUP|POLLERR;
lib/librumphijack/hijack.c
2107
if (pfds[i].revents & (POLLHUP|POLLERR)) {
libexec/httpd/daemon-bozo.c
166
POLLRDBAND | POLLERR;
libexec/httpd/daemon-bozo.c
214
if ((httpd->fds[idx].revents & (POLLNVAL|POLLERR|POLLHUP)) == 0)
sbin/mount_portal/puffs_portal.c
797
if (*events & POLLERR)
sbin/mount_portal/puffs_portal.c
801
*events = POLLERR;
sbin/mount_portal/puffs_portal.c
811
*events |= POLLERR;
sys/dev/audio/audio.c
2069
revents = POLLERR;
sys/dev/audio/audio.c
2083
revents = POLLERR;
sys/dev/dtv/dtv_demux.c
466
return POLLERR;
sys/dev/dtv/dtv_device.c
283
return POLLERR;
sys/dev/dtv/dtv_device.c
291
return POLLERR;
sys/dev/ir/cir.c
243
return (POLLERR);
sys/dev/ir/cir.c
245
return (POLLERR);
sys/dev/pad/pad.c
454
return POLLERR;
sys/dev/usb/ugen.c
2124
revents |= POLLERR;
sys/dev/video.c
2380
return POLLERR;
sys/dev/video.c
2384
return POLLERR;
sys/dev/wscons/wsdisplay.c
1206
return POLLERR;
sys/dev/wscons/wskbd.c
1287
return (POLLERR);
sys/dev/wscons/wsmouse.c
922
return (POLLERR);
sys/fs/puffs/puffs_subr.c
151
revents = POLLERR;
sys/kern/subr_devsw.c
1582
return POLLERR;
sys/kern/sys_pipe.c
388
band = POLLERR;
sys/kern/sys_select.c
137
POLLRDNORM | POLLHUP | POLLERR,
sys/kern/sys_select.c
138
POLLWRNORM | POLLHUP | POLLERR,
sys/kern/sys_select.c
698
fds->events | POLLERR | POLLHUP);
sys/kern/sys_select.c
847
int revents = events & (pfd->events | POLLERR | POLLHUP);
sys/kern/tty_conf.c
164
return (POLLERR);
sys/miscfs/specfs/spec_vnops.c
1379
return POLLERR;
sys/modules/examples/pollpal/cmd_pollpal.c
105
if (fds.revents & (POLLERR | POLLHUP | POLLNVAL))
sys/net/if_tap.c
1119
return POLLERR;
tests/kernel/t_pty.c
220
if ((pfd.revents & POLLERR) != 0)
usr.bin/nc/netcat.c
1171
if (pfd[n].revents & (POLLERR|POLLNVAL)) {
usr.bin/rsh/rsh.c
308
if (fdp->revents & (POLLNVAL|POLLERR|POLLHUP))
usr.bin/rsh/rsh.c
345
fdp->events = POLLOUT|POLLNVAL|POLLERR|POLLHUP;
usr.bin/rsh/rsh.c
374
if (fdp->revents & (POLLNVAL|POLLERR|POLLHUP))
usr.bin/rsh/rsh.c
402
fds[0].events = POLLIN|POLLNVAL|POLLERR|POLLHUP;
usr.bin/rsh/rsh.c
407
fds[1].events = fds[2].events = POLLIN|POLLNVAL|POLLERR|POLLHUP;