tag | line | file | source code |
once | 135 | drivers/char/ftape/calibr.c | int once; |
once | 149 | drivers/char/ftape/calibr.c | once = t1 - t0; |
once | 158 | drivers/char/ftape/calibr.c | *calibr_time = (10000 * (multiple - once)) / (CLOCK_TICK_RATE / 100); |
once | 162 | drivers/char/ftape/calibr.c | (10000 * once) / (CLOCK_TICK_RATE / 100), |
once | 174 | drivers/net/3c509.c | static int once = 1; |
once | 175 | drivers/net/3c509.c | if (once) printk("3c509: Somebody has reserved 0x%x, can't do ID_PORT lookup, nor card auto-probing\n",ID_PORT); |
once | 176 | drivers/net/3c509.c | once = 0; |
once | 257 | include/asm-sparc/floppy.h | static int once = 0; |
once | 260 | include/asm-sparc/floppy.h | if(!once) { |
once | 261 | include/asm-sparc/floppy.h | once = 1; |