Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defihttp.c65 static off_t efihttp_fs_seek(struct open_file *f, off_t offset, int where);
101 .fo_seek = efihttp_fs_seek,
697 efihttp_fs_seek(struct open_file *f, off_t offset, int where) in efihttp_fs_seek() function
739 return efihttp_fs_seek(f, offset, where); in efihttp_fs_seek()
778 efihttp_fs_seek(f, 0, SEEK_SET); in efihttp_fs_readdir()