tag | line | file | source code |
format | 658 | drivers/block/sbpcd.c | u_char format; /* em */ /* 0x00: lba, 0x01: msf */ |
format | 3581 | drivers/block/sbpcd.c | D_S[d].TocBuffer[j].format=D_S[d].TocEnt_format; |
format | 3589 | drivers/block/sbpcd.c | D_S[d].TocBuffer[j].format=0; |
format | 3949 | drivers/block/sbpcd.c | tocentry.cdte_datamode=D_S[d].TocBuffer[i].format; |
format | 77 | drivers/net/ibmtr.c | #define DPRINTK(format, args...) printk("%s: " format, dev->name , ## args) |
format | 78 | drivers/net/ibmtr.c | #define DPRINTD(format, args...) DummyCall("%s: " format, dev->name , ## args) |
format | 696 | drivers/sound/ad1848.c | int format; |
format | 749 | drivers/sound/ad1848.c | if (format2bits[i].format == arg) |
format | 247 | drivers/sound/configure.c | ask_value (char *format, int default_answer) |
format | 271 | drivers/sound/configure.c | if (sscanf (answ, format, &num) != 1) |
format | 173 | drivers/sound/dev_table.h | int (*load_patch) (int dev, int format, snd_rw_buf *addr, |
format | 1507 | drivers/sound/gus_wave.c | guswave_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 1518 | drivers/sound/gus_wave.c | if (format != GUS_PATCH) |
format | 1520 | drivers/sound/gus_wave.c | printk ("GUS Error: Invalid patch format (key) 0x%x\n", format); |
format | 460 | drivers/sound/midi_synth.c | midi_synth_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 474 | drivers/sound/midi_synth.c | if (format != SYSEX_PATCH) |
format | 476 | drivers/sound/midi_synth.c | printk ("MIDI Error: Invalid patch format (key) 0x%x\n", format); |
format | 10 | drivers/sound/midi_synth.h | int midi_synth_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 916 | drivers/sound/opl3.c | opl3_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 934 | drivers/sound/opl3.c | ins.key = format; |
format | 54 | fs/nfs/proc.c | #define PRINTK(format, args...) \ |
format | 57 | fs/nfs/proc.c | printk(format , ## args); \ |
format | 62 | fs/nfs/proc.c | #define PRINTK(format, args...) do ; while (0) |
format | 480 | include/linux/ext2_fs.h | __attribute__ ((format (printf, 3, 4))); |
format | 483 | include/linux/ext2_fs.h | __attribute__ ((NORET_AND format (printf, 3, 4))); |
format | 485 | include/linux/ext2_fs.h | __attribute__ ((format (printf, 3, 4))); |
format | 41 | include/linux/kernel.h | __attribute__ ((NORET_AND format (printf, 1, 2))); |
format | 55 | include/linux/kernel.h | __attribute__ ((format (printf, 1, 2))); |
format | 87 | include/linux/smb_fs.h | #define DPRINTK(format, args...) printk(format , ## args) |
format | 89 | include/linux/smb_fs.h | #define DPRINTK(format, args...) |
format | 93 | include/linux/smb_fs.h | #define DDPRINTK(format, args...) printk(format , ## args) |
format | 95 | include/linux/smb_fs.h | #define DDPRINTK(format, args...) |
format | 58 | net/ipv4/proc.c | get__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length) |
format | 112 | net/ipv4/proc.c | format==0?sp->write_seq-sp->rcv_ack_seq:sp->rmem_alloc, |
format | 113 | net/ipv4/proc.c | format==0?sp->acked_seq-sp->copied_seq:sp->wmem_alloc, |