Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defihttp.c76 struct file_efihttp { struct
397 struct file_efihttp *fh; in _efihttp_fs_open()
405 fh = calloc(1, sizeof(struct file_efihttp)); in _efihttp_fs_open()
609 struct file_efihttp *fh; in _efihttp_fs_read()
613 fh = (struct file_efihttp *)f->f_fsdata; in _efihttp_fs_read()
699 struct file_efihttp *fh; in efihttp_fs_seek()
705 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_seek()
747 struct file_efihttp *fh; in efihttp_fs_stat()
749 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_stat()
763 struct file_efihttp *fh; in efihttp_fs_readdir()
[all …]