Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/libefi/
H A Defihttp.c74 struct open_efihttp { struct
242 struct open_efihttp *oh; in efihttp_dev_open()
291 oh = calloc(1, sizeof(struct open_efihttp)); in efihttp_dev_open()
372 struct open_efihttp *oh; in efihttp_dev_close()
376 oh = (struct open_efihttp *)dev->d_opendata; in efihttp_dev_close()
401 struct open_efihttp *oh; in _efihttp_fs_open()
409 oh = (struct open_efihttp *)dev->d_opendata; in _efihttp_fs_open()
611 struct open_efihttp *oh; in _efihttp_fs_read()
626 oh = (struct open_efihttp *)dev->d_opendata; in _efihttp_fs_read()