HomeSort by: relevance | last modified time | path
    Searched refs:filterops (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/sys/sys/
event.h 228 struct filterops { struct
239 /* filterops flags */
262 const struct filterops *kn_fop;
331 int kfilter_register(const char *, const struct filterops *, int *);
335 extern const struct filterops seltrue_filtops;
  /src/sys/external/bsd/drm2/linux/
linux_sync_file.c 131 static const struct filterops sync_file_filtops;
202 static const struct filterops sync_file_filtops = {
  /src/sys/arch/amiga/dev/
event.c 193 static const struct filterops ev_filtops = {
  /src/sys/arch/atari/dev/
event.c 193 static const struct filterops ev_filtops = {
  /src/sys/dev/sun/
event.c 199 static const struct filterops ev_filtops = {
  /src/sys/nfs/
nfs_kq.c 277 static const struct filterops nfsread_filtops = {
284 static const struct filterops nfsvnode_filtops = {
  /src/sys/kern/
kern_event.c 204 static const struct filterops nop_fd_filtops = {
211 static const struct filterops nop_filtops = {
218 static const struct filterops kqread_filtops = {
225 static const struct filterops proc_filtops = {
235 * however, will override the knote's filterops, and thus will
238 static const struct filterops file_filtops = {
245 static const struct filterops timer_filtops = {
253 static const struct filterops user_filtops = {
267 extern const struct filterops fs_filtops; /* vfs_syscalls.c */
268 extern const struct filterops sig_filtops; /* kern_sig.c *
    [all...]
sys_eventfd.c 437 static const struct filterops eventfd_read_filterops = {
476 static const struct filterops eventfd_write_filterops = {
subr_log.c 297 static const struct filterops logread_filtops = {
sys_timerfd.c 423 static const struct filterops timerfd_read_filterops = {
tty_pty.c 1004 static const struct filterops ptcread_filtops = {
1011 static const struct filterops ptcwrite_filtops = {
  /src/sys/arch/landisk/dev/
button.c 318 static const struct filterops btn_read_filtops = {
  /src/sys/arch/x68k/dev/
event.c 219 static const struct filterops ev_filtops = {
  /src/sys/rump/librump/rumpkern/
signals.c 42 const struct filterops sig_filtops = {
emul.c 338 struct filterops rump_fs_filtops = {
  /src/sys/dev/sbus/
bpp.c 523 static const struct filterops bppread_filtops = {
553 static const struct filterops bppwrite_filtops = {
  /src/sys/miscfs/fifofs/
fifo_vnops.c 656 static const struct filterops fiforead_filtops = {
663 static const struct filterops fifowrite_filtops = {
  /src/sys/dev/pci/
vio9p.c 421 static const struct filterops vio9p_read_filtops = {
437 static const struct filterops vio9p_write_filtops = {
  /src/sys/arch/arc/dev/
opms.c 475 static const struct filterops opmsread_filtops = {
  /src/sys/arch/macppc/dev/
apm.c 408 static struct filterops apmread_filtops = {
  /src/sys/dev/wscons/
wsevent.c 328 static const struct filterops wsevent_filtops = {
  /src/sys/miscfs/genfs/
genfs_vnops.c 586 static const struct filterops genfsread_filtops = {
593 static const struct filterops genfswrite_filtops = {
600 static const struct filterops genfsvnode_filtops = {
  /src/sys/dev/usb/
udsir.c 665 static const struct filterops udsirread_filtops = {
672 static const struct filterops udsirwrite_filtops = {
ustir.c 1097 static const struct filterops ustirread_filtops = {
1104 static const struct filterops ustirwrite_filtops = {
  /src/sys/dev/ir/
irframe_tty.c 832 static const struct filterops irframetread_filtops = {
839 static const struct filterops irframetwrite_filtops = {

Completed in 68 milliseconds

1 2 3