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