tag | line | file | source code |
func | 1996 | drivers/block/sbpcd.c | static int obey_audio_state(u_char audio_state, u_char func,u_char subfunc) |
func | 2002 | drivers/block/sbpcd.c | switch (func) /* DOS command code */ |
func | 2226 | drivers/block/sbpcd.c | static int prepare(u_char func, u_char subfunc) |
func | 2245 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
func | 2250 | drivers/block/sbpcd.c | i=check_allowed3(func,subfunc); |
func | 2267 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
func | 2276 | drivers/block/sbpcd.c | i=check_allowed2(func,subfunc); |
func | 2295 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
func | 2292 | drivers/scsi/aha152x.c | static void enter_driver(const char *func) |
func | 2295 | drivers/scsi/aha152x.c | printk("aha152x: entering %s() (%x)\n", func, jiffies); |
func | 2303 | drivers/scsi/aha152x.c | should_leave=func; |
func | 2307 | drivers/scsi/aha152x.c | static void leave_driver(const char *func) |
func | 2310 | drivers/scsi/aha152x.c | printk("\naha152x: leaving %s() (%x)\n", func, jiffies); |
func | 2318 | drivers/scsi/aha152x.c | should_leave=func; |
func | 1730 | fs/buffer.c | asmlinkage int sys_bdflush(int func, int data) |
func | 1740 | fs/buffer.c | if(func == 1) |
func | 1744 | fs/buffer.c | if(func >= 2){ |
func | 1745 | fs/buffer.c | i = (func-2) >> 1; |
func | 1747 | 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 | 151 | include/linux/netdevice.h | int (*func) (struct sk_buff *, struct device *, |
func | 96 | kernel/ldt.c | asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount) |
func | 98 | kernel/ldt.c | if (func == 0) |
func | 100 | kernel/ldt.c | if (func == 1) |
func | 430 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
func | 775 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
func | 245 | net/inet/packet.c | p->func = packet_rcv; |