Searched defs:errsrc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dhttp_errorstr.c70 * errsrc - Which library caused the error (as returned by
78 http_errorstr(uint_t errsrc, ulong_t error) argument
84 switch (errsrc) {
H A Dboot_http.c74 uint_t errsrc; /* Source of this error */ member in struct:__anon2015
139 (c_id)->errs[(c_id)->numerrs].errsrc = (src), \
144 (e_src) = (c_id)->errs[((c_id)->nexterr)].errsrc, \
1439 * err = http_get_lasterr(handle, errsrc);
1445 * errsrc - Returns the Sources of errors (ERRSRC_* values).
1452 http_get_lasterr(http_handle_t handle, uint_t *errsrc) argument
1459 if (errsrc)
1460 *errsrc = ERRSRC_LIBHTTP;
1468 if (errsrc)
1469 *errsrc
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c1717 uint_t errsrc; local
1765 while ((errcode = http_get_lasterr(ps->hps, &errsrc)) != 0) {
1767 if (errsrc == ERRSRC_SYSTEM) {
1772 libhttperr = http_errorstr(errsrc, errcode);
1920 uint_t errsrc; local
1927 &errsrc)) != 0) {
1929 if (errsrc == ERRSRC_SYSTEM) {
1935 http_errorstr(errsrc, errcode);
1972 &errsrc)) != 0) {
1974 if (errsrc
2098 uint_t errsrc; local
2148 uint_t errsrc; local
[all...]

Completed in 75 milliseconds