/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SrvLocMsgImpl.java | 80 return hdr.errCode;
|
H A D | SLPServerHeaderV2.java | 134 errCode = (short)getInt(dis); 238 hdr.errCode = ((ServiceLocationException)ex).getErrorCode(); 240 if (!ServiceLocationException.validWireErrorCode(hdr.errCode)) { 241 hdr.errCode = ServiceLocationException.INTERNAL_ERROR; 247 hdr.errCode = ServiceLocationException.PARSE_ERROR; 250 hdr.errCode = ServiceLocationException.INTERNAL_ERROR; 300 " errCode=``" + errCode + "''\n" +
|
H A D | SLPV1CDAAdvert.java | 71 hdr.errCode = (short)hdr.getInt(dis); 75 if (hdr.errCode != ServiceLocationException.OK) {
|
H A D | SLPHeaderV1.java | 165 errCode = ServiceLocationException.OK; 255 putInt(errCode, fin); 270 if (payload != null && errCode == ServiceLocationException.OK) { 390 hdr.errCode = ((ServiceLocationException)ex).getErrorCode(); 397 if (hdr.errCode == 427 if (hdr.errCode > ServiceLocationException.AUTHENTICATION_FAILED) { 428 hdr.errCode = ServiceLocationException.PARSE_ERROR; 434 hdr.errCode = ServiceLocationException.PARSE_ERROR; 437 hdr.errCode = ServiceLocationException.PARSE_ERROR; 488 " errCode 682 parseServiceURLIn(DataInputStream dis, boolean lifeTimeToo, short errCode) argument [all...] |
H A D | RequestHandler.java | 522 if (hdr.errCode == ServiceLocationException.OK) { 790 short errCode = ServiceLocationException.INTERNAL_SYSTEM_ERROR; 793 errCode = ((ServiceLocationException)ex).getErrorCode(); 796 errCode = ServiceLocationException.PARSE_ERROR; 800 String exMsg = "(" + errCode + "):" + ex.getMessage(); 1074 if (hdr.errCode == ServiceLocationException.OK) { 1116 if (hdr.errCode == ServiceLocationException.OK) { 1157 ((hdr.errCode != ServiceLocationException.OK) || 1210 ((hdr.errCode != ServiceLocationException.OK) || 1258 if ((hdr.errCode ! [all...] |
H A D | CAttrMsg.java | 66 if (hdr.errCode != ServiceLocationException.OK) {
|
H A D | CSrvTypeMsg.java | 66 if (hdr.errCode != ServiceLocationException.OK) {
|
H A D | ServiceLocationManager.java | 233 short errCode = 238 new ServiceLocationException(errCode, 241 new Short(errCode)});
|
H A D | SunDATable.java | 335 short errCode = 340 new ServiceLocationException(errCode, 343 new Short(errCode)});
|
H A D | CSrvMsg.java | 64 if (hdr.errCode != ServiceLocationException.OK) {
|
H A D | SDAAdvert.java | 73 this.hdr.errCode = ServiceLocationException.OK;
|
H A D | SLPHeaderV2.java | 206 errCode = ServiceLocationException.OK; 223 errCode = (short)getInt(dis); 361 putInt(errCode, bbaos); 388 if (errCode == ServiceLocationException.OK) {
|
H A D | SrvLocHeader.java | 115 short errCode = field in class:SrvLocHeader 153 return errCode;
|
H A D | Transact.java | 353 short errCode = ex.getErrorCode(); 355 if (errCode != ServiceLocationException.DA_BUSY) { 365 if (errCode ==
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp.h | 120 SLPError errCode, /* error code */ 132 SLPError errCode, /* error code */ 145 SLPError errCode, /* error code */ 157 SLPError errCode, /* error code */
|
H A D | DAAdvert.c | 40 char **attrs, char **spis, SLPError *errCode) { 58 *errCode = slp_map_err(protoErrCode); 59 if (*errCode != SLP_OK) { 39 slp_unpackDAAdvert(char *reply, char **surl, char **scopes, char **attrs, char **spis, SLPError *errCode) argument
|
H A D | SLPFindAttrs.c | 109 SLPError errCode; local 139 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) { 140 return (cb(hp, NULL, errCode, cookie)); 177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); 201 SLPError errCode; local 218 if (slp_unpackDAAdvert(reply, &surl, &scopes, &attrs, &spis, &errCode) 222 if (errCode != SLP_OK) { 223 return (cb(hp, NULL, errCode, cookie)); 231 cont = cb((SLPHandle) hp, attrs, errCode, cookie);
|
H A D | SLPFindSrvs.c | 109 SLPError errCode; local 132 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) { 133 return (cb(hp, NULL, 0, errCode, cookie)); 198 errCode, 229 SLPError errCode; local 242 if (slp_unpackDAAdvert(reply, &surl, &scopes, &attrs, &spis, &errCode) 246 if (errCode != SLP_OK) { 247 return (cb(hp, NULL, 0, errCode, cookie)); 258 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie);
|
H A D | SLPFindSrvTypes.c | 76 SLPError errCode; local 104 if ((errCode = slp_map_err(protoErrCode)) != SLP_OK) { 105 return (cb(hp, NULL, errCode, cookie)); 120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie);
|
H A D | SLPUtils.c | 355 SLPError errCode, void *cookie) { 360 if (errCode != SLP_OK) 353 collate_scopes(SLPHandle h, const char *u, unsigned short lifetime, SLPError errCode, void *cookie) argument
|
H A D | slp_targets.c | 471 SLPError errCode, void *cookie) { 478 if (errCode != SLP_OK) 469 collect_DAs(SLPHandle h, const char *u, unsigned short lifetime, SLPError errCode, void *cookie) argument
|
/illumos-gate/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 760 * errCode - value to map to an error string. 770 int errCode = 0; local 773 if (!PyArg_ParseTuple(args, "i", &errCode)) { 782 if ((beErrStr = beMapLibbePyErrorToString(errCode)) == NULL) { 783 beErrStr = be_err_to_str(errCode); 1040 * errCode - value to map to an error string. 1048 beMapLibbePyErrorToString(int errCode) argument 1050 switch (errCode) {
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 1073 int errCode; local 1077 if ((rc = ldap_parse_result(ld, lm, &errCode, &matched, &errMsg, &referrals, &srvctrls, 0)) != LDAP_SUCCESS){ 1083 fprintf(stderr, "%s: %s\n", s, ldap_err2string(errCode)); 1084 if (errCode == LDAP_REFERRAL){ 1092 if (NAME_ERROR(errCode) && matched && *matched){
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 1123 int errCode; local 1128 rc = ldap_parse_result(ld, resultMsg, &errCode, NULL, NULL, &referralsp, 1131 if (rc != LDAP_SUCCESS || errCode != LDAP_REFERRAL) { 1133 report_error(ldap_err2string(errCode), 0);
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 1941 int errCode, i, rc; local 1952 &errCode, NULL, 1962 if (errCode == LDAP_REFERRAL) { 2034 int errCode; local 2043 &errCode, NULL, NULL, &referrals, &retCtrls, 0); 2059 if (errCode == LDAP_REFERRAL) { 2087 &target_posp, &list_size, &errCode); 2113 &errCode, NULL, NULL, &referrals, &retCtrls, 0); 2129 if (errCode == LDAP_REFERRAL) {
|