taglinefilesource code
tmp_buf86drivers/sound/soundcard.cchar            tmp_buf[256];  /* Line buffer */
tmp_buf96drivers/sound/soundcard.csprintf (tmp_buf, "Config options: 0x%08x\n\n", SELECTED_SOUND_OPTIONS);
tmp_buf97drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf100drivers/sound/soundcard.csprintf (tmp_buf, "Major number: %d\n", SOUND_MAJOR);
tmp_buf101drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf109drivers/sound/soundcard.csprintf (tmp_buf, "Type %d: %s ",
tmp_buf112drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf115drivers/sound/soundcard.csprintf (tmp_buf, " at 0x%03x irq %d drq %d\n",
tmp_buf119drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf128drivers/sound/soundcard.csprintf (tmp_buf, "%02d: %s\n", i, dsp_devs[i]->name);
tmp_buf129drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf138drivers/sound/soundcard.csprintf (tmp_buf, "%02d: %s\n", i, synth_devs[i]->info->name);
tmp_buf139drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf148drivers/sound/soundcard.csprintf (tmp_buf, "%02d: %s\n", i, midi_devs[i]->info.name);
tmp_buf149drivers/sound/soundcard.cif (!put_status (tmp_buf))
tmp_buf19zBoot/piggyback.cchar tmp_buf[512*1024];
tmp_buf36zBoot/piggyback.cwhile ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0)
tmp_buf45zBoot/piggyback.cif (len >= sizeof(tmp_buf))
tmp_buf63zBoot/piggyback.cwrite(1, tmp_buf, len);