Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.h103 http_handle_t http_srv_init(const url_t *);
H A Dbootlog.c493 bl_httphandle = http_srv_init(&bl_url); in openbootlog()
H A Dboot_http.c293 http_srv_init(const url_t *url) in http_srv_init() function
/titanic_50/usr/src/lib/libwanboot/common/
H A Dmapfile-vers82 http_srv_init;
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c640 *handlep = http_srv_init(url); in establish_http_connection()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c1659 if ((ps->hps = http_srv_init(&ps->url)) == NULL) { in web_setup()