tag | line | file | source code |
offs | 1423 | drivers/cdrom/aztcd.c | int offs = (i * 4 + (CURRENT -> sector & 3)) * 512; |
offs | 1434 | drivers/cdrom/aztcd.c | memcpy(CURRENT -> buffer, azt_buf + offs, nr_sectors * 512); |
offs | 242 | drivers/cdrom/gscd.c | long offs; |
offs | 246 | drivers/cdrom/gscd.c | offs = (CURRENT -> sector & 3) * 512; |
offs | 247 | drivers/cdrom/gscd.c | memcpy(CURRENT -> buffer, gscd_buf + offs, 512); |
offs | 603 | drivers/cdrom/mcd.c | int offs = (i * 4 + (CURRENT -> sector & 3)) * 512; |
offs | 614 | drivers/cdrom/mcd.c | memcpy(CURRENT -> buffer, mcd_buf + offs, nr_sectors * 512); |
offs | 1002 | drivers/cdrom/optcd.c | int i, offs, nr_sectors; |
offs | 1012 | drivers/cdrom/optcd.c | offs = (i * 4 + (CURRENT -> sector & 3)) * 512; |
offs | 1025 | drivers/cdrom/optcd.c | memcpy(CURRENT -> buffer, buf + offs, nr_sectors * 512); |
offs | 4393 | drivers/cdrom/sbpcd.c | long offs; |
offs | 4399 | drivers/cdrom/sbpcd.c | offs = (CURRENT->sector - D_S[d].sbp_first_frame * 4) * 512; |
offs | 4400 | drivers/cdrom/sbpcd.c | memcpy(CURRENT->buffer, D_S[d].sbp_buf + offs, 512); |
offs | 932 | drivers/cdrom/sjcd.c | int offs = ( i * 4 + ( CURRENT->sector & 3 ) ) * 512; |
offs | 946 | drivers/cdrom/sjcd.c | memcpy( CURRENT->buffer, sjcd_buf + offs, nr_sectors * 512 ); |
offs | 203 | drivers/sound/dev_table.h | int offs, int count, int pmgr_flag); |
offs | 1512 | drivers/sound/gus_wave.c | int offs, int count, int pmgr_flag) |
offs | 1547 | drivers/sound/gus_wave.c | memcpy_fromfs (&((char *) &patch)[offs], &((addr)[offs]), sizeof_patch - offs); |
offs | 2633 | drivers/sound/gus_wave.c | long offs = rec->parm2; |
offs | 2639 | drivers/sound/gus_wave.c | if (offs < 0 || offs >= samples[sample].len) |
offs | 2642 | drivers/sound/gus_wave.c | n = samples[sample].len - offs; /* Num of bytes left */ |
offs | 2655 | drivers/sound/gus_wave.c | offs += sample_ptrs[sample]; /* |
offs | 2660 | drivers/sound/gus_wave.c | rec->data.data8[n] = gus_peek (offs++); |
offs | 2674 | drivers/sound/gus_wave.c | long offs = rec->parm2; |
offs | 2680 | drivers/sound/gus_wave.c | if (offs < 0 || offs >= samples[sample].len) |
offs | 2685 | drivers/sound/gus_wave.c | n = samples[sample].len - offs; /* |
offs | 2700 | drivers/sound/gus_wave.c | offs += sample_ptrs[sample]; /* |
offs | 2705 | drivers/sound/gus_wave.c | gus_poke (offs++, rec->data.data8[n]); |
offs | 56 | drivers/sound/maui.c | int offs, int count, int pmgr_flag) = NULL; |
offs | 301 | drivers/sound/maui.c | int offs, int count, int pmgr_flag) |
offs | 310 | drivers/sound/maui.c | return orig_load_patch (dev, format, addr, offs, count, pmgr_flag); |
offs | 330 | drivers/sound/maui.c | memcpy_fromfs (&((char *) &header)[offs], &((addr)[offs]), hdr_size - offs); |
offs | 504 | drivers/sound/midi_synth.c | int offs, int count, int pmgr_flag) |
offs | 538 | drivers/sound/midi_synth.c | memcpy_fromfs (&((char *) &sysex)[offs], &((addr)[offs]), hdr_size - offs); |
offs | 11 | drivers/sound/midi_synth.h | int offs, int count, int pmgr_flag); |
offs | 883 | drivers/sound/opl3.c | int offs, int count, int pmgr_flag) |
offs | 893 | drivers/sound/opl3.c | memcpy_fromfs (&((char *) &ins)[offs], &((addr)[offs]), sizeof (ins) - offs); |
offs | 157 | fs/affs/bitmap.c | int offs; |
offs | 176 | fs/affs/bitmap.c | offs = zone * 256 & (sb->s_blocksize - 1); |
offs | 177 | fs/affs/bitmap.c | len = bm->bm_size / 8 - offs; |
offs | 180 | fs/affs/bitmap.c | offs += 4; |
offs | 181 | fs/affs/bitmap.c | free = affs_count_free_bits(len,(char *)bm->bm_bh->b_data + offs); |
offs | 184 | fs/affs/bitmap.c | z->z_start = offs / 4; |
offs | 188 | fs/affs/bitmap.c | zone,(zone >> (sb->s_blocksize_bits - 8)),offs,free); |
offs | 172 | fs/hpfs/hpfs.h | unsigned short offs[3]; /* offsets from start of sector |
offs | 665 | include/linux/soundcard.h | int offs; /* If required by the device (0 if not used) */ |