taglinefilesource code
tmp_file110drivers/sound/soundcard.cstruct fileinfo tmp_file;
tmp_file127drivers/sound/soundcard.ctmp_file.mode = 0;
tmp_file128drivers/sound/soundcard.ctmp_file.flags = file->f_flags;
tmp_file130drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_RDWR)
tmp_file131drivers/sound/soundcard.ctmp_file.mode = OPEN_READWRITE;
tmp_file132drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_RDONLY)
tmp_file133drivers/sound/soundcard.ctmp_file.mode = OPEN_READ;
tmp_file134drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_WRONLY)
tmp_file135drivers/sound/soundcard.ctmp_file.mode = OPEN_WRITE;
tmp_file137drivers/sound/soundcard.cif ((retval = sound_open_sw (dev, &tmp_file)) < 0)
tmp_file144drivers/sound/soundcard.cmemcpy ((char *) &files[dev], (char *) &tmp_file, sizeof (tmp_file));