Home
last modified time | relevance | path

Searched refs:copyptr (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/sound/emu10k1/
Dpassthrough.c55 ptr[pt->copyptr] = left; in pt_putsamples()
56 idx = pt->copyptr + PT_SAMPLES/2; in pt_putsamples()
99 if (pt->copyptr == 0) in pt_putblock()
100 pt->copyptr = PT_SAMPLES; in pt_putblock()
101 pt->copyptr--; in pt_putblock()
153 pt->copyptr = PT_INITPTR; in emu10k1_pt_write()
Dpassthrough.h55 u32 playptr, copyptr; member
/linux-2.4.37.9/arch/s390x/kernel/
Dptrace.c105 unsigned long *realuserptr, *copyptr; in ptrace_usercopy() local
111 copyptr = (unsigned long *) copyaddr; in ptrace_usercopy()
125 retval = copy_from_user(realuserptr, copyptr, len); in ptrace_usercopy()
128 retval = clear_user(copyptr, len); in ptrace_usercopy()
130 retval = copy_to_user(copyptr,realuserptr,len); in ptrace_usercopy()
135 memcpy(realuserptr, copyptr, len); in ptrace_usercopy()
137 memcpy(copyptr, realuserptr, len); in ptrace_usercopy()