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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c257 static unsigned long tracebuf[TRACEMAX]; variable
2824 rc = copy_to_user(pData, &tracebuf[tracestrip],
2825 chunk * sizeof(tracebuf[0]) );
2826 pData += chunk * sizeof(tracebuf[0]);
2832 rc = copy_to_user(pData, &tracebuf[tracestrip],
2833 chunk * sizeof(tracebuf[0]) );
3166 tracebuf[tracestuff++] = jiffies;
3181 tracebuf[tracestuff++] = bc.value;
3197 tracebuf[tracestuff++] = *++pCode;

Completed in 114 milliseconds