Home
last modified time | relevance | path

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

/src/stand/efi/libefi/
H A Defihttp.c58 static int efihttp_fs_open(const char *path, struct open_file *f);
96 .fo_open = efihttp_fs_open,
560 efihttp_fs_open(const char *path, struct open_file *f) in efihttp_fs_open() function
734 err = efihttp_fs_open(path, f); in efihttp_fs_seek()