tag | line | file | source code |
func | 95 | arch/i386/kernel/ldt.c | asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount) |
func | 97 | arch/i386/kernel/ldt.c | if (func == 0) |
func | 99 | arch/i386/kernel/ldt.c | if (func == 1) |
func | 2520 | drivers/block/sbpcd.c | static int obey_audio_state(u_char audio_state, u_char func,u_char subfunc) |
func | 2526 | drivers/block/sbpcd.c | switch (func) /* DOS command code */ |
func | 2750 | drivers/block/sbpcd.c | static int prepare(u_char func, u_char subfunc) |
func | 2772 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
func | 2777 | drivers/block/sbpcd.c | i=check_allowed3(func,subfunc); |
func | 2794 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
func | 2803 | drivers/block/sbpcd.c | i=check_allowed2(func,subfunc); |
func | 2822 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
func | 2437 | drivers/scsi/aha152x.c | static void enter_driver(const char *func) |
func | 2440 | drivers/scsi/aha152x.c | printk("aha152x: entering %s() (%x)\n", func, jiffies); |
func | 2448 | drivers/scsi/aha152x.c | should_leave=func; |
func | 2452 | drivers/scsi/aha152x.c | static void leave_driver(const char *func) |
func | 2455 | drivers/scsi/aha152x.c | printk("\naha152x: leaving %s() (%x)\n", func, jiffies); |
func | 2463 | drivers/scsi/aha152x.c | should_leave=func; |
func | 225 | drivers/scsi/buslogic.c | static void buslogic_prefix(const char *func) |
func | 227 | drivers/scsi/buslogic.c | printk("BusLogic SCSI: %s: ", func); |
func | 1742 | fs/buffer.c | asmlinkage int sys_bdflush(int func, long data) |
func | 1753 | fs/buffer.c | if (func == 1) |
func | 1757 | fs/buffer.c | if (func >= 2) { |
func | 1758 | fs/buffer.c | i = (func-2) >> 1; |
func | 1761 | fs/buffer.c | if((func & 1) == 0) { |
func | 74 | include/linux/mcd.h | #define SET_TIMER(func, jifs) \ |
func | 76 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
func | 169 | include/linux/netdevice.h | int (*func) (struct sk_buff *, struct device *, |
func | 396 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
func | 708 | net/inet/dev.c | pt_prev->func(skb2, skb->dev, pt_prev); |
func | 720 | net/inet/dev.c | pt_prev->func(skb, skb->dev, pt_prev); |
func | 262 | net/inet/packet.c | p->func = packet_rcv; |