Searched refs:to_fp (Results 1 – 2 of 2) sorted by relevance
19 FILE *from_fp, *to_fp; in slow_copyfile() local28 to_fp = fopen(to, "w"); in slow_copyfile()29 if (to_fp == NULL) in slow_copyfile()33 if (fputs(line, to_fp) == EOF) in slow_copyfile()37 fclose(to_fp); in slow_copyfile()
110 struct _xstate __user *to_fp, struct pt_regs *regs, in copy_sc_to_user() argument158 sc.fpstate = (unsigned long)to_fp; in copy_sc_to_user()168 sizeof(struct _fpstate_32), to_fp); in copy_sc_to_user()172 __put_user(X86_FXSR_MAGIC, &to_fp->fpstate.magic); in copy_sc_to_user()177 to_fp64 = (void __user *)to_fp + in copy_sc_to_user()180 to_fp64 = to_fp; in copy_sc_to_user()