Home
last modified time | relevance | path

Searched refs:uboot_copyin (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/stand/uboot/
HDlibuboot.h61 ssize_t uboot_copyin(const void *src, vm_offset_t dest, const size_t len);
HDcopy.c148 uboot_copyin(const void *src, vm_offset_t dest, const size_t len) in uboot_copyin() function
HDmain.c486 archsw.arch_copyin = uboot_copyin; in main()