Searched refs:efihttp_fs_read (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/efi/libefi/ |
H A D | efihttp.c | 61 static int efihttp_fs_read(struct open_file *f, void *buf, size_t size, 99 .fo_read = efihttp_fs_read, 671 efihttp_fs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in efihttp_fs_read() function 779 efihttp_fs_read(f, dirbuf, dirbuf_len, NULL); in efihttp_fs_readdir()
|