Home
last modified time | relevance | path

Searched refs:host_read (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dload_addr.c71 while (host_read(fd, &entry[0], sizeof(entry)) == sizeof(entry)) { in kboot_get_phys_load_segment()
82 ret = host_read(fd, &val_64, sizeof(val_64)); in kboot_get_phys_load_segment()
101 ret = host_read(fd, &entry, sizeof(entry)); in kboot_get_phys_load_segment()
/freebsd/stand/kboot/kboot/
H A Dkbootfdt.c72 proplen = host_read(pfd, propbuf, 1024); in add_node_to_fdt()
105 err = host_read(fd, buffer, buflen); in fdt_platform_load_dtb()
H A Dutil.c20 len = host_read(fd, buffer, buflen - 1); in file2str()
H A Dhostcons.c83 rv = host_read(0, &ch, 1); in hostcons_getchar()
H A Dhostfs.c114 sz = host_read(hf->hf_fd, start, size); in hostfs_read()
H A Dhostdisk.c318 n = host_read(desc->d_unit, buf, size); in hostdisk_strategy()
/freebsd/stand/userboot/userboot/
H A Dhost.c68 host_read(struct open_file *f, void *start, size_t size, size_t *resid) in host_read() function
158 .fo_read = host_read,
/freebsd/stand/kboot/include/
H A Dhost_syscall.h177 ssize_t host_read(int fd, void *buf, size_t nbyte);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c122 host_read(int fd, void *buf, size_t nbyte) in host_read() function