Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/
H A Dhttp_errorstr.c78 http_errorstr(uint_t errsrc, ulong_t error) in http_errorstr() argument
84 switch (errsrc) { in http_errorstr()
H A Dboot_http.c74 uint_t errsrc; /* Source of this error */ member
139 (c_id)->errs[(c_id)->numerrs].errsrc = (src), \
144 (e_src) = (c_id)->errs[((c_id)->nexterr)].errsrc, \
1452 http_get_lasterr(http_handle_t handle, uint_t *errsrc) in http_get_lasterr() argument
1459 if (errsrc) in http_get_lasterr()
1460 *errsrc = ERRSRC_LIBHTTP; in http_get_lasterr()
1468 if (errsrc) in http_get_lasterr()
1469 *errsrc = ERRSRC_LIBHTTP; in http_get_lasterr()
1474 if (errsrc) in http_get_lasterr()
1475 *errsrc = src; in http_get_lasterr()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c1717 uint_t errsrc; in web_connect() local
1765 while ((errcode = http_get_lasterr(ps->hps, &errsrc)) != 0) { in web_connect()
1767 if (errsrc == ERRSRC_SYSTEM) { in web_connect()
1772 libhttperr = http_errorstr(errsrc, errcode); in web_connect()
1920 uint_t errsrc; in web_send_request() local
1927 &errsrc)) != 0) { in web_send_request()
1929 if (errsrc == ERRSRC_SYSTEM) { in web_send_request()
1935 http_errorstr(errsrc, errcode); in web_send_request()
1972 &errsrc)) != 0) { in web_send_request()
1974 if (errsrc == ERRSRC_SYSTEM) { in web_send_request()
[all …]