Searched refs:fp_src (Results 1 – 1 of 1) sorted by relevance
622 int fp_src, fp_dst; in nvbin_sendfile() local624 if ((fp_src = open(src, O_RDONLY)) < 0) in nvbin_sendfile()633 close(fp_src); in nvbin_sendfile()639 if (sendfile(fp_dst, fp_src, 0, src_stat->st_size) == -1) in nvbin_sendfile()660 close(fp_src); in nvbin_sendfile()