Searched refs:fid1 (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.tcl138 set fid1 [open $testfile1 r+]
139 fconfigure $fid1 -translation binary
142 seek $fid1 $pagesize start
144 fcopy $fid1 $fid2 -size $pagesize
145 close $fid1
/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.c5947 SMBCFILE *fid1; local
5971 if ((long)(fid1 = c_file->open(c_file, fname, O_RDONLY, 0666)) < 0) {
5983 c_file->close_fn(c_file, fid1);
5989 while ((bytes = c_file->read(c_file, fid1, buf, sizeof(buf))) > 0) {
5996 c_file->close_fn(c_file, fid1);
6006 c_file->close_fn(c_file, fid1); /* We have to close these anyway */

Completed in 106 milliseconds