OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_events
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/miscfs/deadfs/
dead_vnops.c
216
int
a_events
;
223
return (ap->
a_events
);
/src/sys/miscfs/fifofs/
fifo_vnops.c
356
int
a_events
;
387
events = ap->
a_events
& (POLLIN | POLLRDNORM);
407
events = ap->
a_events
& (POLLOUT | POLLWRNORM);
/src/sys/sys/
vnode_if.h
236
int
a_events
;
member in struct:vop_poll_args
/src/sys/miscfs/fdesc/
fdesc_vnops.c
779
int
a_events
;
785
revents = cdev_poll(devctty, ap->
a_events
, curlwp);
/src/sys/fs/ptyfs/
ptyfs_vnops.c
883
int
a_events
;
891
return cdev_poll(vp->v_rdev, ap->
a_events
, curlwp);
/src/sys/miscfs/genfs/
genfs_vnops.c
117
int
a_events
;
121
return (ap->
a_events
& (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM));
/src/sys/fs/puffs/
puffs_vnops.c
1595
int
a_events
;
1605
events = pn->pn_revents & ap->
a_events
;
1606
if (events & ap->
a_events
) {
1607
pn->pn_revents &= ~ap->
a_events
;
1616
poll_msg->pvnr_events = ap->
a_events
;
/src/sys/miscfs/specfs/
spec_vnops.c
1371
int
a_events
;
1383
revents = cdev_poll(dev, ap->
a_events
, curlwp);
/src/sys/fs/unionfs/
unionfs_vnops.c
891
return (VOP_POLL(ovp, ap->
a_events
));
/src/sys/kern/
vnode_if.c
1000
a.
a_events
= events;
Completed in 21 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025