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.c80 struct file_efihttp { struct
735 struct file_efihttp *fh; in _efihttp_fs_open()
743 fh = calloc(1, sizeof(struct file_efihttp)); in _efihttp_fs_open()
950 struct file_efihttp *fh; in _efihttp_fs_read()
954 fh = (struct file_efihttp *)f->f_fsdata; in _efihttp_fs_read()
1040 struct file_efihttp *fh; in efihttp_fs_seek()
1046 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_seek()
1088 struct file_efihttp *fh; in efihttp_fs_stat()
1090 fh = (struct file_efihttp *)f->f_fsdata; in efihttp_fs_stat()
1104 struct file_efihttp *fh; in efihttp_fs_readdir()
[all …]