Home | History | Annotate | Download | only in sys

Lines Matching defs:BUF_SIZE

1059 #define BUF_SIZE		2048
1068 if (!(buf = MALLOC(dhd->osh, BUF_SIZE))) {
1075 if (strlen(arg) > BUF_SIZE) {
1176 MFREE(dhd->osh, buf, BUF_SIZE);