taglinefilesource code
count138kernel/chr_drv/mem.cint count1;
count155kernel/chr_drv/mem.ccount1 = count;
count156kernel/chr_drv/mem.cif (p + count1 > sizeof(struct user))
count157kernel/chr_drv/mem.ccount1 = sizeof(struct user)-p;
count159kernel/chr_drv/mem.cmemcpy_tofs(buf,(void *) pnt, count1);
count160kernel/chr_drv/mem.cbuf += count1;
count161kernel/chr_drv/mem.cp += count1;
count162kernel/chr_drv/mem.ccount -= count1;
count163kernel/chr_drv/mem.cread += count1;