Home | History | Annotate | Download | only in sys

Lines Matching refs:val_size

2021                 void *params, int plen, void *arg, int len, int val_size)
2027 DHD_TRACE(("%s: Enter, action %d name %s params %p plen %d arg %p len %d val_size %d\n",
2028 __FUNCTION__, actionid, name, params, plen, arg, len, val_size));
2055 bcopy(&int_val, arg, val_size);
2069 bcopy(&int_val, arg, val_size);
2088 bcopy(&int_val, arg, val_size);
2098 bcopy(&int_val, arg, val_size);
2111 bcopy(&int_val, arg, val_size);
2120 bcopy(&int_val, arg, val_size);
2175 bcopy(&int_val, arg, val_size);
2180 bcopy(&int_val, arg, val_size);
2198 bcopy(&int_val, arg, val_size);
2209 bcopy(&int_val, arg, val_size);
2220 bcopy(&int_val, arg, val_size);
2229 bcopy(&int_val, arg, val_size);
2320 bcopy(&int_val, arg, val_size);
2329 bcopy(&int_val, arg, val_size);
2338 bcopy(&int_val, arg, val_size);
2347 bcopy(&int_val, arg, val_size);
2362 bcopy(&int_val, arg, val_size);
2396 bcopy(&int_val, arg, val_size);
2608 int val_size;
2692 val_size = 0;
2694 val_size = len;
2697 val_size = sizeof(int);
2700 bcmerror = dhdsdio_doiovar(bus, vi, actionid, name, params, plen, arg, len, val_size);