Searched refs:wbuf (Results 51 - 75 of 116) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_mipid.c67 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, argument
90 x->tx_buf = wbuf;
353 u16 wbuf[3]; member in struct:__anon16331
366 mipid_write(md, rd->cmd, (u8 *)rd->wbuf, rd->wlen);
374 mipid_write(md, rd->cmd, (u8 *)rd->wbuf, rd->wlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dubifs.h658 * @need_sync: non-zero if the timer expired and the wbuf needs sync'ing
660 * @inodes: stores the inode numbers of the nodes which are in wbuf
711 * @wbuf: head's write-buffer
717 struct ubifs_wbuf wbuf; member in struct:ubifs_jhead
1430 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len);
1431 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs,
1433 int ubifs_wbuf_init(struct ubifs_info *c, struct ubifs_wbuf *wbuf);
1436 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len,
1446 int ubifs_wbuf_sync_nolock(struct ubifs_wbuf *wbuf);
1448 void ubifs_wbuf_add_ino_nolock(struct ubifs_wbuf *wbuf, ino_
[all...]
H A Dsuper.c460 err = ubifs_wbuf_sync(&c->jheads[i].wbuf);
781 err = ubifs_wbuf_init(c, &c->jheads[i].wbuf);
785 c->jheads[i].wbuf.sync_callback = &bud_wbuf_callback;
786 c->jheads[i].wbuf.jhead = i;
789 c->jheads[BASEHD].wbuf.dtype = UBI_SHORTTERM;
794 c->jheads[GCHD].wbuf.dtype = UBI_LONGTERM;
795 c->jheads[GCHD].wbuf.no_timer = 1;
810 kfree(c->jheads[i].wbuf.buf);
811 kfree(c->jheads[i].wbuf.inodes);
1690 ubifs_wbuf_sync(&c->jheads[i].wbuf);
[all...]
H A Dtnc.c1639 * read_wbuf - bulk-read from a LEB with a wbuf.
1640 * @wbuf: wbuf that may overlap the read
1648 static int read_wbuf(struct ubifs_wbuf *wbuf, void *buf, int len, int lnum, argument
1651 const struct ubifs_info *c = wbuf->c;
1655 ubifs_assert(wbuf && lnum >= 0 && lnum < c->leb_cnt && offs >= 0);
1659 spin_lock(&wbuf->lock);
1660 overlap = (lnum == wbuf->lnum && offs + len > wbuf->offs);
1663 spin_unlock(&wbuf
1750 struct ubifs_wbuf *wbuf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_both.c608 if (s->s3->wbuf.buf == NULL)
614 s->s3->wbuf.buf = p;
615 s->s3->wbuf.len = len;
H A Dssl2.h179 unsigned char *wbuf; member in struct:ssl2_state_st
H A Ds3_lib.c1598 if (s->s3->wbuf.buf != NULL)
1599 OPENSSL_free(s->s3->wbuf.buf);
1647 wp = s->s3->wbuf.buf;
1649 wlen = s->s3->wbuf.len;
1656 s->s3->wbuf.buf = wp;
1658 s->s3->wbuf.len = wlen;
2389 (s->s3->wbuf.left == 0) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_server.c728 EBCDIC_OUTBUFF *wbuf; local
730 wbuf = (EBCDIC_OUTBUFF *) OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + 1024);
731 if (!wbuf)
733 wbuf->alloced = 1024;
734 wbuf->buff[0] = '\0';
736 bi->ptr = (char *)wbuf;
771 EBCDIC_OUTBUFF *wbuf; local
781 wbuf = (EBCDIC_OUTBUFF *) b->ptr;
783 if (inl > (num = wbuf->alloced)) {
787 wbuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl2.h181 unsigned char *wbuf; member in struct:ssl2_state_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp558 wchar_t wbuf[2]; local
559 wbuf[0] = (wchar_t)code;
560 wbuf[1] = 0;
562 if (conv->WC2MB(buf, wbuf, 2) == (size_t)-1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_bo_api.h654 * @wbuf: User-space pointer to address of buffer to write. NULL on read.
671 const char __user *wbuf, char __user *rbuf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl2.h179 unsigned char *wbuf; member in struct:ssl2_state_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl2.h181 unsigned char *wbuf; member in struct:ssl2_state_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_server.c728 EBCDIC_OUTBUFF *wbuf; local
730 wbuf = (EBCDIC_OUTBUFF *) OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + 1024);
731 if (!wbuf)
733 wbuf->alloced = 1024;
734 wbuf->buff[0] = '\0';
736 bi->ptr = (char *)wbuf;
771 EBCDIC_OUTBUFF *wbuf; local
781 wbuf = (EBCDIC_OUTBUFF *) b->ptr;
783 if (inl > (num = wbuf->alloced)) {
787 wbuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Ddigitv.c29 u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen)
40 memcpy(&sndbuf[3],wbuf,wlen);
28 digitv_ctrl_msg(struct dvb_usb_device *d, u8 cmd, u8 vv, u8 *wbuf, int wlen, u8 *rbuf, int rlen) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Ds6e63m0.c399 const unsigned short *wbuf)
403 while ((wbuf[i] & DEFMASK) != ENDDEF) {
404 if ((wbuf[i] & DEFMASK) != SLEEPMSEC) {
405 ret = s6e63m0_spi_write(lcd, wbuf[i], wbuf[i+1]);
409 udelay(wbuf[i+1]*1000);
398 s6e63m0_panel_send_sequence(struct s6e63m0 *lcd, const unsigned short *wbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_serial.c949 int *wbuf; local
957 wbuf = memdup_user(buf, n);
958 if (PTR_ERR(wbuf))
959 return PTR_ERR(wbuf);
967 hardware[type].send_space(wbuf[i] - delta);
969 delta = hardware[type].send_pulse(wbuf[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp407 wxWCharBuffer wbuf(dstLen - 1);
408 if ( ToWChar(wbuf.data(), dstLen, inBuff, inLen) != wxCONV_FAILED )
413 if ( wbuf[dstLen - 1] == L'\0' )
417 return wbuf;
1715 wchar_t wbuf[2], *wbufPtr; local
1721 wbuf[0] = 0;
1724 wbufPtr = wbuf;
1740 ms_wcNeedsSwap = wbuf[0] != (wchar_t)buf[0];
3709 wxWCharBuffer wbuf(wxConvLibc.cMB2WX(s));
3710 if ( !wbuf )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress.c80 static char wbuf[4096]; variable
185 if (woff + len >= (int)sizeof(wbuf))
186 len = sizeof(wbuf) - woff;
188 len = write(fd, wbuf + woff, len);
198 if (woff >= (int)sizeof(wbuf)) {
498 for (i = 0; i < (int)sizeof(wbuf); i++)
499 wbuf[i] = i;
513 test_ok = memcmp(rbuf, wbuf, sizeof(wbuf)) == 0;
527 for (i = 0; i < (int)sizeof(wbuf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.c1716 u16 wbuf; local
1720 ret = smc_read_eeprom_word(dev, offset >> 1, &wbuf);
1723 DBG(2, "Read 0x%x from 0x%x\n", wbuf, offset >> 1);
1724 data[i] = (wbuf >> 8) & 0xff;
1725 data[i+1] = wbuf & 0xff;
1741 u16 wbuf; local
1745 wbuf = (data[i] << 8) | data[i + 1];
1746 DBG(2, "Writing 0x%x to 0x%x\n", wbuf, offset >> 1);
1747 ret = smc_write_eeprom_word(dev, offset >> 1, wbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwutil.c1558 char wbuf[32], hbuf[32]; local
1568 WideCharToMultiByte(CP_ACP, 0, wc_buf, -1, wbuf, 32, NULL, NULL);
1573 sprintf(wbuf, "%12.12e", width);
1576 total_len = 1 + png_strlen(wbuf)+1 + png_strlen(hbuf);
1581 png_write_chunk_data(png_ptr, (png_bytep)wbuf, png_strlen(wbuf)+1);
1596 char wbuf[32], hbuf[32]; local
1601 png_strcpy(wbuf,(const char *)width);
1603 total_len = 1 + png_strlen(wbuf)+1 + png_strlen(hbuf);
1608 png_write_chunk_data(png_ptr, (png_bytep)wbuf, png_strle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dcommit.c346 struct buffer_head **wbuf = journal->j_wbuf; local
586 wbuf[bufs++] = bh;
637 wbuf[bufs++] = jh2bh(new_jh);
678 struct buffer_head *bh = wbuf[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dos-linux.h101 #define jffs2_is_writebuffered(c) (c->wbuf != NULL)
115 /* wbuf.c */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dcxacru.c590 u8 *wbuf = instance->snd_buf; local
615 memset(wbuf, 0, wbuflen);
617 wbuf[0] = cm;
619 wbuf[offb] = cm;
620 memcpy(wbuf + offb + 4, wdata + offd, min_t(int, stride, wsize - offd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dcontrol.c1611 static unsigned char wbuf[MAX_RECV_SIZE]; local
1691 wbuf[pos++] = e;
1699 wbuf[pos++] = PPP_ESCAPE;
1701 wbuf[pos++] = e;
1704 wbuf[pos++] = PPP_FLAG;
1705 x = write (c->fd, wbuf, pos);

Completed in 392 milliseconds

12345