Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defihttp.c68 struct open_efihttp { struct
236 struct open_efihttp *oh; in efihttp_dev_open()
285 oh = calloc(1, sizeof(struct open_efihttp)); in efihttp_dev_open()
366 struct open_efihttp *oh; in efihttp_dev_close()
370 oh = (struct open_efihttp *)dev->d_opendata; in efihttp_dev_close()
395 struct open_efihttp *oh; in _efihttp_fs_open()
403 oh = (struct open_efihttp *)dev->d_opendata; in _efihttp_fs_open()
607 struct open_efihttp *oh; in _efihttp_fs_read()
622 oh = (struct open_efihttp *)dev->d_opendata; in _efihttp_fs_read()