Searched refs:host_llseek (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/kboot/include/ |
H A D | host_syscall.h | 170 ssize_t host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence);
|
/freebsd/stand/kboot/libkboot/ |
H A D | host_syscalls.c | 70 host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence) in host_llseek() function
|
/freebsd/stand/kboot/kboot/ |
H A D | hostfs.c | 139 err = host_llseek(hf->hf_fd, offh, offl, &res, whence); in hostfs_seek()
|
H A D | hostdisk.c | 315 if (host_llseek(desc->d_unit, posh, posl, &res, 0) < 0) in hostdisk_strategy()
|