Searched refs:to_fp (Results 1 – 3 of 3) 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()
89 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp() local96 struct bnx2x_agg_info *old_tpa_info = to_fp->tpa_info; in bnx2x_move_fp()99 from_fp->napi = to_fp->napi; in bnx2x_move_fp()102 memcpy(to_fp, from_fp, sizeof(*to_fp)); in bnx2x_move_fp()103 to_fp->index = to; in bnx2x_move_fp()108 to_fp->tpa_info = old_tpa_info; in bnx2x_move_fp()132 to_fp->txdata_ptr[0] = &bp->bnx2x_txq[new_txdata_index]; in bnx2x_move_fp()