Searched refs:reads (Results 26 - 50 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c38 fd_set reads, sends, excepts; /* As passed to select() */ member in struct:_select_sets_t
839 FD_ZERO(&s->reads);
856 FD_SET(fd, &s->next_select.reads);
903 &selector->last_selected.reads,
914 if(!FD_ISSET(fd, &selector->last_selected.reads))
1035 c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
1039 d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c48 fd_set reads, sends, excepts; /* As passed to select() */ member in struct:_select_sets_t
892 FD_ZERO(&s->reads);
910 FD_SET(fd, &s->next_select.reads);
961 &selector->last_selected.reads,
975 if (!FD_ISSET(fd, &selector->last_selected.reads))
1103 c_r = FD_ISSET(item->clean_read, &selector->last_selected.reads);
1107 d_r = FD_ISSET(item->dirty_read, &selector->last_selected.reads);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproxy.c87 fd_set reads; local
96 FD_ZERO (&reads);
97 FD_SET (sd, &reads);
101 status = select (sd + 1, &reads, NULL, NULL, &tv);
H A Dtun.c354 overlapped_io_state_ascii (&tt->reads));
570 overlapped_io_init (&tt->reads, frame, FALSE, true);
572 tt->rw_handle.read = tt->reads.overlapped.hEvent;
1983 * We strip off this field on reads and
2520 if (tt->reads.iostate == IOSTATE_INITIAL)
2527 tt->reads.buf = tt->reads.buf_init;
2529 len = maxsize ? maxsize : BLEN (&tt->reads.buf);
2530 ASSERT (len <= BLEN (&tt->reads.buf));
2533 ASSERT (ResetEvent (tt->reads
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h186 u_int32_t reads; member in struct:dqstats_v2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts199 This command reads from stdin account entries as created by pwdump,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dselect.c507 int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes, argument
512 rc = tpf_select_bsd(maxfds, reads, writes, excepts, tv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddgramsocket.tex60 This function reads a buffer of {\it nbytes} bytes from the socket.
H A Ddatistrm.tex134 Reads a string from a stream. Actually, this function first reads a long
136 and then reads the string.
138 In Unicode build of wxWidgets, the fuction first reads multibyte (char*)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dplotframes31 plotframes reads a multimedia files with ffprobe, and plots the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgf2k.c84 int reads; member in struct:gf2k
92 * gf2k_read_packet() reads a Genius Flight2000 packet.
203 * gf2k_poll() reads and analyzes Genius joystick data.
211 gf2k->reads++;
H A Danalog.c123 int reads; member in struct:analog_port
227 * analog_cooked_read() reads analog joystick data.
323 port->reads++;
328 port->reads++;
696 printk(KERN_INFO "analog.c: %d out of %d reads (%d%%) on %s failed\n",
697 port->bads, port->reads, port->reads ? (port->bads * 100 / port->reads) : 0,
H A Da3d.c63 int reads; member in struct:a3d
69 * a3d_read_packet() reads an Assassin 3D packet.
176 * a3d_poll() reads and analyzes A3D joystick data.
184 a3d->reads++;
H A Dgrip.c59 int reads; member in struct:grip
82 * grip_gpp_read_packet() reads a Gravis GamePad Pro packet.
122 * grip_xt_read_packet() reads a Gravis Xterminator packet.
196 grip->reads++;
H A Dgrip_mp.c54 int reads; member in struct:grip_mp
369 grip->reads++;
H A Dtmdc.c127 int reads; member in struct:tmdc
133 * tmdc_read_packet() reads a ThrustMaster packet.
226 * tmdc_poll() reads and analyzes ThrustMaster joystick data.
236 tmdc->reads++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex77 The decoder first reads one additional bit flag, the
117 a length for every codeword, the encoder reads the number of
136 After all codeword lengths have been decoded, the decoder reads the
161 number of lookup values to be read. Lookup type one reads a list of
164 type two builds the same vector list, but reads each scalar for each
373 bit-unpacking convention; a specific codebook reads a
391 reads bits until the accumulated bits match a codeword in the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Ddeadline-iosched.c22 static const int writes_starved = 2; /* max times reads can starve a write */
43 unsigned int starved; /* times reads have starved writes */
248 const int reads = !list_empty(&dd->fifo_list[READ]); local
254 * batches are currently reads XOR writes
270 if (reads) {
282 * there are either no reads or writes have been starved
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c230 * This function reads aliases and default module options from a configuration file
239 while (reads(fd, buffer, buflen)) {
357 while (reads(fd, buffer, sizeof(buffer))) {
551 while (reads(fd, buffer, sizeof(buffer))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c845 fd_set reads, writes; local
860 FD_ZERO(&reads);
882 FD_SET(fd, &reads);
896 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.h308 unsigned int reads; member in struct:acornscsi_hostdata::__anon14246
H A Dfas216.h265 unsigned int reads; member in struct:__anon14258::__anon14260
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_generic.h344 __u32 reads[13]; member in struct:hstd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c814 fd_set reads, writes; local
824 FD_ZERO(&reads);
846 FD_SET(fd, &reads);
860 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c845 fd_set reads, writes; local
860 FD_ZERO(&reads);
882 FD_SET(fd, &reads);
896 select(maxfd + 1, &reads, &writes, (fd_set *) NULL, timeout_p);

Completed in 305 milliseconds

1234