Searched refs:image_copyin (Results 1 – 3 of 3) sorted by relevance
34 int image_copyin(lba_t blk, int fd, uint64_t *sizep);
497 error = image_copyin(block, fd, &bytesize); in mkimg()506 error = image_copyin(block, fd, &bytesize); in mkimg()
491 image_copyin(lba_t blk, int fd, uint64_t *sizep) in image_copyin() function