tag | line | file | source code |
tmp_buf | 86 | drivers/sound/soundcard.c | char tmp_buf[256]; /* Line buffer */ |
tmp_buf | 96 | drivers/sound/soundcard.c | sprintf (tmp_buf, "Config options: 0x%08x\n\n", SELECTED_SOUND_OPTIONS); |
tmp_buf | 97 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 100 | drivers/sound/soundcard.c | sprintf (tmp_buf, "Major number: %d\n", SOUND_MAJOR); |
tmp_buf | 101 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 109 | drivers/sound/soundcard.c | sprintf (tmp_buf, "Type %d: %s ", |
tmp_buf | 112 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 115 | drivers/sound/soundcard.c | sprintf (tmp_buf, " at 0x%03x irq %d drq %d\n", |
tmp_buf | 119 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 128 | drivers/sound/soundcard.c | sprintf (tmp_buf, "%02d: %s\n", i, dsp_devs[i]->name); |
tmp_buf | 129 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 138 | drivers/sound/soundcard.c | sprintf (tmp_buf, "%02d: %s\n", i, synth_devs[i]->info->name); |
tmp_buf | 139 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 148 | drivers/sound/soundcard.c | sprintf (tmp_buf, "%02d: %s\n", i, midi_devs[i]->info.name); |
tmp_buf | 149 | drivers/sound/soundcard.c | if (!put_status (tmp_buf)) |
tmp_buf | 19 | zBoot/piggyback.c | char tmp_buf[512*1024]; |
tmp_buf | 36 | zBoot/piggyback.c | while ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0) |
tmp_buf | 45 | zBoot/piggyback.c | if (len >= sizeof(tmp_buf)) |
tmp_buf | 63 | zBoot/piggyback.c | write(1, tmp_buf, len); |