Home
last modified time | relevance | path

Searched refs:host_llseek (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/kboot/include/
H A Dhost_syscall.h170 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 Dhost_syscalls.c70 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 Dhostfs.c139 err = host_llseek(hf->hf_fd, offh, offl, &res, whence); in hostfs_seek()
H A Dhostdisk.c315 if (host_llseek(desc->d_unit, posh, posl, &res, 0) < 0) in hostdisk_strategy()