Searched defs:bufp (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Ddhdu.c1187 char *bufp, *countptr;
1202 bufp = buf;
1203 memset(bufp, 0, DHD_IOCTL_MAXLEN);
1204 strcpy(bufp, "sprom");
1205 bufp += strlen("sprom") + 1;
1216 memcpy(bufp, &offset, sizeof(int));
1217 bufp += sizeof(int);
1218 memcpy(bufp, &bytes, sizeof(int));
1219 bufp += sizeof(int);
1221 if (!ISALIGNED((uintptr)bufp, sizeo
1425 char *bufp; local
1494 char *bufp; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1187 char *bufp, *countptr;
1202 bufp = buf;
1203 memset(bufp, 0, DHD_IOCTL_MAXLEN);
1204 strcpy(bufp, "sprom");
1205 bufp += strlen("sprom") + 1;
1216 memcpy(bufp, &offset, sizeof(int));
1217 bufp += sizeof(int);
1218 memcpy(bufp, &bytes, sizeof(int));
1219 bufp += sizeof(int);
1221 if (!ISALIGNED((uintptr)bufp, sizeo
1425 char *bufp; local
1494 char *bufp; local
[all...]

Completed in 101 milliseconds