taglinefilesource code
tmp_file102drivers/sound/soundcard.cstruct fileinfo tmp_file;
tmp_file119drivers/sound/soundcard.ctmp_file.mode = 0;
tmp_file120drivers/sound/soundcard.ctmp_file.flags = file_get_flags (file);
tmp_file122drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_RDWR)
tmp_file123drivers/sound/soundcard.ctmp_file.mode = OPEN_READWRITE;
tmp_file124drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_RDONLY)
tmp_file125drivers/sound/soundcard.ctmp_file.mode = OPEN_READ;
tmp_file126drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_WRONLY)
tmp_file127drivers/sound/soundcard.ctmp_file.mode = OPEN_WRITE;
tmp_file129drivers/sound/soundcard.cif ((retval = sound_open_sw (dev, &tmp_file)) < 0)
tmp_file136drivers/sound/soundcard.cmemcpy ((char *) &files[dev], (char *) &tmp_file, sizeof (tmp_file));