Searched refs:tbp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dtask_nommu.c73 struct vm_list_struct *tbp; local
77 for (tbp = mm->context.vmlist; tbp; tbp = tbp->next) {
78 if (tbp->vma)
79 vsize += kobjsize((void *) tbp->vma->vm_start);
88 struct vm_list_struct *tbp; local
92 for (tbp = mm->context.vmlist; tbp; tb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dimlib2.c398 const char *tbp = ci->text; local
420 tbp = "[File not found]";
426 tbp = tbuff;
428 tbp = "[I/O Error]";
434 if (tbp)
435 strftime(buff, sizeof(buff), tbp, localtime(&now));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c1828 struct nlattr *tbp[NDTPA_MAX+1]; local
1832 err = nla_parse_nested(tbp, NDTPA_MAX, tb[NDTA_PARMS],
1837 if (tbp[NDTPA_IFINDEX])
1838 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]);
1847 if (tbp[i] == NULL)
1852 p->queue_len = nla_get_u32(tbp[i]);
1855 p->proxy_qlen = nla_get_u32(tbp[i]);
1858 p->app_probes = nla_get_u32(tbp[i]);
1861 p->ucast_probes = nla_get_u32(tbp[i]);
1864 p->mcast_probes = nla_get_u32(tbp[
[all...]

Completed in 57 milliseconds