| tag | line | file | source code |
| func | 97 | arch/alpha/kernel/lca.c | int func = device_fn & 0x7; |
| func | 106 | arch/alpha/kernel/lca.c | addr = (1 << (11 + device)) | (func << 8) | where; |
| func | 97 | arch/i386/kernel/ldt.c | asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount) |
| func | 99 | arch/i386/kernel/ldt.c | if (func == 0) |
| func | 101 | arch/i386/kernel/ldt.c | if (func == 1) |
| func | 244 | drivers/block/triton.c | static int triton_dmaproc (ide_dma_action_t func, ide_drive_t *drive) |
| func | 249 | drivers/block/triton.c | switch (func) { |
| func | 260 | drivers/block/triton.c | printk("triton_dmaproc: unsupported func: %d\n", func); |
| func | 180 | drivers/cdrom/aztcd.c | #define SET_TIMER(func, jifs) delay_timer.expires = jiffies + (jifs); \ |
| func | 181 | drivers/cdrom/aztcd.c | delay_timer.function = (void *) (func); \ |
| func | 3449 | drivers/cdrom/sbpcd.c | static int obey_audio_state(u_char audio_state, u_char func,u_char subfunc) |
| func | 3455 | drivers/cdrom/sbpcd.c | switch (func) /* DOS command code */ |
| func | 3683 | drivers/cdrom/sbpcd.c | static int prepare(u_char func, u_char subfunc) |
| func | 3701 | drivers/cdrom/sbpcd.c | i=check_allowed1(func,subfunc); |
| func | 3706 | drivers/cdrom/sbpcd.c | i=check_allowed3(func,subfunc); |
| func | 3720 | drivers/cdrom/sbpcd.c | i=check_allowed1(func,subfunc); |
| func | 3729 | drivers/cdrom/sbpcd.c | i=check_allowed2(func,subfunc); |
| func | 3745 | drivers/cdrom/sbpcd.c | i=check_allowed1(func,subfunc); |
| func | 212 | drivers/cdrom/sjcd.c | #define SJCD_SET_TIMER( func, tmout ) \ |
| func | 214 | drivers/cdrom/sjcd.c | sjcd_delay_timer.function = ( void * )func, \ |
| func | 310 | drivers/net/ppp.c | pfn_proto func; |
| func | 1604 | drivers/net/ppp.c | if ((*proto_ptr->func) (ppp, proto, |
| func | 2521 | drivers/scsi/aha152x.c | static void enter_driver(const char *func) |
| func | 2527 | drivers/scsi/aha152x.c | printk("aha152x: entering %s() (%x)\n", func, jiffies); |
| func | 2535 | drivers/scsi/aha152x.c | should_leave=func; |
| func | 2539 | drivers/scsi/aha152x.c | static void leave_driver(const char *func) |
| func | 2545 | drivers/scsi/aha152x.c | printk("\naha152x: leaving %s() (%x)\n", func, jiffies); |
| func | 2553 | drivers/scsi/aha152x.c | should_leave=func; |
| func | 240 | drivers/scsi/buslogic.c | static void buslogic_prefix(const char *func) |
| func | 242 | drivers/scsi/buslogic.c | printk("BusLogic SCSI: %s: ", func); |
| func | 84 | drivers/scsi/scsi_proc.c | off_t offset, int length, int func) |
| func | 93 | drivers/scsi/scsi_proc.c | return(scsi_proc_info(buffer, start, offset, length, 0, func)); |
| func | 100 | drivers/scsi/scsi_proc.c | hpnt->host_no, func); |
| func | 103 | drivers/scsi/scsi_proc.c | length, hpnt->host_no, func)); |
| func | 1899 | fs/buffer.c | asmlinkage int sys_bdflush(int func, long data) |
| func | 1910 | fs/buffer.c | if (func == 1) |
| func | 1914 | fs/buffer.c | if (func >= 2) { |
| func | 1915 | fs/buffer.c | i = (func-2) >> 1; |
| func | 1918 | fs/buffer.c | if((func & 1) == 0) { |
| func | 76 | include/linux/gscd.h | #define SET_TIMER(func, jifs) \ |
| func | 78 | include/linux/gscd.h | (timer_table[GSCD_TIMER].fn = func), \ |
| func | 78 | include/linux/mcd.h | #define SET_TIMER(func, jifs) \ |
| func | 80 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
| func | 177 | include/linux/netdevice.h | int (*func) (struct sk_buff *, struct device *, |
| func | 137 | include/linux/optcd.h | #define SET_TIMER(func, jifs) \ |
| func | 139 | include/linux/optcd.h | delay_timer.function = (void *) (func); \ |
| func | 473 | include/linux/pci.h | #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) |
| func | 119 | kernel/ksyms.c | int inode, int func) = 0; /* Dirty hack */ |
| func | 386 | net/core/dev.c | ptype->func(skb2, skb->dev, ptype); |
| func | 672 | net/core/dev.c | pt_prev->func(skb2,skb->dev, pt_prev); |
| func | 697 | net/core/dev.c | pt_prev->func(skb2, skb->dev, pt_prev); |
| func | 709 | net/core/dev.c | pt_prev->func(skb, skb->dev, pt_prev); |
| func | 252 | net/ipv4/packet.c | p->func = packet_rcv; |