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.c59 static int efihttp_fs_open(const char *path, struct open_file *f);
97 .fo_open = efihttp_fs_open,
561 efihttp_fs_open(const char *path, struct open_file *f) in efihttp_fs_open() function
735 err = efihttp_fs_open(path, f); in efihttp_fs_seek()