HomeSort by relevance Sort by last modified time
    Searched refs:pbuf (Results 26 - 50 of 58) sorted by null

12 3

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 562 int my_read(int fd, uchar *pbuf, int len)
573 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter, pbuf=%lx, len = %d\n", __func__, (unsigned long)pbuf, len);
574 memset(pbuf, 0, len);
613 ret = read(fd, pbuf+offset, (size_t)count);
625 if (pbuf[offset] == HCIT_TYPE_NFC)
627 else if (pbuf[offset] == HCIT_TYPE_EVENT)
631 ALOGD( "%s: unknown HCIT type header pbuf[%d] = %x\n", __func__, offset, pbuf[offset]);
639 count = pbuf[offset-1]
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 174 UINT8 report_id, BT_HDR *pbuf);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 218 char *pbuf, *dir = NULL, *gid_str = NULL; local
224 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
225 if (pbuf == NULL)
227 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
228 dir = pbuf + 4;
235 dir = pbuf;
240 os_free(pbuf);
246 os_free(pbuf);
262 os_free(pbuf);
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 317 vchar_t *pbuf = NULL; /* for payload parsing */
350 pbuf = isakmp_parse(msg);
351 if (pbuf == NULL)
353 pa = (struct isakmp_parse_t *)pbuf->v;
532 if (pbuf)
533 vfree(pbuf);
697 vchar_t *pbuf = NULL; /* for payload parsing */
721 pbuf = isakmp_parse(msg);
722 if (pbuf == NULL)
725 for (pa = (struct isakmp_parse_t *)pbuf->v
316 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
696 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
840 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
1388 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
    [all...]
isakmp_inf.c 129 vchar_t *pbuf = NULL;
281 if (!(pbuf = isakmp_parse(msg))) {
287 for (pa = (struct isakmp_parse_t *)pbuf->v; pa->type; pa++) {
322 if (pbuf != NULL)
323 vfree(pbuf);
338 vchar_t *pbuf;
455 vchar_t *pbuf;
128 vchar_t *pbuf = NULL; local
337 vchar_t *pbuf; local
454 vchar_t *pbuf; local
    [all...]
ipsec_doi.c 1329 vchar_t *pbuf = NULL; local
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1333 if (pbuf == NULL)
1336 for (pa = (struct isakmp_parse_t *)pbuf->v;
1343 vfree(pbuf);
1356 vfree(pbuf);
1376 vfree(pbuf);
1380 vfree(pbuf);
1381 pbuf = NULL;
1465 vchar_t *pbuf = NULL; local
    [all...]
  /external/srec/srec/crec/
word_lattice.c 153 char *pbuf = buf; local
154 *pbuf = 0;
162 ASSERT(pbuf + strlen(p) + 1 < buf + buflen);
163 pbuf += sprintf(pbuf, "%s ", p);
168 if (pbuf > buf && *(pbuf - 1) == ' ') *(pbuf - 1) = 0;
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 488 char pbuf[NI_MAXSERV]; local
540 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
543 sport = atoi(pbuf);
561 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
564 dport = atoi(pbuf);
  /ndk/sources/host-tools/nawk-20071023/
lib.c 104 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */
107 char *buf = *pbuf;
158 *pbuf = buf;
169 *pbuf = buf;
182 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */
185 char *rr, *buf = *pbuf;
218 *pbuf = buf;
lex.c 101 int gettok(char **pbuf, int *psz) /* get next input token */
104 char *buf = *pbuf;
159 *pbuf = buf;
run.c 94 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr,
96 /* pbuf: address of pointer to buffer being managed
109 int boff = pbptr ? *pbptr - *pbuf : 0;
113 tbuf = (char *) realloc(*pbuf, minlen);
114 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );
120 *pbuf = tbuf;
807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */
816 char *buf = *pbuf;
937 *pbuf = buf
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 441 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
465 if (pbuf)
466 GKI_freebuf ((void *)pbuf);
469 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ;
  /external/qemu/
tap-win32.c 539 uint8_t **pbuf, int max_size)
546 *pbuf = buffer->buffer;
557 uint8_t *pbuf)
559 tun_buffer_t* buffer = (tun_buffer_t*)pbuf;
  /external/bluetooth/bluedroid/hci/src/
userial.c 168 static int select_read(int fd, uint8_t *pbuf, int len)
212 ret = read(fd, pbuf, (size_t)len);
  /external/llvm/lib/Support/
regengine.inc 1014 static char pbuf[10];
1017 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1019 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1020 return(pbuf);
  /external/quake/quake/src/WinQuake/
draw.cpp 847 byte *pbuf; local
857 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
863 pbuf[x] = 0;
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 1168 static char pbuf[10]; local
1171 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1173 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1174 return(pbuf);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 1003 static char pbuf[10]; local
1006 (void)_snprintf(pbuf, sizeof pbuf, "%c", ch);
1008 (void)_snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1009 return(pbuf);
  /bionic/libc/kernel/arch-mips/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /external/kernel-headers/original/asm-mips/sgi/
hpc3.h 20 u32 pbuf; /* physical address of data buffer */ member in struct:hpc_dma_desc
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /external/quake/quake/src/QW/client/
draw.c 965 byte *pbuf; local
975 pbuf = (byte *)(vid.buffer + vid.rowbytes*y);
981 pbuf[x] = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);

Completed in 3455 milliseconds

12 3