Searched refs:written (Results 51 - 75 of 352) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c390 int written; local
394 while ((written = write_buffer(buf, len)) < len && !message) {
395 char c = buf[written];
397 buf += written;
398 len -= written;
401 buf += written;
402 len -= written;
416 int written, res; local
435 written = write_buffer(buf, len);
436 buf += written;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_wb.c139 strings pre-written in test case definitions */
235 ssize_t written = swrite(conn->ntlm_auth_hlpr_socket, input, len_in); local
236 if(written == -1) {
243 input += written;
244 len_in -= written;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Drtspd.c723 size_t written; local
744 written = fwrite(&reqbuf[totalsize-writeleft],
748 if(written > 0)
749 writeleft -= written;
885 ssize_t written; local
913 written = swrite(sock, STREAMTHIS, count);
916 if(written != (ssize_t)count) {
1068 written = swrite(sock, buffer, num);
1069 if (written < 0) {
1074 logmsg("Sent off %zd bytes", written);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcountstr.tex7 instead it counts how many bytes would get written if this were a normal stream. This
11 known is if the data has to be written to a piece of memory and the memory has to be
H A Dcsconv.tex63 Converts from the selected character set to Unicode. Returns length of string written to destination buffer.
70 Converts from Unicode to the selected character set. Returns length of string written to destination buffer.
H A Dmbcnvut8.tex27 originally written for 8-bit strings, including (but not limited to) filenames, transfer
43 code written with only 8-bit extended-ASCII characters in mind.
H A Dstrmbfrd.tex30 This stream acts as a cache. It caches the bytes to be written to the specified
32 data is only written when the cache is full, when the buffered stream is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn007.tcl39 if { [string equal $txt {Times log written}] == 1 } {
48 # We should have written at least 'iter' number of times,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c59 ssize_t written; local
64 written = file->f_op->write(file, addr, nr, &file->f_pos);
65 *foffset += written;
67 if (written != nr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrncpy.S37 or $4, $27, $4 # written byte and the last byte in COUNT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dieee1284_ops.c411 size_t written;
428 for (written = 0; written < len; written++, buf++) {
485 return written;
646 size_t written;
664 for (written = 0; written < len; written++, buf++) {
721 return written;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c22 * * derived from this software without specific psisusbr written permission.
366 ssize_t written; local
379 (long)SISUSB_HADDR(x, y), 2, &written); local
390 ssize_t written; local
414 (long)SISUSB_HADDR(x, y), count * 2, &written); local
425 ssize_t written; local
468 (long)SISUSB_HADDR(x, y), length, &written); local
479 ssize_t written; local
501 (long)SISUSB_HADDR(dx, dy), length, &written); local
511 ssize_t written; local
633 ssize_t written; local
660 c->vc_screenbuf_size, &written); local
846 ssize_t written; local
889 ssize_t written; local
981 c->vc_screenbuf_size, &written); local
987 delta, &written); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_tty.c84 * will accept for queuing to be written. This number is subject
179 int written; local
204 written = sclp_write(sclp_ttybuf, str, count);
205 overall_written += written;
206 if (written == count)
209 * Not all characters could be written to the current
218 str += written;
219 count -= written;
258 * sclp_write() without final '\n' - will be written.
272 * This routine is called by the kernel after it has written
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvc_screen.c279 long viewed, attr, size, written; local
315 written = 0;
337 if (written)
346 * Return data written up to now on failure.
443 written += orig_count;
449 *ppos += written;
450 ret = written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h23 * Some new data is in this buffer, and it is being written out
51 * successfully written to the spare ( or to parity when resyncing).
75 * third list, the written list (bh_written). Once both the parity
76 * block and the cached buffer are successfully written, any buffer on
77 * a written list can be returned with b_end_io.
80 * protected by the device_lock. The write and written lists are
236 struct bio *toread, *read, *towrite, *written; member in struct:stripe_head::r5dev
247 int locked, uptodate, to_read, to_write, failed, written; member in struct:stripe_head_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/macos/src/
H A Dlibxml2_GUSIConfig.cp62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" vo (…)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/macos/src/
H A Dlibxml2_GUSIConfig.cp62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" vo (…)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c18 * from this software without specific prior written permission.
263 int written; local
266 written = -EINVAL;
308 written = length;
316 return (written);
332 /* Has data been written to the file? */
H A Daic7xxx_proc.c18 * from this software without specific prior written permission.
241 int written; local
244 written = -EINVAL;
321 written = length;
328 return (written);
345 /* Has data been written to the file? */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Dat25.c89 /* 8/16/24-bit address is written MSB first */
148 unsigned written = 0; local
187 /* 8/16/24-bit address is written MSB first */
246 written += segment;
253 return written ? written : status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibopencore-amr.c230 int written, ret; local
266 written = Encoder_Interface_Encode(s->enc_state, s->enc_mode, samples,
269 written, s->enc_mode, avpkt->data[0]);
275 avpkt->size = written;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibopencore-amr.c226 int written; local
233 written = Encoder_Interface_Encode(s->enc_state, s->enc_mode, data,
236 written, s->enc_mode, frame[0]);
238 return written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_stresstest.c172 size_t written = 0; local
195 err = mtd->write(mtd, addr, len, &written, writebuf);
196 if (unlikely(err || written != len)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_main.c14 * derived from this software without specific prior written permission.
147 DWORD r, written;
164 written = 0;
165 WriteFile(h, data, (DWORD)datalen, &written, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Djbd2.h182 __field( __u32, written )
191 __entry->written = stats->cs_written;
196 "written %u dropped %u",
199 __entry->forced_to_close, __entry->written, __entry->dropped)

Completed in 258 milliseconds

1234567891011>>