Searched refs:buffer (Results 1 - 25 of 2401) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsockaddr.h29 struct sockaddr_storage buffer; member in struct:Curl_sockaddr_storage
33 char buffer[256]; /* this should be big enough to fit a lot */ member in struct:Curl_sockaddr_storage
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dbuffer.h27 struct buffer struct
36 /* Total length of buffer. */
43 /* Current total length of this buffer. */
50 struct buffer *parent;
65 struct buffer *buffer_new (size_t);
66 int buffer_write (struct buffer *, u_char *, size_t);
67 void buffer_free (struct buffer *);
68 char *buffer_getstr (struct buffer *);
69 int buffer_putc (struct buffer *, u_char);
70 int buffer_putstr (struct buffer *, u_cha
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_rw.c37 * Setup a sclp write buffer. Gets a page as input (4K) and returns
39 * end of the input page. This reduces the buffer space by a few
45 struct sclp_buffer *buffer; local
53 buffer = ((struct sclp_buffer *) ((addr_t) sccb + PAGE_SIZE)) - 1;
54 buffer->sccb = sccb;
55 buffer->retry_count = 0;
56 buffer->mto_number = 0;
57 buffer->mto_char_sum = 0;
58 buffer->current_line = NULL;
59 buffer
83 sclp_unmake_buffer(struct sclp_buffer *buffer) argument
93 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) argument
131 sclp_finalize_mto(struct sclp_buffer *buffer) argument
176 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) argument
306 sclp_buffer_space(struct sclp_buffer *buffer) argument
320 sclp_chars_in_buffer(struct sclp_buffer *buffer) argument
334 sclp_set_columns(struct sclp_buffer *buffer, unsigned short columns) argument
343 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) argument
376 struct sclp_buffer *buffer; local
441 sclp_emit_buffer(struct sclp_buffer *buffer, void (*callback)(struct sclp_buffer *, int)) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Drecmgr.c36 void emu10k1_reset_record(struct emu10k1_card *card, struct wavein_buffer *buffer) argument
40 sblive_writeptr(card, buffer->sizereg, 0, ADCBS_BUFSIZE_NONE);
42 sblive_writeptr(card, buffer->sizereg, 0, buffer->sizeregval);
44 while (sblive_readptr(card, buffer->idxreg, 0))
48 void emu10k1_start_record(struct emu10k1_card *card, struct wavein_buffer *buffer) argument
52 if (buffer->adcctl)
53 sblive_writeptr(card, ADCCR, 0, buffer->adcctl);
56 void emu10k1_stop_record(struct emu10k1_card *card, struct wavein_buffer *buffer) argument
61 if (buffer
67 struct wavein_buffer *buffer = &wiinst->buffer; local
[all...]
H A Dcardwi.c102 static int alloc_buffer(struct emu10k1_card *card, struct wavein_buffer *buffer) argument
104 buffer->addr = pci_alloc_consistent(card->pci_dev, buffer->size * buffer->cov,
105 &buffer->dma_handle);
106 if (buffer->addr == NULL)
112 static void free_buffer(struct emu10k1_card *card, struct wavein_buffer *buffer) argument
114 if (buffer->addr != NULL)
115 pci_free_consistent(card->pci_dev, buffer->size * buffer
292 struct wavein_buffer *buffer = &wiinst->buffer; local
330 struct wavein_buffer *buffer = &wiinst->buffer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/boot/
H A Dpiggyback.c43 char buffer [1024], *q, *r; local
52 while (fgets (buffer, 1024, map)) {
53 if (!strcmp (buffer + 19, "_start\n"))
54 start = strtoul (buffer + 8, NULL, 16);
55 else if (!strcmp (buffer + 19, "_end\n"))
56 end = strtoul (buffer + 8, NULL, 16);
60 if (read(image,buffer,512) != 512) die(argv[1]);
61 if (!memcmp (buffer, "\177ELF", 4)) {
62 unsigned int *p = (unsigned int *)(buffer + *(unsigned int *)(buffer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dareadlink.c50 /* The initial buffer size for the link value. A power of 2
54 /* Allocate the initial buffer on the stack. This way, in the common
59 char *buffer = initial_buf; local
64 /* Attempt to read the link into the current buffer. */
65 ssize_t link_length = readlink (filename, buffer, buf_size);
68 with errno == ERANGE if the buffer is too small. */
71 if (buffer != initial_buf)
74 free (buffer);
82 buffer[link_length++] = '\0';
85 if (buffer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dklconflib.c44 format_module_id(char *buffer, moduleid_t m, int fmt) argument
84 *buffer++ = '0' + RACK_GET_CLASS(rack);
85 *buffer++ = '0' + RACK_GET_GROUP(rack);
86 *buffer++ = '0' + RACK_GET_NUM(rack);
89 *buffer++ = brickchar;
94 strcpy(buffer, "rack" "/"); buffer += strlen(buffer);
96 *buffer++ = '0' + RACK_GET_CLASS(rack);
97 *buffer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_getpass.h33 char* getpass_r(const char *prompt, char* buffer, size_t buflen);
H A Dtool_cb_rea.h30 size_t tool_read_cb(void *buffer, size_t sz, size_t nmemb, void *userdata);
H A Dtool_cb_wrt.h30 size_t tool_write_cb(void *buffer, size_t sz, size_t nmemb, void *userdata);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dareadlink.c50 /* The initial buffer size for the link value. A power of 2
54 /* Allocate the initial buffer on the stack. This way, in the common
59 char *buffer = initial_buf; local
64 /* Attempt to read the link into the current buffer. */
65 ssize_t link_length = readlink (filename, buffer, buf_size);
68 with errno == ERANGE if the buffer is too small. */
71 if (buffer != initial_buf)
74 free (buffer);
82 buffer[link_length++] = '\0';
85 if (buffer
[all...]
H A Dfd_ostream.priv.h12 char *buffer; member in struct:fd_ostream_representation
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dxreadlink.c64 /* The initial buffer size for the link value. A power of 2
68 /* Allocate the initial buffer on the stack. This way, in the common
73 char *buffer = initial_buf; local
78 /* Attempt to read the link into the current buffer. */
79 ssize_t link_length = readlink (filename, buffer, buf_size);
83 if (buffer != initial_buf)
86 free (buffer);
94 buffer[link_length++] = '\0';
97 if (buffer == initial_buf)
99 buffer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Davp.h38 extern int handle_avps (struct buffer *buf, struct tunnel *t, struct call *c);
85 extern void encrypt_avp (struct buffer *, _u16, struct tunnel *);
115 extern int add_challenge_avp (struct buffer *, char *, int);
116 extern int add_avp_rws (struct buffer *, _u16);
117 extern int add_tunnelid_avp (struct buffer *, _u16);
118 extern int add_vendor_avp (struct buffer *);
119 extern int add_hostname_avp (struct buffer *);
120 extern int add_firmware_avp (struct buffer *);
121 extern int add_bearer_caps_avp (struct buffer *buf, _u16 caps);
122 extern int add_frame_caps_avp (struct buffer *bu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_proc.c50 static void print_amp_caps(struct snd_info_buffer *buffer, argument
58 snd_iprintf(buffer, "N/A\n");
61 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, mute=%x\n",
68 static void print_amp_vals(struct snd_info_buffer *buffer, argument
77 snd_iprintf(buffer, " [");
81 snd_iprintf(buffer, "0x%02x ", val);
85 snd_iprintf(buffer, "0x%02x]", val);
87 snd_iprintf(buffer, "\n");
90 static void print_pcm_rates(struct snd_info_buffer *buffer, unsigned int pcm) argument
99 snd_iprintf(buffer, " rate
106 print_pcm_bits(struct snd_info_buffer *buffer, unsigned int pcm) argument
119 print_pcm_formats(struct snd_info_buffer *buffer, unsigned int streams) argument
132 print_pcm_caps(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) argument
202 print_pin_caps(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) argument
240 print_codec_info(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dtea5767.c139 static void tea5767_status_dump(unsigned char *buffer) argument
143 if (TEA5767_READY_FLAG_MASK & buffer[0])
148 if (TEA5767_BAND_LIMIT_MASK & buffer[0])
153 div = ((buffer[0] & 0x3f) << 8) | buffer[1];
170 buffer[0] = (div >> 8) & 0x3f;
171 buffer[1] = div & 0xff;
176 if (TEA5767_STEREO_MASK & buffer[2])
181 printk(PREFIX "IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK);
184 (buffer[
196 unsigned char buffer[5]; local
262 unsigned char buffer[5]; local
275 unsigned char buffer[5]; local
292 unsigned char buffer[5]; local
310 unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dsnprintf.c10 plp_snprintf( char *buffer, int len, const char *format,...)
11 plp_unsafe_snprintf( char *buffer, int len, const char *format,...)
25 against this, all printing was done via a buffer, generous enough
30 SPRINTFing to a buffer on a stack... The rest, of course, is
31 well known, as buffer overruns in the stack are a common way to
534 static char * plp_Errormsg ( int err, char *buffer );
535 static void dopr( int visible_control, char **buffer, int *left,
537 static void fmtstr( int visible_control, char **buffer, int *left,
539 static void fmtnum( char **buffer, int *left,
543 static void fmtquad( char **buffer, in
556 char *buffer; local
577 char *buffer; local
643 dopr( int visible_control, char **buffer, int *left, const char *format, va_list args ) argument
780 fmtstr( int visible_control, char **buffer, int *left, char *value, int ljust, int len, int zpad, int precision ) argument
820 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
886 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) argument
958 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) argument
988 dostr( char **buffer, int *left, char *str ) argument
993 dopr_outch( char **buffer, int *left, int c ) argument
1053 char buffer[128]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexstorob.c60 * DESCRIPTION: Copy a buffer object to another buffer object.
68 u8 *buffer; local
72 /* We know that source_desc is a buffer by now */
74 buffer = ACPI_CAST_PTR(u8, source_desc->buffer.pointer);
75 length = source_desc->buffer.length;
78 * If target is a buffer of length zero or is a static buffer,
79 * allocate a new buffer o
159 u8 *buffer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_mpc.h18 #define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer+0x0e)
19 #define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer+0x26)
20 #define QETH_IPA_PDU_LEN_PDU2(buffer) (buffer+0x29)
21 #define QETH_IPA_PDU_LEN_PDU3(buffer) (buffer+0x3a)
24 #define QETH_IPA_CMD_DEST_ADDR(buffer) (buffer
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_proc.c14 * Use separate card based DMA buffer for periods table list.
102 static void snd_ca0106_proc_dump_iec958( struct snd_info_buffer *buffer, u32 value) argument
113 snd_iprintf(buffer, "Mode: consumer\n");
114 snd_iprintf(buffer, "Data: ");
116 snd_iprintf(buffer, "audio\n");
118 snd_iprintf(buffer, "non-audio\n");
120 snd_iprintf(buffer, "Rate: ");
123 snd_iprintf(buffer, "44100 Hz\n");
126 snd_iprintf(buffer, "48000 Hz\n");
129 snd_iprintf(buffer, "3200
276 snd_ca0106_proc_iec958(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
298 snd_ca0106_proc_reg_write32(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
316 snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
332 snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
348 snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
364 snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
382 snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
400 snd_ca0106_proc_reg_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
414 snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_to_buffer.c15 archive_handle->buffer = xzalloc(size + 1);
16 xread(archive_handle->src_fd, archive_handle->buffer, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/
H A Dinterface.c22 char *buffer; /* pointer to begin of buffer */ member in struct:pnp_info_buffer
23 char *curr; /* current position in buffer */
25 unsigned long len; /* total length of buffer */
32 static int pnp_printf(pnp_info_buffer_t * buffer, char *fmt,...) argument
37 if (buffer->stop || buffer->error)
40 res = vsnprintf(buffer->curr, buffer->len - buffer
51 pnp_print_port(pnp_info_buffer_t *buffer, char *space, struct pnp_port *port) argument
58 pnp_print_irq(pnp_info_buffer_t *buffer, char *space, struct pnp_irq *irq) argument
88 pnp_print_dma(pnp_info_buffer_t *buffer, char *space, struct pnp_dma *dma) argument
139 pnp_print_mem(pnp_info_buffer_t *buffer, char *space, struct pnp_mem *mem) argument
171 pnp_print_option(pnp_info_buffer_t *buffer, char *space, struct pnp_option *option, int dep) argument
215 pnp_info_buffer_t *buffer = (pnp_info_buffer_t *) local
243 pnp_info_buffer_t *buffer; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile_read.c30 char buffer[16384]; local
41 ret = Source->Class->read(Source, buffer, pos, 16384);
48 if(!fwrite(buffer, 1, ret, fp)){
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_info.h27 void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
28 void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
29 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);

Completed in 485 milliseconds

1234567891011>>