HomeSort by relevance Sort by last modified time
    Searched refs:val_size (Results 1 - 7 of 7) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 406 int val_size; local
435 val_size = 0;
437 val_size = len;
439 val_size = sizeof(int);
450 bcopy(&int_val, arg, val_size);
459 bcopy(&int_val, arg, val_size);
473 bcopy(&int_val, arg, val_size);
509 bcopy(&int_val, arg, val_size);
514 bcopy(&int_val, arg, val_size);
523 bcopy(&int_val, arg, val_size);
    [all...]
bcmsdspi.c 266 int val_size; local
295 val_size = 0;
297 val_size = len;
299 val_size = sizeof(int);
310 bcopy(&int_val, arg, val_size);
319 bcopy(&int_val, arg, val_size);
335 bcopy(&int_val, arg, val_size);
372 bcopy(&int_val, arg, val_size);
381 bcopy(&int_val, arg, val_size);
389 bcopy(&int_val, arg, val_size);
    [all...]
bcmspibrcm.c 308 int val_size; local
340 val_size = 0;
342 val_size = len;
344 val_size = sizeof(int);
355 bcopy(&int_val, arg, val_size);
368 bcopy(&int_val, arg, val_size);
373 bcopy(&int_val, arg, val_size);
382 bcopy(&int_val, arg, val_size);
390 bcopy(&int_val, arg, val_size);
403 bcopy(&int_val, arg, val_size);
    [all...]
bcmsdstd.c 386 int val_size; local
415 val_size = 0;
417 val_size = len;
419 val_size = sizeof(int);
430 bcopy(&int_val, arg, val_size);
439 bcopy(&int_val, arg, val_size);
452 bcopy(&int_val, arg, val_size);
461 bcopy(&int_val, arg, val_size);
470 bcopy(&int_val, arg, val_size);
484 bcopy(&int_val, arg, val_size);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 209 void *params, int plen, void *arg, int len, int val_size)
230 bcopy(&int_val, arg, val_size);
244 bcopy(&int_val, arg, val_size);
249 bcopy(&int_val, arg, val_size);
267 bcopy(&int_val, arg, val_size);
392 int val_size; local
424 val_size = 0;
426 val_size = len;
429 val_size = sizeof(int);
432 bcmerror = dhd_doiovar(dhd_pub, vi, actionid, name, params, plen, arg, len, val_size);
    [all...]
dhd_sdio.c 2608 int val_size; local
    [all...]
  /external/tcpdump/
print-ppp.c 801 int val_size, name_size, msg_size; local
843 val_size = *p; /* value size */
845 if (length - (p - p0) < val_size)
848 for (i = 0; i < val_size; i++) {
    [all...]

Completed in 122 milliseconds