tag | line | file | source code |
format | 651 | drivers/block/sbpcd.c | u_char format; /* em */ /* 0x00: lba, 0x01: msf */ |
format | 2805 | drivers/block/sbpcd.c | DriveStruct[d].TocBuffer[j].format=DriveStruct[d].TocEnt_format; |
format | 2813 | drivers/block/sbpcd.c | DriveStruct[d].TocBuffer[j].format=0; |
format | 3231 | drivers/block/sbpcd.c | tocentry.cdte_datamode=DriveStruct[d].TocBuffer[i].format; |
format | 342 | drivers/sound/ad1848.c | int format; |
format | 395 | drivers/sound/ad1848.c | if (format2bits[i].format == arg) |
format | 223 | drivers/sound/configure.c | ask_value (char *format, int default_answer) |
format | 247 | drivers/sound/configure.c | if (sscanf (answ, format, &num) != 1) |
format | 156 | drivers/sound/dev_table.h | int (*load_patch) (int dev, int format, snd_rw_buf *addr, |
format | 1472 | drivers/sound/gus_wave.c | guswave_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 1483 | drivers/sound/gus_wave.c | if (format != GUS_PATCH) |
format | 1485 | drivers/sound/gus_wave.c | printk ("GUS Error: Invalid patch format (key) 0x%x\n", format); |
format | 297 | drivers/sound/midi_synth.c | midi_synth_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 310 | drivers/sound/midi_synth.c | if (format != SYSEX_PATCH) |
format | 312 | 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 | 892 | drivers/sound/opl3.c | opl3_load_patch (int dev, int format, snd_rw_buf * addr, |
format | 910 | 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 | 475 | include/linux/ext2_fs.h | __attribute__ ((format (printf, 3, 4))); |
format | 478 | include/linux/ext2_fs.h | __attribute__ ((NORET_AND format (printf, 3, 4))); |
format | 480 | 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 | 57 | net/inet/proc.c | get__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length) |
format | 95 | net/inet/proc.c | format==0?sp->write_seq-sp->rcv_ack_seq:sp->rmem_alloc, |
format | 96 | net/inet/proc.c | format==0?sp->acked_seq-sp->copied_seq:sp->wmem_alloc, |