Searched refs:buffer (Results 51 - 75 of 2424) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_stats.c54 char *buffer,
64 len = sprintf(buffer, "%d\t%d\t%d\t%u\n",
71 *start = buffer;
75 *start = buffer + offset;
85 char *buffer,
95 len = sprintf(buffer, "qm %u %u %u %u %u %u %u %u\n",
106 *start = buffer;
110 *start = buffer + offset;
53 xfs_qm_read_xfsquota( char *buffer, char **start, off_t offset, int count, int *eof, void *data) argument
84 xfs_qm_read_stats( char *buffer, char **start, off_t offset, int count, int *eof, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.h13 ssize_t bin_read(int fork, char *buffer, size_t length);
14 ssize_t bin_write(int fork, char *buffer, size_t length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/misc/
H A Dcnid.lua36 local function fname(buffer, pinfo, tree, len, ofs)
38 pinfo.cols.info:append(" Name=" .. buffer(ofs +4, len):string())
40 local subtree = tree:add(buffer(ofs, len +4), buffer(ofs +4, len):string())
41 subtree:add(filename, buffer(ofs +4, len))
47 function dbd_proto.dissector(buffer, pinfo, tree)
52 local subtree = tree:add(dbd_proto,buffer(),"Netatalk DBD Wire Protocol")
56 local val = buffer(0,4):uint()
57 local item = subtree:add(cmd, buffer(0,4))
62 local val = buffer(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinfo_oss.c69 extern void snd_card_info_read_oss(struct snd_info_buffer *buffer);
95 struct snd_info_buffer *buffer)
97 snd_iprintf(buffer, "Sound Driver:3.8.1a-980706 (ALSA v" CONFIG_SND_VERSION " emulation code)\n");
98 snd_iprintf(buffer, "Kernel: %s %s %s %s %s\n",
104 snd_iprintf(buffer, "Config options: 0\n");
105 snd_iprintf(buffer, "\nInstalled drivers: \n");
106 snd_iprintf(buffer, "Type 10: ALSA emulation\n");
107 snd_iprintf(buffer, "\nCard config: \n");
108 snd_card_info_read_oss(buffer);
109 snd_sndstat_show_strings(buffer, "Audi
94 snd_sndstat_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dversion.c65 char buffer[40] ; local
66 sprintf(buffer, "%d.%d", Major, Minor) ;
67 sv_setpv(version_sv, buffer) ;
68 sprintf(buffer, "%d.%03d%03d", Major, Minor, Patch) ;
69 sv_setpv(ver_sv, buffer) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Ddot_command.h53 static inline size_t get_dot_command_size(void *buffer) argument
55 struct dot_command_header *cmd = (struct dot_command_header *)buffer;
59 static inline unsigned int get_dot_command_timeout(void *buffer) argument
61 struct dot_command_header *header = (struct dot_command_header *)buffer;
62 unsigned char *cmd = buffer + sizeof(struct dot_command_header);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_core.c176 cmd.buffer.block_data[0] = param; /* Then fall through */
186 cmd.buffer.block_data[0] = param; /* Then fall through */
193 cmd.buffer.block_data[0] = param; /* Then fall through */
203 cmd.buffer.block_data[0] = param; /* Then fall through */
210 cmd.buffer.block_data[0] = param; /* Then fall through */
217 cmd.buffer.block_data[0] = param; /* Then fall through */
224 cmd.buffer.block_data[0] = param; /* Then fall through */
235 cmd.buffer.block_data[0] = param;
238 cmd.buffer.block_data[0] = param; /* Then fall through */
248 cmd.buffer
527 u8 *buffer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutalloc.c146 char buffer[7]; local
149 ACPI_STRCPY(buffer, "MEMORY");
150 acpi_db_display_statistics(buffer);
199 acpi_status acpi_ut_validate_buffer(struct acpi_buffer * buffer) argument
204 if (!buffer) {
210 if ((buffer->length == ACPI_NO_BUFFER) ||
211 (buffer->length == ACPI_ALLOCATE_BUFFER) ||
212 (buffer->length == ACPI_ALLOCATE_LOCAL_BUFFER)) {
216 /* Length is valid, the buffer pointer must be also */
218 if (!buffer
240 acpi_ut_initialize_buffer(struct acpi_buffer * buffer, acpi_size required_length) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c68 char *buffer; member in struct:linebuffer
78 linebuffer->buffer = (char *) xmalloc (linebuffer->size);
90 char *buffer = linebuffer->buffer; local
91 char *p = linebuffer->buffer;
92 char *end = buffer + linebuffer->size - 1; /* Sentinel. */
102 if (p == buffer)
111 buffer = (char *) xrealloc (buffer, linebuffer->size);
112 p = p - linebuffer->buffer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demuproc.c40 struct snd_info_buffer *buffer,
53 snd_iprintf(buffer, "\n%s\n", title);
56 snd_iprintf(buffer, "Professional Mode : %s\n", (status & SPCS_PROFESSIONAL) ? "yes" : "no");
57 snd_iprintf(buffer, "Not Audio Data : %s\n", (status & SPCS_NOTAUDIODATA) ? "yes" : "no");
58 snd_iprintf(buffer, "Copyright : %s\n", (status & SPCS_COPYRIGHT) ? "yes" : "no");
59 snd_iprintf(buffer, "Emphasis : %s\n", emphasis[(status & SPCS_EMPHASISMASK) >> 3]);
60 snd_iprintf(buffer, "Mode : %i\n", (status & SPCS_MODEMASK) >> 6);
61 snd_iprintf(buffer, "Category Code : 0x%x\n", (status & SPCS_CATEGORYCODEMASK) >> 8);
62 snd_iprintf(buffer, "Generation Status : %s\n", status & SPCS_GENERATIONSTATUS ? "original" : "copy");
63 snd_iprintf(buffer, "Sourc
39 snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu, struct snd_info_buffer *buffer, char *title, int status_reg, int rate_reg) argument
82 snd_emu10k1_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
238 snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
246 snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
261 snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
350 snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
371 snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
392 snd_emu_proc_io_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
408 snd_emu_proc_io_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
461 snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices) argument
485 snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer, int iobase) argument
499 snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
505 snd_emu_proc_ptr_reg_write20(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
512 snd_emu_proc_ptr_reg_read00a(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
518 snd_emu_proc_ptr_reg_read00b(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
524 snd_emu_proc_ptr_reg_read20a(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
530 snd_emu_proc_ptr_reg_read20b(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
536 snd_emu_proc_ptr_reg_read20c(struct snd_info_entry *entry, struct snd_info_buffer * buffer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c188 /* The current line buffer. */
197 /* The size of the input buffer. */
276 static char *buffer; local
283 /* Allocate the initial buffer. Later on, bufmax > 0. */
286 buffer = XNMALLOC (1, char);
287 buffer[0] = '\0';
368 buffer = xrealloc (buffer, bufmax);
371 strcpy (buffer + bufpos, my_linebuf);
376 return xstrdup (buffer);
424 static char *buffer; local
639 char *buffer = XNMALLOC (bufmax, char); local
893 static char *buffer; local
1284 static char *buffer; local
1652 static char *buffer; local
2008 static char *buffer; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradrealms.c47 char buffer[512], *p; local
74 while ((fgets(buffer, sizeof(buffer), fd) != NULL)) {
77 if ((*buffer == '\n') || (*buffer == '#') || (*buffer == '\0'))
80 buffer[strlen(buffer)-1] = '\0';
82 p = strtok(buffer, "\t ");
88 line, buffer);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_proc.c39 static void snd_ac97_proc_read_functions(struct snd_ac97 *ac97, struct snd_info_buffer *buffer) argument
59 snd_iprintf(buffer, "\n Gain Inverted Buffer delay Location\n");
63 snd_iprintf(buffer, "%-17s: %3d.%d dBV %c %2d/fs %s\n",
109 static void snd_ac97_proc_read_main(struct snd_ac97 *ac97, struct snd_info_buffer *buffer, int subidx) argument
119 snd_iprintf(buffer, "%d-%d/%d: %s\n\n", ac97->addr, ac97->num, subidx, name);
124 snd_iprintf(buffer, "PCI Subsys Vendor: 0x%04x\n",
126 snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n",
134 snd_iprintf(buffer, "Revision : 0x%02x\n", tmp & 0xff);
135 snd_iprintf(buffer, "Compat. Class : 0x%02x\n", (tmp >> 8) & 0x1f);
136 snd_iprintf(buffer, "Subsy
339 snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
374 snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
391 snd_ac97_proc_regs_read_main(struct snd_ac97 *ac97, struct snd_info_buffer *buffer, int subidx) argument
401 snd_ac97_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dmemory-ostream.oo.c36 char *buffer; /* Buffer containing the accumulated output. */
38 size_t allocated; /* Allocated size of the buffer. */
56 _("%s: too much output, buffer size overflow"),
58 stream->buffer = (char *) xrealloc (stream->buffer, new_allocated);
61 memcpy (stream->buffer + stream->buflen, data, len);
74 free (stream->buffer);
84 *bufp = stream->buffer;
97 stream->buffer = XNMALLOC (stream->allocated, char);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dmd5-gnu.h90 char buffer[128]; member in struct:md5_ctx
107 extern void __md5_process_block __P ((const void *buffer, size_t len,
109 extern void md5_process_block __P ((const void *buffer, size_t len,
116 extern void __md5_process_bytes __P ((const void *buffer, size_t len,
118 extern void md5_process_bytes __P ((const void *buffer, size_t len,
121 /* Process the remaining bytes in the buffer and put result from CTX
151 extern void *__md5_buffer __P ((const char *buffer, size_t len,
153 extern void *md5_buffer __P ((const char *buffer, size_t len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogging.c72 char buffer[1024]; local
74 vsnprintf(buffer, sizeof(buffer), format, val);
78 buffer);
92 char buffer[1024], timestr[40]; local
95 vsnprintf(buffer, sizeof(buffer), format, val);
103 (int) getpid(), buffer);
108 syslog(LOG_DAEMON | LOG_INFO, "%s", buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dcopyfile.c29 char buffer[8*16384]; local
48 ret = READS(Source, buffer, (mt_off_t) pos, 8*16384);
59 if ((retw = force_write(Target, buffer, (mt_off_t) pos, ret)) != ret){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/cchips/hd6446x/hd64461/
H A Dio.c99 void hd64461_insb(unsigned long port, void *buffer, unsigned long count) argument
102 unsigned char *buf=buffer;
106 void hd64461_insw(unsigned long port, void *buffer, unsigned long count) argument
109 unsigned short *buf=buffer;
113 void hd64461_insl(unsigned long port, void *buffer, unsigned long count) argument
116 unsigned long *buf=buffer;
120 void hd64461_outsb(unsigned long port, const void *buffer, unsigned long count) argument
123 const unsigned char *buf=buffer;
127 void hd64461_outsw(unsigned long port, const void *buffer, unsigned long count) argument
130 const unsigned short *buf=buffer;
134 hd64461_outsl(unsigned long port, const void *buffer, unsigned long count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_proto.c27 ospf6_options_string (u_char opt_capability[3], char *buffer, int size) argument
37 snprintf (buffer, size, "%s|%s|%s|%s|%s|%s", dc, r, n, mc, e, v6);
38 return buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcorrect_password.c56 char buffer[256]; local
57 correct = (getspnam_r(pw->pw_name, &spw, buffer, sizeof(buffer), &result)) ? "aa" : spw.sp_pwdp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Darray.c86 #define ADDBUF(buffer, string) \
87 do { memcpy(buffer, string, strlen(string)); \
88 buffer += strlen(string); } while (0)
159 static inline char *task_state(struct task_struct *p, char *buffer) argument
166 buffer += sprintf(buffer,
184 buffer += sprintf(buffer,
195 buffer += sprintf(buffer, "
202 render_sigset_t(const char *header, sigset_t *set, char *buffer) argument
242 task_sig(struct task_struct *p, char *buffer) argument
282 task_cap(struct task_struct *p, char *buffer) argument
292 task_context_switch_counts(struct task_struct *p, char *buffer) argument
301 proc_pid_status(struct task_struct *task, char *buffer) argument
382 do_task_stat(struct task_struct *task, char *buffer, int whole) argument
542 proc_tid_stat(struct task_struct *task, char *buffer) argument
547 proc_tgid_stat(struct task_struct *task, char *buffer) argument
552 proc_pid_statm(struct task_struct *task, char *buffer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dfopen.c70 char *buffer; /* buffer to store cached data*/ member in struct:fcurl_data
72 size_t buffer_pos; /* end of data in buffer*/
90 static size_t write_callback(char *buffer, argument
101 rembuff=url->buffer_len - url->buffer_pos; /* remaining space in buffer */
104 /* not enough space in buffer */
105 newbuff=realloc(url->buffer,url->buffer_len + (size - rembuff));
107 fprintf(stderr,"callback buffer grow failed\n");
111 /* realloc suceeded increase buffer size*/
113 url->buffer
440 char buffer[256]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc14 // Internal buffer sizes (default and "unbuffered" versions)
23 buffer(NULL), buffer_size(BIGBUFSIZE), own_buffer(true)
32 // Sync output buffer and close only if responsible for file
37 // Make sure internal buffer is deallocated
70 // On success, allocate internal buffer and set flags
98 // On success, allocate internal buffer and set flags
122 // Destroy internal buffer if it exists
167 // Determine number of characters in internal get buffer
195 // Attempt to fill internal buffer from gzipped file
196 // (buffer mus
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc14 // Internal buffer sizes (default and "unbuffered" versions)
23 buffer(NULL), buffer_size(BIGBUFSIZE), own_buffer(true)
32 // Sync output buffer and close only if responsible for file
37 // Make sure internal buffer is deallocated
70 // On success, allocate internal buffer and set flags
98 // On success, allocate internal buffer and set flags
122 // Destroy internal buffer if it exists
167 // Determine number of characters in internal get buffer
195 // Attempt to fill internal buffer from gzipped file
196 // (buffer mus
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dlog2pcaphex.c159 unsigned char *buffer; local
163 buffer = malloc(*buffersize);
164 memset(buffer, 0, *buffersize);
166 buffer[0] = 0x00;
167 buffer[1] = 0x00;
168 memcpy(buffer+2, &buffersize, 2);
169 buffer[4] = 0xFF;
170 buffer[5] = 'S';
171 buffer[6] = 'M';
172 buffer[
195 read_log_data(FILE *in, unsigned char *buffer, long data_length) argument
226 char buffer[4096]; local
[all...]

Completed in 335 milliseconds

1234567891011>>