Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defihttp.c52 struct http_devdesc;
59 static int efihttp_dev_open_url(struct open_file *f, struct http_devdesc *hd);
91 struct http_devdesc { struct
372 struct http_devdesc *hd; in efihttp_dev_open()
374 hd = (struct http_devdesc *)f->f_devdata; in efihttp_dev_open()
528 efihttp_dev_open_url(struct open_file *f, struct http_devdesc *hd) in efihttp_dev_open_url()
652 struct http_devdesc *hd; in efihttp_dev_close()
656 hd = (struct http_devdesc *)f->f_devdata; in efihttp_dev_close()
681 struct http_devdesc *dev; in efihttp_parsedev()