Searched refs:fid2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsec002.tcl140 set fid2 [open $testfile2 r+]
141 fconfigure $fid2 -translation binary
143 seek $fid2 $pagesize start
144 fcopy $fid1 $fid2 -size $pagesize
146 close $fid2
159 set fid2 [open $testfile2 r+]
160 fconfigure $fid2 -translation binary
163 seek $fid2 $pagesize start
165 fcopy $fid4 $fid2 -size $pagesize
167 close $fid2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dcnode.c14 static inline int coda_fideq(struct CodaFid *fid1, struct CodaFid *fid2) argument
16 return memcmp(fid1, fid2, sizeof(*fid1)) == 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dlibsmbclient.c5948 SMBCFILE *fid2; local
5980 if ((long)(fid2 = c_print->open_print_job(c_print, printq)) < 0) {
5993 if ((c_print->write(c_print, fid2, buf, bytes)) < 0) {
5997 c_print->close_fn(c_print, fid2);
6007 c_print->close_fn(c_print, fid2);

Completed in 98 milliseconds