Searched refs:tmp_p (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dresources.c200 int *tmp_buf, *tmp_p; local
239 tmp_p = tmp_buf;
242 *tmp_p++ = dev->number;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmain_usb.c1377 unsigned char *start_p = NULL, *end_p = NULL, *tmp_p = NULL; local
1416 tmp_p = buf1;
1417 while(*tmp_p != 0x00) {
1418 if(*tmp_p==' ')
1419 tmp_p++;
1424 memcpy(dest,tmp_p,strlen(tmp_p));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c379 char **tmp_p; local
381 tmp_p = (char **)OPENSSL_realloc(arg->data,
383 if (tmp_p == NULL)
385 arg->data = tmp_p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c411 char **tmp_p; local
413 tmp_p = (char **)OPENSSL_realloc(arg->data,
415 if (tmp_p == NULL)
417 arg->data = tmp_p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c411 char **tmp_p; local
413 tmp_p = (char **)OPENSSL_realloc(arg->data,
415 if (tmp_p == NULL)
417 arg->data = tmp_p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c1026 const char __user *tmp_p = p; local
1055 ret = copy_from_user(buf, tmp_p, to_send);
1077 tmp_p += to_send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c711 dma_addr_t tmp_p; local
714 PAGE_SIZE, &tmp_p);
725 if (!tmp_p) {
732 PAGE_SIZE, &tmp_p);
747 tmp_p + (k * lst_size);

Completed in 197 milliseconds