Home
last modified time | relevance | path

Searched refs:INTERNAL_SYSTEM_ERROR (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DURLAttributeVerifier.java99 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in initialize()
107 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in initialize()
H A DServiceStoreFactory.java110 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
125 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
135 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
145 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in createServiceStoreFromProperty()
H A DServiceLocationException.java184 public static final short INTERNAL_SYSTEM_ERROR = 20; field in ServiceLocationException
H A DAuthBlock.java659 ServiceLocationException.INTERNAL_SYSTEM_ERROR,
757 ServiceLocationException.INTERNAL_SYSTEM_ERROR,
767 ServiceLocationException.INTERNAL_SYSTEM_ERROR,
831 ServiceLocationException.INTERNAL_SYSTEM_ERROR,
H A DServiceLocationManager.java235 ServiceLocationException.INTERNAL_SYSTEM_ERROR : in getRefreshInterval()
H A DSunDATable.java337 ServiceLocationException.INTERNAL_SYSTEM_ERROR : in getSrvReply()
H A DSLPTemplateRegistry.java514 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in findVersionedURL()
H A DSLPHeaderV2.java568 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in parseOptions()
576 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in parseOptions()
H A DAttributeVerifier.java778 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in parseTemplateAttributes()
1217 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in parseAttributes()
1553 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in parseAttribute()
H A Dslpd.java613 case ServiceLocationException.INTERNAL_SYSTEM_ERROR: in errorExit()
H A DTransact.java1079 ServiceLocationException.INTERNAL_SYSTEM_ERROR, in run()
H A DRequestHandler.java790 short errCode = ServiceLocationException.INTERNAL_SYSTEM_ERROR; in printInternalizeErrorMessage()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dslp.h138 #define INTERNAL_SYSTEM_ERROR 0x0010 macro
H A Dsnoop_slp.c1605 case INTERNAL_SYSTEM_ERROR: return "internal system error"; in slpv1_error()