Searched refs:fasync_struct (Results 1 – 25 of 41) sorted by relevance
12
/linux-2.4.37.9/fs/ |
D | fcntl.c | 469 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/ |
D | adb_mouse.h | 20 struct fasync_struct *fasyncptr;
|
D | if_tun.h | 46 struct fasync_struct *fasync;
|
D | logibusmouse.h | 98 struct fasync_struct *fasyncptr;
|
D | pc_keyb.h | 128 struct fasync_struct *fasync;
|
D | fs.h | 641 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);
|
D | net.h | 72 struct fasync_struct *fasync_list; /* Asynchronous wake up list */
|
D | tty.h | 276 struct fasync_struct *fasync;
|
/linux-2.4.37.9/include/asm-m68k/ |
D | adb_mouse.h | 20 struct fasync_struct *fasyncptr;
|
D | mac_mouse.h | 20 struct fasync_struct *fasyncptr;
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | hci_vhci.h | 39 struct fasync_struct *fasync;
|
/linux-2.4.37.9/drivers/acorn/char/ |
D | mouse_ps2.c | 64 struct fasync_struct *fasync;
|
/linux-2.4.37.9/drivers/char/ |
D | sonypi.h | 349 struct fasync_struct *fasync;
|
D | qpmouse.c | 59 struct fasync_struct *fasync;
|
D | busmouse.c | 44 struct fasync_struct *fasyncptr;
|
D | pc110pad.c | 70 static struct fasync_struct *asyncptr;
|
D | mk712.c | 99 struct fasync_struct *fasync;
|
D | au1000_usbraw.c | 86 struct fasync_struct *fasync; // asynch notification
|
D | au1000_ts.c | 250 struct fasync_struct *fasync; // asynch notification
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | dv1394-private.h | 482 struct fasync_struct *fasync;
|
/linux-2.4.37.9/drivers/char/ipmi/ |
D | ipmi_devintf.c | 53 struct fasync_struct *fasync_queue;
|
/linux-2.4.37.9/Documentation/ |
D | magic-number.txt | 53 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
|
/linux-2.4.37.9/net/ |
D | socket.c | 737 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/ |
D | evdev.c | 56 struct fasync_struct *fasync;
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | sunmouse.c | 77 struct fasync_struct *fasync;
|
12