Searched refs:readin_handle_t (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/stand/common/
H A Dreadin.h32 typedef struct vectx * readin_handle_t; typedef in typeref:struct:vectx
36 typedef int readin_handle_t; typedef
H A Dmisc.c116 kern_pread(readin_handle_t fd, vm_offset_t dest, size_t len, off_t off)
140 alloc_pread(readin_handle_t fd, off_t off, size_t len)
H A Dbootstrap.h76 int kern_pread(readin_handle_t fd, vm_offset_t dest, size_t len, off_t off);
77 void *alloc_pread(readin_handle_t fd, off_t off, size_t len);
347 ssize_t (*arch_readin)(readin_handle_t, vm_offset_t, const size_t);
/freebsd-current/stand/efi/loader/
H A Dloader_efi.h52 ssize_t efi_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
H A Dcopy.c499 efi_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
/freebsd-current/stand/i386/libi386/
H A Di386_copy.c63 i386_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
H A Dlibi386.h104 ssize_t i386_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
/freebsd-current/stand/userboot/userboot/
H A Dlibuserboot.h56 extern ssize_t userboot_readin(readin_handle_t, vm_offset_t, size_t);
H A Dcopy.c48 userboot_readin(readin_handle_t fd, vm_offset_t va, size_t len)
/freebsd-current/stand/libofw/
H A Dlibofw.h55 ssize_t ofw_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
H A Dofw_copy.c133 ofw_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
/freebsd-current/stand/uboot/
H A Dlibuboot.h63 ssize_t uboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
H A Dcopy.c161 uboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)
/freebsd-current/stand/kboot/kboot/
H A Dmain.c44 ssize_t kboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len);
548 kboot_readin(readin_handle_t fd, vm_offset_t dest, const size_t len)

Completed in 295 milliseconds