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.c75 struct file_efihttp { struct
396 struct file_efihttp *fh; in _efihttp_fs_open()
404 fh = calloc(1, sizeof(struct file_efihttp)); in _efihttp_fs_open()
608 struct file_efihttp *fh; in _efihttp_fs_read()
612 fh = (struct file_efihttp *)f->f_fsdata; in _efihttp_fs_read()
698 struct file_efihttp *fh; in efihttp_fs_seek()
704 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_seek()
746 struct file_efihttp *fh; in efihttp_fs_stat()
748 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_stat()
762 struct file_efihttp *fh; in efihttp_fs_readdir()
[all …]