Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/libefi/
H A Defihttp.c81 struct file_efihttp { struct
402 struct file_efihttp *fh; in _efihttp_fs_open()
410 fh = calloc(1, sizeof(struct file_efihttp)); in _efihttp_fs_open()
612 struct file_efihttp *fh; in _efihttp_fs_read()
616 fh = (struct file_efihttp *)f->f_fsdata; in _efihttp_fs_read()
702 struct file_efihttp *fh; in efihttp_fs_seek()
708 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_seek()
750 struct file_efihttp *fh; in efihttp_fs_stat()
752 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_stat()
766 struct file_efihttp *fh; in efihttp_fs_readdir()
[all …]