| tag | line | file | source code |
| func | 1821 | drivers/block/sbpcd.c | static int obey_audio_state(u_char audio_state, u_char func,u_char subfunc) |
| func | 1827 | drivers/block/sbpcd.c | switch (func) /* DOS command code */ |
| func | 2064 | drivers/block/sbpcd.c | static int prepare(u_char func, u_char subfunc) |
| func | 2083 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
| func | 2088 | drivers/block/sbpcd.c | i=check_allowed3(func,subfunc); |
| func | 2105 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
| func | 2114 | drivers/block/sbpcd.c | i=check_allowed2(func,subfunc); |
| func | 2133 | drivers/block/sbpcd.c | i=check_allowed1(func,subfunc); |
| func | 2261 | drivers/scsi/aha152x.c | static void enter_driver(const char *func) |
| func | 2264 | drivers/scsi/aha152x.c | printk("aha152x: entering %s() (%x)\n", func, jiffies); |
| func | 2272 | drivers/scsi/aha152x.c | should_leave=func; |
| func | 2276 | drivers/scsi/aha152x.c | static void leave_driver(const char *func) |
| func | 2279 | drivers/scsi/aha152x.c | printk("\naha152x: leaving %s() (%x)\n", func, jiffies); |
| func | 2287 | drivers/scsi/aha152x.c | should_leave=func; |
| func | 1828 | fs/buffer.c | asmlinkage int sys_bdflush(int func, int data) |
| func | 1838 | fs/buffer.c | if(func == 1) |
| func | 1842 | fs/buffer.c | if(func >= 2){ |
| func | 1843 | fs/buffer.c | i = (func-2) >> 1; |
| func | 1845 | 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 | 437 | include/linux/sbpcd.h | #define SET_TIMER(func, jifs) \ |
| func | 439 | include/linux/sbpcd.h | (timer_table[SBPCD_TIMER].fn = func), \ |
| 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 | 762 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
| func | 245 | net/inet/packet.c | p->func = packet_rcv; |