Searched refs:pbuf (Results 76 - 100 of 115) sorted by relevance

12345

/freebsd-12-stable/usr.bin/mail/
H A Dcmd1.c172 char pbuf[BUFSIZ]; local
196 parse(headline, &hl, pbuf);
/freebsd-12-stable/sys/kern/
H A Dvfs_aio.c1213 struct buf *pbuf; local
1260 pbuf = NULL;
1271 job->pbuf = pbuf = (struct buf *)getpbuf(NULL);
1272 BUF_KERNPROC(pbuf);
1297 if (pbuf != NULL) {
1298 pmap_qenter((vm_offset_t)pbuf->b_data,
1300 bp->bio_data = pbuf->b_data + poff;
1317 if (pbuf != NULL) {
1321 relpbuf(pbuf, NUL
[all...]
/freebsd-12-stable/sys/dev/sound/pci/
H A Denvy24.c163 sample32_t *pbuf; member in struct:sc_info
1414 dmabuf = ch->parent->pbuf;
1447 dmabuf = ch->parent->pbuf;
1489 dmabuf = ch->parent->pbuf;
2212 if (sc->pbuf) printf(" sc->pbuf(0x%08x)\n", (u_int32_t)sc->pbuf);
2213 else printf(" sc->pbuf(null)\n");
2222 if (sc->pbuf)
2223 bus_dmamem_free(sc->dmat, sc->pbuf, s
[all...]
H A Denvy24ht.c162 sample32_t *pbuf; member in struct:sc_info
1323 dmabuf = ch->parent->pbuf;
1356 dmabuf = ch->parent->pbuf;
1398 dmabuf = ch->parent->pbuf;
2128 if (sc->pbuf) printf(" sc->pbuf(0x%08x)\n", (u_int32_t)sc->pbuf);
2129 else printf(" sc->pbuf(null)\n");
2138 if (sc->pbuf)
2139 bus_dmamem_free(sc->dmat, sc->pbuf, s
[all...]
H A Dhdspe-pcm.c293 sc->pbuf[dst + HDSPE_CHANBUF_SAMPLES * ch->lslot] =
295 sc->pbuf[dst + HDSPE_CHANBUF_SAMPLES * ch->rslot] =
324 buf = sc->pbuf;
/freebsd-12-stable/lib/libc/db/hash/
H A Dhash_page.c579 char pbuf[MAX_BSIZE]; local
589 memcpy(pbuf, p, size);
593 M_32_SWAP(((int *)pbuf)[i]);
595 uint16_t *bp = (uint16_t *)(void *)pbuf;
600 p = pbuf;
/freebsd-12-stable/lib/libfetch/
H A Dftp.c907 char pbuf[MAXHOSTNAMELEN + MAXLOGNAME + 1]; local
937 if ((len = snprintf(pbuf, MAXLOGNAME + 1, "%s@", logname)) < 0)
941 gethostname(pbuf + len, sizeof(pbuf) - len);
942 pwd = pbuf;
/freebsd-12-stable/sbin/routed/
H A Dinput.c66 union pkt_buf pbuf; member in struct:__anon8893
70 union pkt_buf pbuf; member in struct:__anon8894
129 input(&from, sifp, aifp, &inbuf.pbuf.rip, cc);
/freebsd-12-stable/usr.sbin/rtadvd/
H A Dcontrol_server.c639 char pbuf[CM_MSG_MAXLEN]; local
645 memset(pbuf, 0, sizeof(pbuf));
/freebsd-12-stable/contrib/nvi/regex/
H A Dengine.c1017 static char pbuf[10]; local
1020 snprintf(pbuf, sizeof(pbuf), "%c", ch);
1022 snprintf(pbuf, sizeof(pbuf), "\\%o", ch);
1023 return(pbuf);
/freebsd-12-stable/stand/libsa/zfs/
H A Dzfsimpl.c2100 char *pbuf; local
2116 pbuf = buf;
2122 if (zio_read(spa, gbp, pbuf))
2124 pbuf += BP_GET_PSIZE(gbp);
2137 void *pbuf; local
2150 pbuf = zfs_alloc(size);
2152 pbuf = buf;
2154 decode_embedded_bp_compressed(bp, pbuf);
2158 error = zio_decompress_data(cpfunc, pbuf,
2160 zfs_free(pbuf, siz
[all...]
/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c605 unsigned char *pbuf; local
743 pbuf = rc->in.vtable->decrypt(&rc->in.vtable,
745 if (pbuf == 0) {
749 rc->ixa = (size_t)(pbuf - rc->ibuf);
/freebsd-12-stable/lib/libusb/
H A Dlibusb20.c473 void *pbuf, uint32_t length, uint32_t *pactlen,
498 libusb20_tr_setup_bulk(xfer, pbuf,
529 pbuf = ((uint8_t *)pbuf) + transfer_max;
472 libusb20_tr_bulk_intr_sync(struct libusb20_transfer *xfer, void *pbuf, uint32_t length, uint32_t *pactlen, uint32_t timeout) argument
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c2836 void tdhexdump(const char *ptitle, bit8 *pbuf, int len) argument
2840 if (!pbuf)
2842 TI_DBG1(("pbuf is NULL\n"));
2849 TI_DBG2((" 0x%02x, 0x%02x, 0x%02x, 0x%02x,\n", pbuf[i], pbuf[i+1], pbuf[i+2], pbuf[i+3]));
2854 TI_DBG2((" 0x%02x,", pbuf[i]));
/freebsd-12-stable/sbin/ipfw/
H A Dtables.c901 caddr_t pbuf; local
909 pbuf = xbuf;
911 if ((pbuf = calloc(1, sizeof(*oh) + sz)) == NULL)
915 memcpy(pbuf, oh, sizeof(*oh));
916 oh = (ipfw_obj_header *)pbuf;
941 if (pbuf != xbuf)
942 free(pbuf);
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1944 char pbuf[20]; local
1957 for (i = 0, ilim = COUNTOF(pbuf) - 1;
1960 pbuf[i++] = (char)c;
1961 pbuf[i] = '\0';
1965 return (u_long) atoi(pbuf);
/freebsd-12-stable/contrib/one-true-awk/
H A Drun.c98 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, argument
100 /* pbuf: address of pointer to buffer being managed
113 int boff = pbptr ? *pbptr - *pbuf : 0;
117 tbuf = (char *) realloc(*pbuf, minlen);
118 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );
124 *pbuf = tbuf;
811 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ argument
820 char *buf = *pbuf;
941 *pbuf
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Dmain.c2656 char pbuf[20]; local
2684 (void) sm_snprintf(pbuf, sizeof(pbuf), "%d",
2690 (void) sm_snprintf(pbuf, sizeof(pbuf), "%d",
2695 (void) sm_snprintf(pbuf, sizeof(pbuf), "0");
2699 macid("{client_port}"), pbuf);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload.c135 read_key_or_val(char **pbuf,
161 *pbuf = buf;
134 read_key_or_val(char **pbuf, svn_filesize_t *actual_length, svn_stream_t *stream, apr_size_t len, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/gdb/gdb/
H A Dpa64solib.c1035 char *pbuf; local
1037 pbuf = alloca (TARGET_PTR_BIT / HOST_CHAR_BIT);
/freebsd-12-stable/sys/netinet/
H A Dtcp_usrreq.c1849 char *pbuf, buf[TCP_LOG_ID_LEN]; local
1861 pbuf = malloc(sopt->sopt_valsize, M_TEMP, M_WAITOK | M_ZERO);
1862 error = sooptcopyin(sopt, pbuf, sopt->sopt_valsize,
1865 free(pbuf, M_TEMP);
1868 INP_WLOCK_RECHECK_CLEANUP(inp, free(pbuf, M_TEMP));
1870 error = CC_ALGO(tp)->ctl_output(tp->ccv, sopt, pbuf);
1875 error = sooptcopyout(sopt, pbuf, sopt->sopt_valsize);
1876 free(pbuf, M_TEMP);
/freebsd-12-stable/lib/libc/regex/
H A Dengine.c1199 static char pbuf[10]; local
1202 sprintf(pbuf, "%c", ch);
1204 sprintf(pbuf, "\\%o", ch);
1205 return(pbuf);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dec.h650 * \param pbuf returns pointer to allocated buffer
656 unsigned char **pbuf, BN_CTX *ctx);
965 * \param pbuf returns pointer to allocated buffer
970 unsigned char **pbuf, BN_CTX *ctx);
1004 * \param pbuf returns pointer to allocated buffer
1007 size_t EC_KEY_priv2buf(const EC_KEY *eckey, unsigned char **pbuf);
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c829 void *pbuf; local
877 pbuf = (void *)ipfw_get_sopt_space(sd, LIBALIAS_BUF_SIZE);
878 memcpy(pbuf, ptr->lib->logDesc, LIBALIAS_BUF_SIZE);
/freebsd-12-stable/contrib/file/src/
H A Dfile.h424 char *pbuf; /* Printable buffer */ member in struct:magic_set::out

Completed in 491 milliseconds

12345