Searched refs:DownCode (Results 1 – 1 of 1) sorted by relevance
216 u8 *DownCode = NULL; in RIOBootCodeHOST() local276 DownCode = vmalloc(rbp->Count); in RIOBootCodeHOST()277 if (!DownCode) { in RIOBootCodeHOST()282 if (copy_from_user(DownCode, rbp->DataP, rbp->Count)) { in RIOBootCodeHOST()283 kfree(DownCode); in RIOBootCodeHOST()288 HostP->Copy(DownCode, StartP, rbp->Count); in RIOBootCodeHOST()289 vfree(DownCode); in RIOBootCodeHOST()