Searched refs:pbuf (Results 1 - 25 of 82) sorted by last modified time

1234

/freebsd-10.0-release/usr.bin/finger/
H A Dutil.c244 static char pbuf[20]; local
251 p = pbuf;
285 return(pbuf);
/freebsd-10.0-release/usr.bin/mail/
H A Dcmd1.c169 char pbuf[BUFSIZ]; local
193 parse(headline, &hl, pbuf);
H A Dhead.c93 parse(char line[], struct headline *hl, char pbuf[]) argument
102 sp = pbuf;
/freebsd-10.0-release/crypto/openssl/apps/
H A Dca.c2873 char buf[25],*pbuf, *p; local
2876 pbuf=buf;
2878 *(pbuf++)=' ';
2879 *(pbuf++)=':';
2880 *(pbuf++)='\0';
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbio.h361 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dp5_crpt.c83 const unsigned char *pbuf; local
95 pbuf = param->value.sequence->data;
96 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
H A Dp5_crpt2.c198 const unsigned char *pbuf; local
211 pbuf = param->value.sequence->data;
213 if(!(pbe2 = d2i_PBE2PARAM(NULL, &pbuf, plen))) {
257 const unsigned char *pbuf; local
281 pbuf = param->value.sequence->data;
284 if(!(kdf = d2i_PBKDF2PARAM(NULL, &pbuf, plen)) ) {
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_print.c142 unsigned char *buf, *pbuf; local
165 pbuf = buf;
168 int v = (int) *(pbuf++);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn_pack.c73 const unsigned char *pbuf; local
74 pbuf = buf;
75 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
H A Dbio_ndef.c96 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
97 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
98 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
99 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
155 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) argument
169 *pbuf = p;
175 *plen = *ndef_aux->boundary - *pbuf;
180 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) argument
193 *pbuf = NULL;
198 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, in argument
208 ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/pkcs12/
H A Dp12_crpt.c75 const unsigned char *pbuf; local
85 pbuf = param->value.sequence->data;
86 if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetcap.c288 char pbuf[_POSIX_PATH_MAX]; local
294 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
295 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0))
H A Diruserok.c226 char pbuf[MaxPathLen]; local
242 snprintf (pbuf, sizeof(pbuf), "%s/.rhosts", pwd->pw_dir);
252 hostf = fopen(pbuf, "r");
262 if (lstat(pbuf, &sbuf) < 0)
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_util.c55 char **pbuf, int cflag)
58 return (kern_alternate_path(td, ibcs2_emul_path, path, pathseg, pbuf,
54 ibcs2_emul_find(struct thread *td, char *path, enum uio_seg pathseg, char **pbuf, int cflag) argument
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_smb.c301 char *pp, *up, *pbuf, *encpass; local
320 pbuf = malloc(SMB_MAXPASSWORDLEN + 1, M_SMBTEMP, M_WAITOK);
329 iconv_convstr(vcp->vc_toupper, pbuf,
332 strncpy(pbuf, smb_vc_getpass(vcp), SMB_MAXPASSWORDLEN);
333 pbuf[SMB_MAXPASSWORDLEN] = '\0';
336 iconv_convstr(vcp->vc_toserver, pbuf, pbuf/*,
341 smb_encrypt(pbuf, vcp->vc_ch, encpass);
344 strncpy(pbuf, smb_vc_getpass(vcp),
346 pbuf[SMB_MAXPASSWORDLE
504 char *pp, *pbuf, *encpass; local
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_util.c107 char **pbuf, int cflag, int dfd)
111 LIN_SDT_PROBE5(util, linux_emul_convpath, entry, path, pathseg, pbuf,
114 retval = kern_alternate_path(td, linux_emul_path, path, pathseg, pbuf,
106 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, char **pbuf, int cflag, int dfd) argument
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_sysvec.c259 char **pbuf, int create)
262 return (kern_alternate_path(td, svr4_emul_path, path, pathseg, pbuf,
258 svr4_emul_find(struct thread *td, char *path, enum uio_seg pathseg, char **pbuf, int create) argument
/freebsd-10.0-release/sys/dev/sound/pci/
H A Denvy24.c161 sample32_t *pbuf; member in struct:sc_info
1411 dmabuf = ch->parent->pbuf;
1444 dmabuf = ch->parent->pbuf;
1486 dmabuf = ch->parent->pbuf;
2209 if (sc->pbuf) printf(" sc->pbuf(0x%08x)\n", (u_int32_t)sc->pbuf);
2210 else printf(" sc->pbuf(null)\n");
2219 if (sc->pbuf)
2220 bus_dmamem_free(sc->dmat, sc->pbuf, s
[all...]
H A Denvy24ht.c160 sample32_t *pbuf; member in struct:sc_info
1320 dmabuf = ch->parent->pbuf;
1353 dmabuf = ch->parent->pbuf;
1395 dmabuf = ch->parent->pbuf;
2125 if (sc->pbuf) printf(" sc->pbuf(0x%08x)\n", (u_int32_t)sc->pbuf);
2126 else printf(" sc->pbuf(null)\n");
2135 if (sc->pbuf)
2136 bus_dmamem_free(sc->dmat, sc->pbuf, s
[all...]
H A Dhdspe-pcm.c272 sc->pbuf[dst + HDSPE_CHANBUF_SAMPLES * ch->lslot] =
274 sc->pbuf[dst + HDSPE_CHANBUF_SAMPLES * ch->rslot] =
298 buf = sc->pbuf;
H A Dhdspe.c175 /* pbuf (play buffer). */
176 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf,
178 device_printf(sc->dev, "Can't alloc pbuf.\n");
182 if (bus_dmamap_load(sc->dmat, sc->pmap, sc->pbuf, sc->bufsize,
184 device_printf(sc->dev, "Can't load pbuf.\n");
201 bzero(sc->pbuf, sc->bufsize);
213 paddr = vtophys(sc->pbuf);
346 bus_dmamem_free(sc->dmat, sc->pbuf, sc->pmap);
348 sc->rbuf = sc->pbuf = NULL;
H A Dhdspe.h158 uint32_t *pbuf; member in struct:sc_info
H A Dneomagic.c71 u_int32_t buftop, pbuf, rbuf, cbuf, acbuf; member in struct:sc_info
356 chnbuf = (dir == PCMDIR_PLAY)? sc->pbuf : sc->rbuf;
424 nm_wr(sc, NM_PBUFFER_START, sc->pbuf, 4);
425 nm_wr(sc, NM_PBUFFER_END, sc->pbuf + NM_BUFFSIZE - ssz, 4);
426 nm_wr(sc, NM_PBUFFER_CURRP, sc->pbuf, 4);
427 nm_wr(sc, NM_PBUFFER_WMARK, sc->pbuf + ch->wmark, 4);
461 return nm_rd(sc, NM_PBUFFER_CURRP, 4) - sc->pbuf;
500 nm_wr(sc, NM_PBUFFER_WMARK, sc->pbuf + sc->pch.wmark, 4);
587 sc->pbuf = sc->rbuf - NM_BUFFSIZE;
588 sc->acbuf = sc->pbuf
[all...]
/freebsd-10.0-release/sys/dev/usb/serial/
H A Dusb_serial.h109 void (*ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
/freebsd-10.0-release/sys/dev/ed/
H A Dif_ed_novell.c234 char pbuf0[ED_PAGE_SIZE], pbuf[ED_PAGE_SIZE], tbuf[ED_PAGE_SIZE]; local
249 pbuf[i] = 255 - x;
250 ed_pio_writemem(sc, pbuf, x * 256, ED_PAGE_SIZE);
252 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0) {
269 pbuf[i] = 255 - x;
270 ed_pio_writemem(sc, pbuf, x * 256, ED_PAGE_SIZE);
272 if (bcmp(pbuf, tbuf, ED_PAGE_SIZE) == 0)

Completed in 153 milliseconds

1234