OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLERR
(Results
1 - 25
of
25
) sorted by relevancy
/src/sys/sys/
poll.h
59
#define
POLLERR
0x0008
/src/usr.bin/rsh/
rsh.c
308
if (fdp->revents & (POLLNVAL|
POLLERR
|POLLHUP))
345
fdp->events = POLLOUT|POLLNVAL|
POLLERR
|POLLHUP;
374
if (fdp->revents & (POLLNVAL|
POLLERR
|POLLHUP))
402
fds[0].events = POLLIN|POLLNVAL|
POLLERR
|POLLHUP;
407
fds[1].events = fds[2].events = POLLIN|POLLNVAL|
POLLERR
|POLLHUP;
/src/sys/modules/examples/pollpal/
cmd_pollpal.c
105
if (fds.revents & (
POLLERR
| POLLHUP | POLLNVAL))
/src/libexec/httpd/
daemon-bozo.c
166
POLLRDBAND |
POLLERR
;
214
if ((httpd->fds[idx].revents & (POLLNVAL|
POLLERR
|POLLHUP)) == 0)
/src/sys/dev/dtv/
dtv_device.c
286
return
POLLERR
;
294
return
POLLERR
;
dtv_demux.c
469
return
POLLERR
;
/src/sys/dev/ir/
cir.c
243
return (
POLLERR
);
245
return (
POLLERR
);
/src/sbin/mount_portal/
puffs_portal.c
797
if (*events &
POLLERR
)
801
*events =
POLLERR
;
811
*events |=
POLLERR
;
/src/sys/fs/puffs/
puffs_subr.c
151
revents =
POLLERR
;
/src/sys/kern/
tty_conf.c
164
return (
POLLERR
);
sys_select.c
137
POLLRDNORM | POLLHUP |
POLLERR
,
138
POLLWRNORM | POLLHUP |
POLLERR
,
698
fds->events |
POLLERR
| POLLHUP);
847
int revents = events & (pfd->events |
POLLERR
| POLLHUP);
sys_pipe.c
388
band =
POLLERR
;
subr_devsw.c
1580
return
POLLERR
;
/src/tests/kernel/
t_pty.c
220
if ((pfd.revents &
POLLERR
) != 0)
/src/sys/dev/pad/
pad.c
454
return
POLLERR
;
/src/sys/net/
if_tap.c
1119
return
POLLERR
;
/src/sys/dev/wscons/
wsmouse.c
922
return (
POLLERR
);
wskbd.c
1261
return (
POLLERR
);
wsdisplay.c
1206
return
POLLERR
;
/src/lib/librumphijack/
hijack.c
2057
pfds[j].events |= POLLHUP|
POLLERR
;
2107
if (pfds[i].revents & (POLLHUP|
POLLERR
)) {
/src/sys/dev/
video.c
2380
return
POLLERR
;
2384
return
POLLERR
;
/src/usr.bin/nc/
netcat.c
1132
if (pfd[n].revents & (
POLLERR
|POLLNVAL)) {
/src/sys/miscfs/specfs/
spec_vnops.c
1379
return
POLLERR
;
/src/sys/dev/usb/
ugen.c
2124
revents |=
POLLERR
;
/src/sys/dev/audio/
audio.c
2069
revents =
POLLERR
;
2083
revents =
POLLERR
;
Completed in 68 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025