Searched defs:e_code (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_error.c32 int e_code; member in struct:ns_ldaperror
83 for (i = 0; (ns_ldap_errlist[i].e_code != err) &&
84 (ns_ldap_errlist[i].e_code != -1); i++) {
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h62 int e_code; member in struct:errmsg
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c28 int e_code; member in struct:ldaperror
317 for ( i = 0; ldap_errlist[i].e_code != -1; i++ ) {
318 if ( err == ldap_errlist[i].e_code )
370 for ( i = 0; ldap_errlist[i].e_code != -1; i++ ) {
371 if ( err == ldap_errlist[i].e_code ) {
H A Ddisptmpl.c739 int e_code; member in struct:tmplerror
781 for ( i = 0; ldap_tmplerrlist[i].e_code != -1; i++ ) {
782 if ( err == ldap_tmplerrlist[i].e_code )
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c404 int e_code = 1; local
439 e_code = max(e_code, ok);
444 return(ok ? -e_code : count);
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c41 sbd_err_new(int e_code, char *fmt, va_list args) argument
46 new->e_code = e_code;
72 if (ep->e_code >= tp->t_base && ep->e_code <= tp->t_bnd)
76 txt = tp->t_text[ep->e_code - tp->t_base];
78 (void) snprintf(buf, sizeof (buf), "error %d", ep->e_code);
93 sbd_err_set_c(sbd_error_t **ep, int ce, int e_code, char *fmt, ...) argument
100 tmp = sbd_err_new(e_code, fmt, args);
113 sbd_err_set(sbd_error_t **ep, int ce, int e_code, cha argument
130 drerr_new_v(int e_code, char *fmt, va_list args) argument
136 drerr_new(int log, int e_code, char *fmt, ...) argument
152 drerr_set_c(int log, sbd_error_t **ep, int e_code, char *fmt, ...) argument
[all...]
H A Ddr_quiesce.c75 static sbd_error_t *drerr_int(int e_code, uint64_t *arr, int idx,
480 * set an e_code of ESBD_RESUME,
894 if ((hp->h_err) && ((psmerr = hp->h_err->e_code) != 0)) {
912 psmerr = hp->h_err ? hp->h_err->e_code : ESBD_NOERROR;
988 drerr_int(int e_code, uint64_t *arr, int idx, int majors) argument
1041 /* Return an sbd_error_t with the buffer and e_code */
1042 new_sbd_err = drerr_new(1, e_code, buf);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c41 sbd_err_new(int e_code, char *fmt, va_list args) argument
46 new->e_code = e_code;
72 if (ep->e_code >= tp->t_base && ep->e_code <= tp->t_bnd)
76 txt = tp->t_text[ep->e_code - tp->t_base];
78 (void) snprintf(buf, sizeof (buf), "error %d", ep->e_code);
93 sbd_err_set_c(sbd_error_t **ep, int ce, int e_code, char *fmt, ...) argument
100 tmp = sbd_err_new(e_code, fmt, args);
113 sbd_err_set(sbd_error_t **ep, int ce, int e_code, cha argument
130 drerr_new_v(int e_code, char *fmt, va_list args) argument
136 drerr_new(int log, int e_code, char *fmt, ...) argument
152 drerr_set_c(int log, sbd_error_t **ep, int e_code, char *fmt, ...) argument
[all...]
H A Ddr_quiesce.c76 static sbd_error_t *drerr_int(int e_code, uint64_t *arr, int idx,
481 * set an e_code of ESBD_RESUME,
957 if ((hp->h_err) && ((psmerr = hp->h_err->e_code) != 0)) {
975 psmerr = hp->h_err ? hp->h_err->e_code : ESBD_NOERROR;
1051 drerr_int(int e_code, uint64_t *arr, int idx, int majors) argument
1103 /* Return an sbd_error_t with the buffer and e_code */
1104 new_sbd_err = drerr_new(1, e_code, buf);
H A Ddr_mem.c235 int e_code; local
239 e_code = ESBD_NOERROR;
244 e_code = ESBD_INTERNAL;
248 e_code = ESBD_MEM_NOTVIABLE;
252 e_code = ESBD_MEM_REFUSED;
256 e_code = ESBD_MEM_NONRELOC;
260 e_code = ESBD_MEM_CANCELLED;
264 e_code = ESBD_MEMFAIL;
273 e_code = ESBD_IO;
277 if (e_code !
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c118 ep->e_code, ep->e_errno);
2415 int e_code = 0; local
2465 e_code = ESBD_NOERROR;
2470 e_code = ESBD_INTERNAL;
2474 e_code = ESBD_MEM_NOTVIABLE;
2478 e_code = ESBD_MEM_REFUSED;
2482 e_code = ESBD_MEM_NONRELOC;
2486 e_code = ESBD_MEM_CANCELLED;
2490 e_code = ESBD_MEMFAIL;
2499 e_code
2505 SBD_SET_ERR(SBD_HD2ERR(hp), e_code); local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c257 int e_code; local
261 e_code = ESBD_NOERROR;
266 e_code = ESBD_INTERNAL;
270 e_code = ESBD_MEM_NOTVIABLE;
274 e_code = ESBD_MEM_REFUSED;
278 e_code = ESBD_MEM_NONRELOC;
282 e_code = ESBD_MEM_CANCELLED;
286 e_code = ESBD_MEMFAIL;
295 e_code = ESBD_IO;
299 if (e_code !
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h64 int e_code; member in struct:__anon10240
119 #define SBD_GET_ERR(ep) ((ep)->e_code)
120 #define SBD_SET_ERR(ep, ec) ((ep)->e_code = (ec))
133 (ierr)->e_code = (int)(code); \
145 (ep)->e_code = (spe)->e_code; \
H A Dsbd_ioctl.h232 int e_code; member in struct:__anon10222
253 #define ie_code i_err.e_code
369 int32_t e_code; member in struct:__anon10233
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h235 int e_code; member in struct:__anon9455
256 #define ie_code i_err.e_code
372 int32_t e_code; member in struct:__anon9466
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1337 uint8_t e_code; /* error code returned by SC */ member in struct:drmach_msglist
1653 serr->e_code);
1919 found->e_code = php->error_code;
2244 switch (mlp->e_code) {
2316 if ((err != NULL) && (err->e_code == ESTC_MBXRPLY)) {
2522 serr->e_code);
4056 if ((err->e_code == ESTC_SMS_ERR_UNRECOVERABLE) ||
4057 (err->e_code == ESTC_MBXRPLY))
4592 if ((err->e_code == ESTC_SMS_ERR_UNRECOVERABLE) ||
4593 (err->e_code
[all...]

Completed in 199 milliseconds