Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1216 char *bufp, *countptr; in dhd_sprom()
1231 bufp = buf; in dhd_sprom()
1232 memset(bufp, 0, DHD_IOCTL_MAXLEN); in dhd_sprom()
1233 strcpy(bufp, "sprom"); in dhd_sprom()
1234 bufp += strlen("sprom") + 1; in dhd_sprom()
1245 memcpy(bufp, &offset, sizeof(int)); in dhd_sprom()
1246 bufp += sizeof(int); in dhd_sprom()
1247 memcpy(bufp, &bytes, sizeof(int)); in dhd_sprom()
1248 bufp += sizeof(int); in dhd_sprom()
1250 if (!ISALIGNED((uintptr)bufp, sizeof(uint16))) { in dhd_sprom()
[all …]