Searched refs:reads (Results 51 - 75 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocket.h166 struct overlapped_io reads; member in struct:link_socket
861 return socket_finalize (sock->sd, &sock->reads, buf, from);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/devices/
H A Dvme_user.c106 unsigned long reads; member in struct:__anon15965
155 statistics.reads = 0;
727 * reads and writes
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dadi.c132 int reads; member in struct:adi_port
136 * adi_read_packet() reads a Logitech ADI packet.
257 * adi_read() reads the data packet and decodes it.
284 port->reads++;
H A Dsidewinder.c126 int reads; member in struct:sw
131 * sw_read_packet() is a function which reads either a data packet, or an
421 * sw_read() reads SideWinder joystick data, and reinitializes
505 sw->reads++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dskeleton.S401 | the 68040 always reads the destination address and thus the page
442 | Like mem_write, mem_read always reads with a supervisor
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.c47 * It also reads the current contents of the file into the global buf.
543 unsigned long vm_pgpgin; // kB disk reads (same as 1st num on /proc/stat page line)
545 unsigned long vm_pswpin; // swap reads (same as 1st num on /proc/stat swap line)
721 &(*disks)[cDisk].reads,
742 &(*partitions)[cPartition].reads,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dio.h181 static inline void reads##bwl(const volatile void __iomem *addr, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Datmel-wm97xx.c69 u8 reads; /* number of coord reads per read cycle */ member in struct:continuous
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dcopy_user_memcpy.S15 ! Notes: Usually one wants to do small reads and write a longword, but
H A Dmemcpy.S17 ! Notes: Usually one wants to do small reads and write a longword, but
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dio.h487 static inline void reads##bwlq(volatile void __iomem *mem, void *addr, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_pio.c745 memset(hd->reads, 0, sizeof(hd->reads));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtarstrm.tex324 Closes the current entry. On a non-seekable stream reads to the end of
332 Closes the current entry if one is open, then reads the meta-data for
H A Dzipstrm.tex487 Closes the current entry. On a non-seekable stream reads to the end of
507 Closes the current entry if one is open, then reads the meta-data for
H A Dstream.tex87 requested, reads more data from the associated stream and updates the buffer
H A Dtxtstrm.tex9 The wxTextInputStream correctly reads text files (or streams) in DOS, Macintosh
H A Dfiletype.tex226 assumed that the command reads the data on stdin and so the effect is the same
H A Dhthelpct.tex225 reads and writes settings (including wxHtmlWindow's settings) when needed.
H A Dtextfile.tex23 these functions or in the constructor), reads its contents in memory (in the
H A Darchive.tex426 Closes the current entry. On a non-seekable stream reads to the end of
434 Closes the current entry if one is open, then reads the meta-data for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex40 An end-of-packet condition during any of these bitstream reads renders
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_i386.asm29 ; Incorporated Rodney Brown's 32-bit-reads optimization as found in the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s605 move.w PrevL,prev_length ; longest_match reads these variables
627 MOVINT Strst,_strstart ; ct_tally reads this variable
662 MOVINT Strst,_strstart ; ct_tally reads this variable
688 MOVINT Strst,_strstart ; ct_tally reads this variable
717 move.w PrevL,prev_length ; longest_match reads these variables
730 MOVINT Strst,_strstart ; ct_tally reads this variable
769 MOVINT Strst,_strstart ; ct_tally reads this variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.asm29 ; Incorporated Rodney Brown's 32-bit-reads optimization as found in the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dfas216.c204 printk(" stats={ queues=%X removes=%X fins=%X reads=%X writes=%X miscs=%X\n"
207 info->stats.reads, info->stats.writes, info->stats.miscs,
1825 info->stats.reads += 1;
2975 info->stats.fins, info->stats.reads,

Completed in 307 milliseconds

1234