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

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_test.c154 char local_buf[1024]; local
157 len = sizeof(local_buf) < count ? sizeof(local_buf) - 1 : count;
158 len = len - copy_from_user(local_buf, buf, len);
159 local_buf[len] = 0;
161 p1 = local_buf;

Completed in 26 milliseconds