copystr           284 kern/vm/copyinout.c 	result = copystr(dest, (const char *)usersrc, len, stoplen, actual);
copystr           317 kern/vm/copyinout.c 	result = copystr((char *)userdest, src, len, stoplen, actual);