Home
last modified time | relevance | path

Searched refs:fasync_struct (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/fs/
Dfcntl.c469 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
471 struct fasync_struct *fa, **fp; in fasync_helper()
472 struct fasync_struct *new = NULL; in fasync_helper()
508 void __kill_fasync(struct fasync_struct *fa, int sig, int band) in __kill_fasync()
527 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync()
537 sizeof(struct fasync_struct), 0, 0, NULL, NULL); in fasync_init()
/linux-2.4.37.9/include/linux/
Dadb_mouse.h20 struct fasync_struct *fasyncptr;
Dif_tun.h46 struct fasync_struct *fasync;
Dlogibusmouse.h98 struct fasync_struct *fasyncptr;
Dpc_keyb.h128 struct fasync_struct *fasync;
Dfs.h641 struct fasync_struct * fl_fasync; /* for lease break notifications */
684 struct fasync_struct { struct
687 struct fasync_struct *fa_next; /* singly linked list */ argument
694 extern int fasync_helper(int, struct file *, int, struct fasync_struct **); argument
696 extern void kill_fasync(struct fasync_struct **, int, int);
698 extern void __kill_fasync(struct fasync_struct *, int, int);
Dnet.h72 struct fasync_struct *fasync_list; /* Asynchronous wake up list */
Dtty.h276 struct fasync_struct *fasync;
/linux-2.4.37.9/include/asm-m68k/
Dadb_mouse.h20 struct fasync_struct *fasyncptr;
Dmac_mouse.h20 struct fasync_struct *fasyncptr;
/linux-2.4.37.9/drivers/bluetooth/
Dhci_vhci.h39 struct fasync_struct *fasync;
/linux-2.4.37.9/drivers/acorn/char/
Dmouse_ps2.c64 struct fasync_struct *fasync;
/linux-2.4.37.9/drivers/char/
Dsonypi.h349 struct fasync_struct *fasync;
Dqpmouse.c59 struct fasync_struct *fasync;
Dbusmouse.c44 struct fasync_struct *fasyncptr;
Dpc110pad.c70 static struct fasync_struct *asyncptr;
Dmk712.c99 struct fasync_struct *fasync;
Dau1000_usbraw.c86 struct fasync_struct *fasync; // asynch notification
Dau1000_ts.c250 struct fasync_struct *fasync; // asynch notification
/linux-2.4.37.9/drivers/ieee1394/
Ddv1394-private.h482 struct fasync_struct *fasync;
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_devintf.c53 struct fasync_struct *fasync_queue;
/linux-2.4.37.9/Documentation/
Dmagic-number.txt53 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
/linux-2.4.37.9/net/
Dsocket.c737 struct fasync_struct *fa, *fna=NULL, **prev; in sock_fasync()
743 fna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL); in sock_fasync()
/linux-2.4.37.9/drivers/input/
Devdev.c56 struct fasync_struct *fasync;
/linux-2.4.37.9/drivers/sbus/char/
Dsunmouse.c77 struct fasync_struct *fasync;

12