Searched refs:todata (Results 1 – 2 of 2) sorted by relevance
1142 void *todata,
3865 void *todata, in copyinmap() argument3873 memcpy(todata, CAST_DOWN(void *, fromaddr), length); in copyinmap()3875 if (copyin(fromaddr, todata, length) != 0) { in copyinmap()3881 if (copyin(fromaddr, todata, length) != 0) { in copyinmap()