tag | line | file | source code |
offs | 976 | drivers/block/aztcd.c | int offs = (i * 4 + (CURRENT -> sector & 3)) * 512; |
offs | 987 | drivers/block/aztcd.c | memcpy(CURRENT -> buffer, azt_buf + offs, nr_sectors * 512); |
offs | 250 | drivers/block/gscd.c | long offs; |
offs | 254 | drivers/block/gscd.c | offs = (CURRENT -> sector & 3) * 512; |
offs | 255 | drivers/block/gscd.c | memcpy(CURRENT -> buffer, gscd_buf + offs, 512); |
offs | 610 | drivers/block/mcd.c | int offs = (i * 4 + (CURRENT -> sector & 3)) * 512; |
offs | 621 | drivers/block/mcd.c | memcpy(CURRENT -> buffer, mcd_buf + offs, nr_sectors * 512); |
offs | 687 | drivers/block/optcd.c | int i, offs, nr_sectors; |
offs | 696 | drivers/block/optcd.c | offs = (i * 4 + (CURRENT -> sector & 3)) * 512; |
offs | 707 | drivers/block/optcd.c | memcpy(CURRENT -> buffer, opt_buf + offs, nr_sectors * 512); |
offs | 4359 | drivers/block/sbpcd.c | long offs; |
offs | 4365 | drivers/block/sbpcd.c | offs = (CURRENT->sector - D_S[d].sbp_first_frame * 4) * 512; |
offs | 4366 | drivers/block/sbpcd.c | memcpy(CURRENT->buffer, D_S[d].sbp_buf + offs, 512); |
offs | 923 | drivers/block/sjcd.c | int offs = ( i * 4 + ( CURRENT->sector & 3 ) ) * 512; |
offs | 937 | drivers/block/sjcd.c | memcpy( CURRENT->buffer, sjcd_buf + offs, nr_sectors * 512 ); |
offs | 174 | drivers/sound/dev_table.h | int offs, int count, int pmgr_flag); |
offs | 1508 | drivers/sound/gus_wave.c | int offs, int count, int pmgr_flag) |
offs | 1543 | drivers/sound/gus_wave.c | COPY_FROM_USER (&((char *) &patch)[offs], addr, offs, sizeof_patch - offs); |
offs | 2590 | drivers/sound/gus_wave.c | long offs = rec->parm2; |
offs | 2596 | drivers/sound/gus_wave.c | if (offs < 0 || offs >= samples[sample].len) |
offs | 2599 | drivers/sound/gus_wave.c | n = samples[sample].len - offs; /* Num of bytes left */ |
offs | 2612 | drivers/sound/gus_wave.c | offs += sample_ptrs[sample]; /* |
offs | 2617 | drivers/sound/gus_wave.c | rec->data.data8[n] = gus_peek (offs++); |
offs | 2631 | drivers/sound/gus_wave.c | long offs = rec->parm2; |
offs | 2637 | drivers/sound/gus_wave.c | if (offs < 0 || offs >= samples[sample].len) |
offs | 2642 | drivers/sound/gus_wave.c | n = samples[sample].len - offs; /* |
offs | 2657 | drivers/sound/gus_wave.c | offs += sample_ptrs[sample]; /* |
offs | 2662 | drivers/sound/gus_wave.c | gus_poke (offs++, rec->data.data8[n]); |
offs | 461 | drivers/sound/midi_synth.c | int offs, int count, int pmgr_flag) |
offs | 493 | drivers/sound/midi_synth.c | COPY_FROM_USER (&((char *) &sysex)[offs], addr, offs, hdr_size - offs); |
offs | 11 | drivers/sound/midi_synth.h | int offs, int count, int pmgr_flag); |
offs | 917 | drivers/sound/opl3.c | int offs, int count, int pmgr_flag) |
offs | 927 | drivers/sound/opl3.c | COPY_FROM_USER (&((char *) &ins)[offs], (char *) addr, offs, sizeof (ins) - offs); |
offs | 67 | drivers/sound/os.h | #define GET_BYTE_FROM_USER(target, addr, offs) target = get_fs_byte(&((addr)[offs])) |
offs | 68 | drivers/sound/os.h | #define GET_SHORT_FROM_USER(target, addr, offs) target = get_fs_word(&((addr)[offs])) |
offs | 69 | drivers/sound/os.h | #define GET_WORD_FROM_USER(target, addr, offs) target = get_fs_long((long*)&((addr)[offs])) |
offs | 70 | drivers/sound/os.h | #define PUT_WORD_TO_USER(addr, offs, data) put_fs_long(data, (long*)&((addr)[offs])) |
offs | 172 | fs/hpfs/hpfs.h | unsigned short offs[3]; /* offsets from start of sector |
offs | 626 | include/linux/soundcard.h | int offs; /* If required by the device (0 if not used) */ |