Searched refs:off_t (Results 151 - 175 of 552) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dlibbb.h88 * we need a few helper #defines (below) and careful use of off_t
110 /* While sizeof(off_t) == sizeof(int), off_t is typedef'ed to long anyway.
111 * gcc will throw warnings on printf("%d", off_t). Crap... */
124 #define OFF_T_MAX ((off_t)~((off_t)1 << (sizeof(off_t)*8-1)))
231 extern off_t bb_copyfd_eof(int fd1, int fd2);
232 extern off_t bb_copyfd_size(int fd1, int fd2, off_t siz
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c32 off_t total_bytes = 0;
70 void human_readable(off_t s, char *buffer, int l)
212 void print_progress(const char *name, time_t start, time_t now, off_t start_pos, off_t pos, off_t total)
248 off_t offset_download = 0, offset_check = 0, curpos = 0, start_offset = 0;
331 off_t off1, off2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-proc.c45 (char *page, char **start, off_t off, int count, int *eof, void *data)
79 (char *page, char **start, off_t off, int count, int *eof, void *data)
92 (char *page, char **start, off_t off, int count, int *eof, void *data)
104 (char *page, char **start, off_t off, int count, int *eof, void *data)
385 (char *page, char **start, off_t off, int count, int *eof, void *data)
515 (char *page, char **start, off_t off, int count, int *eof, void *data)
524 (char *page, char **start, off_t off, int count, int *eof, void *data)
542 (char *page, char **start, off_t off, int count, int *eof, void *data)
554 (char *page, char **start, off_t off, int count, int *eof, void *data)
615 (char *page, char **start, off_t of
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dasus_acpi.c486 proc_read_info(char *page, char **start, off_t off, int count, int *eof,
606 proc_read_mled(char *page, char **start, off_t off, int count, int *eof,
624 proc_read_ledd(char *page, char **start, off_t off, int count, int *eof,
652 proc_read_wled(char *page, char **start, off_t off, int count, int *eof,
670 proc_read_bluetooth(char *page, char **start, off_t off, int count, int *eof,
689 proc_read_tled(char *page, char **start, off_t off, int count, int *eof,
776 proc_read_lcd(char *page, char **start, off_t off, int count, int *eof,
854 proc_read_brn(char *page, char **start, off_t off, int count, int *eof,
889 proc_read_disp(char *page, char **start, off_t off, int count, int *eof,
919 typedef int (proc_readfunc) (char *page, char **start, off_t of
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifs_debug.c112 cifs_debug_data_read(char *buf, char **beginBuffer, off_t offset,
310 cifs_stats_read(char *buf, char **beginBuffer, off_t offset,
565 cifsFYI_read(char *page, char **start, off_t off, int count,
606 oplockEnabled_read(char *page, char **start, off_t off,
645 experimEnabled_read(char *page, char **start, off_t off,
686 linuxExtensionsEnabled_read(char *page, char **start, off_t off,
725 lookupFlag_read(char *page, char **start, off_t off,
763 traceSMB_read(char *page, char **start, off_t off, int count,
802 multiuser_mount_read(char *page, char **start, off_t off,
841 security_flags_read(char *page, char **start, off_t of
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Di460-agp.c287 off_t pg_start, int type)
331 off_t pg_start, int type)
385 off_t pg_start, int type)
446 off_t pg_start, int type)
485 off_t pg_start, int type)
494 off_t pg_start, int type)
H A Dparisc-agp.c123 parisc_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type)
127 off_t j, io_pg_start;
171 parisc_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile.c33 int (*map)(struct File_t *this, off_t where, size_t *len, int mode,
216 static int normal_map(File_t *This, off_t where, size_t *len, int mode,
328 static int root_map(File_t *This, off_t where, size_t *len, int mode,
354 off_t where = truncBytes32(iwhere);
371 off_t where = truncBytes32(iwhere);
385 where + ret > (off_t) This->FileSize )
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Ddump.c21 static off_t savaddress; /* saved address/offset in stream */
22 static off_t eaddress; /* end address */
23 static off_t address; /* address/offset in stream */
24 off_t bb_dump_skip; /* bytes to skip */
363 address = (off_t)0; /*DBU:[dave@cray.com] initialize,initialize..*/
513 off_t saveaddress;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dwget.c32 static off_t content_len; /* Content-length of the file */
33 static off_t beg_range; /* Range at which continue begins */
35 static off_t transferred; /* Number of bytes transferred so far */
690 static off_t lastsize, totalsize;
692 off_t abbrevsize;
752 off_t to_download = totalsize - beg_range;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c191 static off_t
195 off_t file_size;
279 off_t file_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-aac.c190 static off_t
194 off_t file_size;
278 off_t file_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-aac.c191 static off_t
195 off_t file_size;
279 off_t file_size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h290 extern int ftruncate (int fd, off_t length);
546 extern off_t lseek (int fd, off_t offset, int whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq.c43 off_t lease_file_size = (off_t)0;
300 if ((lease_file_size == (off_t)0) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dxfile.c354 off_t x_tseek(XFILE *f, off_t offset, int whence)
382 return (off_t)sys_lseek(f->fd, offset, whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs73 if (lseek(fd, (off_t)0, SEEK_SET) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dwritetest.cs73 if (lseek(fd, (off_t)0, SEEK_SET) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddiva_didd.c65 proc_read(char *page, char **start, off_t off, int count, int *eof,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory.c61 int drm_mem_info(char *buf, char **start, off_t offset,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dled.c45 static int led_read_proc(char *buf, char **start, off_t offset, int count,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.h112 extern int mptscsih_proc_info(struct Scsi_Host *host, char *buffer, char **start, off_t offset, int length, int func);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/isdn/
H A Dcapilli.h53 int (*ctr_read_proc)(char *page, char **start, off_t off,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtypes.h26 typedef __kernel_off_t off_t; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dsetup.h198 # define LSEEK_ERROR (off_t)-1

Completed in 239 milliseconds

1234567891011>>