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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c263 static int tracestrip; variable
2754 rc = put_user(tracestrip, ++pIndex );
2759 dumpcount = tracestuff - tracestrip;
2766 chunk = TRACEMAX - tracestrip;
2768 rc = copy_to_user(pData, &tracebuf[tracestrip],
2771 tracestrip = 0;
2776 rc = copy_to_user(pData, &tracebuf[tracestrip],
2778 tracestrip += chunk;
2781 rc = put_user(tracestrip, ++pIndex );
3150 if ( tracestuff == tracestrip ) {
[all...]

Completed in 44 milliseconds