Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.h129 ulong_t http_get_lasterr(http_handle_t, uint_t *);
H A Dboot_http.c1452 http_get_lasterr(http_handle_t handle, uint_t *errsrc) in http_get_lasterr() function
/titanic_50/usr/src/lib/libwanboot/common/
H A Dmapfile-vers57 http_get_lasterr;
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c1765 while ((errcode = http_get_lasterr(ps->hps, &errsrc)) != 0) { in web_connect()
1926 while ((errcode = http_get_lasterr(ps->hps, in web_send_request()
1971 while ((errcode = http_get_lasterr(ps->hps, in web_send_request()
2023 while ((errcode = http_get_lasterr(ps->hps, in web_send_request()
2106 herr = http_get_lasterr(ps->hps, &errsrc); in web_eval_headers()
2343 while ((errcode = http_get_lasterr(ps->hps, in web_get_file()
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c140 while ((err = http_get_lasterr(handle, &src)) != 0) { in print_errors()