Searched refs:read_file (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsim.c36 static int read_file (const char *name,
49 if (read_file (ROOT_FS, &root_dev_addr, &root_dev_len, &err)) {
125 read_file (const char *name,
122 read_file (const char *name, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs.h67 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
H A Dhostfs_kern.c451 err = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer,
478 err = read_file(FILE_HOSTFS_I(file)->fd, &tmp, buffer,
484 err = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer + to,
H A Dhostfs_user.c139 int read_file(int fd, unsigned long long *offset, char *buf, int len) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c99 read_file (const char *fname, size_t *r_length) function
354 key_pair_buffer = read_file (key_pair_file, &file_length);
H A Dfipsdrv.c320 read_file (FILE *fp, int decode, size_t *r_length) function
566 buffer = read_file (fp, 0, &buflen);
658 buffer = read_file (fp, 0, &buflen);
746 buffer = read_file (fp, 0, &buflen);
777 buffer = read_file (fp, 0, &buflen);
2233 data = read_file (input, !binary_input, &datalen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c740 read_file (FILE *stream) function
791 char *input = read_file (stdin);
826 char *input = read_file (stdin);
1218 read_file (FILE *stream) function
1270 char *input = read_file (stdin);
1302 char *input = read_file (stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlinebreak.c740 read_file (FILE *stream) function
791 char *input = read_file (stdin);
826 char *input = read_file (stdin);
1218 read_file (FILE *stream) function
1270 char *input = read_file (stdin);
1302 char *input = read_file (stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfile.c348 static int read_file(Stream_t *Stream, char *buf, mt_off_t iwhere, function
516 read_file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c771 static ssize_t read_file(struct ofork *ofork, int eid, function
905 err = read_file(ofork, eid, offset, nlmask, nlchar, rbuf, rbuflen, xlate);
958 cc = read_file(ofork, eid, offset, nlmask, nlchar, rbuf,rbuflen, xlate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c772 static ssize_t read_file(struct ofork *ofork, int eid, function
910 err = read_file(ofork, eid, offset, nlmask, nlchar, rbuf, rbuflen, xlate);
966 cc = read_file(ofork, eid, offset, nlmask, nlchar, rbuf,rbuflen, xlate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dblocking.c338 nread = read_file(fsp,data,startpos,numtoread);
H A Dfileio.c56 //ssize_t read_file(files_struct *fsp,char *data,SMB_OFF_T pos,size_t n)
57 ssize_t read_file(files_struct *fsp,char *data,SMB_BIG_UINT pos,size_t n) function
88 DEBUG(3,("read_file EAGAIN retry in 10 seconds\n"));
105 DEBUG(10,("read_file (%s): pos = %.0f, size = %lu, returned %lu\n",
H A Dreply.c1797 ret = read_file(fsp,buf,startpos,nread);
1877 ret = read_file(fsp,outbuf+4,startpos,nread);
2092 nread = read_file(fsp,data,startpos,numtoread);
2151 nread = read_file(fsp,data,startpos,numtoread);
2277 nread = read_file(fsp,data,startpos,smb_maxcnt);
4937 nread = read_file(fsp,data,startpos,N);

Completed in 168 milliseconds