taglinefilesource code
count163fs/proc/array.cint count1;
count189fs/proc/array.ccount1 = count;
count190fs/proc/array.cif (p + count1 > sizeof(struct user))
count191fs/proc/array.ccount1 = sizeof(struct user)-p;
count193fs/proc/array.cmemcpy_tofs(buf,(void *) pnt, count1);
count194fs/proc/array.cbuf += count1;
count195fs/proc/array.cp += count1;
count196fs/proc/array.ccount -= count1;
count197fs/proc/array.cread += count1;