Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defihttp.c63 static int efihttp_fs_open(const char *path, struct open_file *f);
112 .fo_open = efihttp_fs_open,
899 efihttp_fs_open(const char *path, struct open_file *f) in efihttp_fs_open() function
1076 err = efihttp_fs_open(path, f); in efihttp_fs_seek()