Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dutil.c52 FILE *from_fp = fopen(from, "r"), *to_fp; in slow_copyfile() local
57 to_fp = fopen(to, "w"); in slow_copyfile()
58 if (to_fp == NULL) in slow_copyfile()
62 if (fputs(line, to_fp) == EOF) in slow_copyfile()
66 fclose(to_fp); in slow_copyfile()
/linux-3.4.99/arch/x86/um/
Dsignal.c244 struct _fpstate __user *to_fp, struct pt_regs *regs, in copy_sc_to_user() argument
291 sc.fpstate = to_fp; in copy_sc_to_user()
310 err = convert_fxsr_to_user(to_fp, &fpx); in copy_sc_to_user()
314 err |= __put_user(fpx.swd, &to_fp->status); in copy_sc_to_user()
315 err |= __put_user(X86_FXSR_MAGIC, &to_fp->magic); in copy_sc_to_user()
319 if (copy_to_user(&to_fp->_fxsr_env[0], &fpx, in copy_sc_to_user()
328 if (copy_to_user(to_fp, &fp, sizeof(struct user_i387_struct))) in copy_sc_to_user()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c49 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp() local
52 from_fp->napi = to_fp->napi; in bnx2x_move_fp()
55 memcpy(to_fp, from_fp, sizeof(*to_fp)); in bnx2x_move_fp()
56 to_fp->index = to; in bnx2x_move_fp()