Searched refs:wbuf (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c395 const char __user *wbuf, char __user *rbuf, size_t count,
468 ret = copy_from_user(virtual, wbuf, io_size);
487 ssize_t ttm_bo_fbdev_io(struct ttm_buffer_object *bo, const char __user *wbuf,
536 ret = copy_from_user(virtual, wbuf, io_size);
H A Dttm_bo_api.h704 * @wbuf: User-space pointer to address of buffer to write. NULL on read.
721 const char *wbuf, char *rbuf,
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_server.c493 EBCDIC_OUTBUFF *wbuf; local
495 wbuf = (EBCDIC_OUTBUFF *) OPENSSL_malloc(sizeof(EBCDIC_OUTBUFF) + 1024);
496 wbuf->alloced = 1024;
497 wbuf->buff[0] = '\0';
499 bi->ptr = (char *)wbuf;
534 EBCDIC_OUTBUFF *wbuf; local
544 wbuf = (EBCDIC_OUTBUFF *) b->ptr;
546 if (inl > (num = wbuf->alloced)) {
550 OPENSSL_free(wbuf);
551 wbuf
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dnames.c161 yankword(char *ap, char wbuf[]) argument
190 for (cp2 = wbuf; *cp && (*cp2++ = *cp++) != '>';)
193 for (cp2 = wbuf; *cp != '\0' && strchr(" \t,(", *cp) == NULL;
206 yanklogin(char *ap, char wbuf[]) argument
262 cp2 = wbuf;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_both.c622 if (s->s3->wbuf.buf == NULL) {
627 s->s3->wbuf.buf = p;
628 s->s3->wbuf.len = len;
H A Dssl2.h179 unsigned char *wbuf; member in struct:ssl2_state_st
H A Ds3_lib.c1673 if (s->s3->wbuf.buf != NULL)
1674 OPENSSL_free(s->s3->wbuf.buf);
1730 wp = s->s3->wbuf.buf;
1732 wlen = s->s3->wbuf.len;
1739 s->s3->wbuf.buf = wp;
1741 s->s3->wbuf.len = wlen;
2607 (s->s3->wbuf.left == 0) && !SSL_in_init(s)) {
H A Ds2_pkt.c567 s->s2->mac_data = &(s->s2->wbuf[3]);
568 s->s2->wact_data = &(s->s2->wbuf[3 + mac_size]);
569 /* we copy the data into s->s2->wbuf */
H A Dssl3.h397 SSL3_BUFFER wbuf; /* write IO goes into here */ member in struct:ssl3_state_st
H A Dd1_pkt.c1381 if (s->s3->wbuf.left != 0) {
1398 wb = &(s->s3->wbuf);
1434 if (s->s3->wbuf.len <
/freebsd-9.3-release/lib/libc/stdio/
H A DMakefile.inc27 vswprintf.c vswscanf.c vwprintf.c vwscanf.c wbuf.c wprintf.c wscanf.c \
/freebsd-9.3-release/usr.sbin/dconschat/
H A Ddconschat.c850 char rbuf[MAX_XFER], wbuf[MAX_XFER+2]; local
854 dconschat_read_filter(dc, p, rbuf, len, wbuf, &wlen);
857 dconschat_write_dcons(dc, p->port, wbuf, wlen);
859 wbuf[wlen] = 0;
860 printf("-> %s\n", wbuf);
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c1918 char *wbuf; local
1930 if ((wbuf = strdup(buf)) != NULL)
1931 wbuf[count] = '\0';
1933 wbuf = NULL;
1934 (*(void (*)(const char *))rl_linefunc)(wbuf);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress.c81 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)) {
484 for (i = 0; i < (int)sizeof(wbuf); i++)
485 wbuf[i] = i;
499 test_ok = memcmp(rbuf, wbuf, sizeof(wbuf)) == 0;
513 for (i = 0; i < (int)sizeof(wbuf);
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dbootp.c104 } wbuf; local
126 bp = &wbuf.wbootp;
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c885 char wbuf[MAXNAME + 20]; local
887 (void) sm_snprintf(wbuf, sizeof(wbuf), "sendall(%.*s)",
889 checkfd012(wbuf);
1888 char wbuf[MAXLINE]; local
1891 (void) sm_snprintf(wbuf, sizeof(wbuf), "%s... openmailer(%s)",
1894 checkfd012(wbuf);
3640 char wbuf[MAXLINE]; local
3643 (void) sm_snprintf(wbuf, sizeo
[all...]
H A Dusersmtp.c3169 char wbuf[MAXLINE]; local
3171 p = wbuf;
3175 SPACELEFT(wbuf, p),
3180 (void) sm_snprintf(p, SPACELEFT(wbuf, p),
3183 checkfd012(wbuf);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c260 zil_read_log_data(zilog_t *zilog, const lr_write_t *lr, void *wbuf) argument
270 if (wbuf != NULL)
271 bzero(wbuf, MAX(BP_GET_LSIZE(bp), lr->lr_length));
285 if (wbuf != NULL)
286 bcopy(abuf->b_data, wbuf, arc_buf_size(abuf));
H A Dzio.c889 void *wbuf = zio_buf_alloc(size); local
890 bcopy(data, wbuf, size);
891 zio_push_transform(zio, wbuf, size, size, NULL);
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c287 unsigned short wbuf[255]; local
288 MultiByteToWideChar(CP_ACP, 0, name + 7, -1, wbuf, 255);
292 wbuf, NULL);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1300 char rbuf[6], wbuf[6], cbuf[6]; local
1331 zfs_nicenum(vs->vs_write_errors, wbuf, sizeof (wbuf));
1333 (void) printf(" %5s %5s %5s", rbuf, wbuf, cbuf);

Completed in 338 milliseconds

12