/titanic_52/usr/src/cmd/dtrace/demo/ |
H A D | chapters | 4 url: http://wikis.sun.com/display/DTrace/Documentation 9 url: http://wikis.sun.com/display/DTrace/Actions+and+Subroutines 14 url: http://wikis.sun.com/display/DTrace/Aggregations 19 url: http://wikis.sun.com/display/DTrace/Anonymous+Tracing 24 url: http://wikis.sun.com/display/DTrace/Buffers+and+Buffering 29 url: http://wikis.sun.com/display/DTrace/dtrace+Provider 34 url: http://wikis.sun.com/display/DTrace/fbt+Provider 39 url: http://wikis.sun.com/display/DTrace/Introduction 44 url: http://wikis.sun.com/display/DTrace/io+Provider 49 url [all...] |
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | hurl.sh | 20 : copy http url data 34 [+NAME?hurl - copy http url data] 47 [a:authorize?The url authorization user name and password, separated 53 url 81 url=$1 87 do test 0 != $verbose && echo "$command: url=$url" >&2 88 case $url in 89 *://*/*)prot=${url%%:*} 90 url [all...] |
/titanic_52/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | url.c | 35 /* LIBLDAP url.c -- LDAP URL related routines 64 ldap_is_ldap_url( const char *url ) in ldap_is_ldap_url() argument 68 return( url != NULL in ldap_is_ldap_url() 69 && skip_url_prefix( &url, &enclosed, &secure )); in ldap_is_ldap_url() 123 ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) in ldap_url_parse() argument 130 if (( rc = nsldapi_url_parse( url, ludpp, 1 )) == 0 ) { in ldap_url_parse() 148 ldap_url_parse_nodn(const char *url, LDAPURLDesc **ludpp) in ldap_url_parse_nodn() argument 155 if ((rc = nsldapi_url_parse(url, ludpp, 0)) == 0) { in ldap_url_parse_nodn() 181 nsldapi_url_parse( const char *url, LDAPURLDesc **ludpp, int dn_required ) in nsldapi_url_parse() argument 188 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_url_parse(%s)\n", url, in nsldapi_url_parse() 405 ldap_url_search(LDAP * ld,const char * url,int attrsonly) ldap_url_search() argument 482 ldap_url_search_st(LDAP * ld,const char * url,int attrsonly,struct timeval * timeout,LDAPMessage ** res) ldap_url_search_st() argument 521 ldap_url_search_s(LDAP * ld,const char * url,int attrsonly,LDAPMessage ** res) ldap_url_search_s() argument 573 char *url = 0; ldap_dns_to_url() local 804 char *url = 0; ldap_dn_to_url() local [all...] |
/titanic_52/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 127 char *url; in convert_special() local 136 url = malloc(strlen("nfs:") + strlen(oldpath) + 1); in convert_special() 138 if (url == NULL) in convert_special() 141 strcpy(url, "nfs:"); in convert_special() 142 strcat(url, oldpath); in convert_special() 150 free(url); in convert_special() 161 p = strstr(newspec, url); in convert_special() 164 free(url); in convert_special() 182 free(url); in convert_special() 209 free(url); in convert_special() [all...] |
/titanic_52/usr/src/cmd/ldap/common/ |
H A D | fileurl.c | 172 char *p, *url, *prefix ="file:"; in ldaptool_path2fileurl() local 182 if (( url = malloc( strlen( prefix ) + 3 * strlen( path ) + 1 )) == NULL ) { in ldaptool_path2fileurl() 186 strcpy( url, prefix ); in ldaptool_path2fileurl() 187 p = url + strlen( prefix ); in ldaptool_path2fileurl() 209 *urlp = url; in ldaptool_path2fileurl() 235 const char *url = NULL; in ldaptool_berval_from_ldif_value() local 238 /* recognize "attr :< url" syntax if LDIF version is >= 1 */ in ldaptool_berval_from_ldif_value() 248 for ( url = value + 1; isspace( *url ); ++url ) { in ldaptool_berval_from_ldif_value() [all...] |
/titanic_52/usr/src/common/net/wanboot/ |
H A D | parseURL.c | 115 url_parse(const char *urlstr, url_t *url) { in url_parse() argument 134 url->https = B_FALSE; in url_parse() 137 url->https = B_TRUE; in url_parse() 155 ret = url_parse_hostport(optr, &url->hport, url->https ? in url_parse() 168 plen = strlcpy(url->abspath, ptr, sizeof (url->abspath)); in url_parse() 169 if (plen >= sizeof (url->abspath)) { in url_parse() 174 (void) strlcpy(url->abspath, "/", sizeof (url in url_parse() [all...] |
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | LogDRM.java | 55 private String url; field in LogDRM 61 * @param url The location of the agent. 64 public void connect(int requested, String url) throws Exception in connect() argument 72 this.url = url; in connect() 74 version + ", server: " + url); in connect() 85 Poold.CONF_LOG.log(Severity.INFO, "Disconnected from " + url); in disconnect()
|
/titanic_52/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SSAAdvert.java | 55 ServiceURL url, in SSAAdvert() argument 72 this.initialize(url, scopes, attrs); in SSAAdvert() 77 void initialize(ServiceURL url, Vector scopes, Vector attrs) in initialize() argument 82 ServiceType serviceType = url.getServiceType(); in initialize() 106 String surl = url.toString(); in initialize() 121 url.getLifetime(), in initialize() 152 url.getLifetime()); in initialize() 176 " URL=``" + url + "''\n" + in initialize()
|
H A D | SLPV1SDAAdvert.java | 53 ServiceURL url, in SLPV1SDAAdvert() argument 58 super(hdr, xid, timestamp, url, scopes, attrs); in SLPV1SDAAdvert() 65 ServiceURL url, in initialize() argument 102 hdr.parseServiceURLOut(url, false, baos); in initialize() 113 " URL=``" + url + "''\n" + in initialize()
|
H A D | ServiceStoreFactory.java | 218 // service-url ", " language ", " lifetime [ ", " type ] in deserialize() 264 ServiceURL url = null; in deserialize() local 277 url = new ServiceURL(surl, lifetime); in deserialize() 283 ServiceType utype = url.getServiceType(); in deserialize() 295 !t.equals(url.getServiceType())) { in deserialize() 296 url.setServiceType(t); in deserialize() 413 store.register(url, attrs, scopes, locale, null, null); in deserialize() 416 CSrvReg creg = new CSrvReg(true, locale, url, scopes, in deserialize() 436 ServiceURL url = rec.getServiceURL(); in serialize() local 437 String surl = url in serialize() [all...] |
H A D | SunServerDATable.java | 113 recordNewDA(ServiceURL url, in recordNewDA() argument 120 String addr = url.getHost(); in recordNewDA() 147 vals.addElement(url.getHost()); in recordNewDA() 153 ServiceURL adURL = formServiceTableDAURL(url, attrs); in recordNewDA() 390 ServiceURL url = (ServiceURL)en.nextElement(); in findDAScopes() local 391 Vector urlScopes = (Vector)retRec.get(url); in findDAScopes() 396 store.findAttributes(url, in findDAScopes() 402 String host = url.getHost(); in findDAScopes() 452 private ServiceURL formServiceTableDAURL(ServiceURL url, Vector attrs) { in formServiceTableDAURL() argument 501 url in formServiceTableDAURL() [all...] |
H A D | ServiceStore.java | 181 * @param url The ServiceURL. 195 boolean register(ServiceURL url, Vector attrs, in register() argument 207 * @param url The ServiceURL 217 void deregister(ServiceURL url, Vector scopes, Hashtable urlSig) in deregister() argument 224 * @param url The ServiceURL. 234 void updateRegistration(ServiceURL url, Vector attrs, in updateRegistration() argument 244 * @param url The ServiceURL. 258 deleteAttributes(ServiceURL url, in deleteAttributes() argument 326 * @param url The ServiceURL for which the records should be returned. 344 Hashtable findAttributes(ServiceURL url, in findAttributes() argument [all...] |
H A D | URLAttributeVerifier.java | 55 * @param url URL from which to read the template 65 URLAttributeVerifier(String url) in URLAttributeVerifier() argument 70 initialize(url); in URLAttributeVerifier() 85 URL url = new URL(urlName); in initialize() local 89 is = url.openStream(); in initialize()
|
H A D | SDAAdvert.java | 52 ServiceURL url, in SDAAdvert() argument 78 this.initialize(timestamp, url, scopes, attrs); in SDAAdvert() 87 ServiceURL url, in initialize() argument 95 ServiceType serviceType = url.getServiceType(); in initialize() 127 String surl = url.toString(); in initialize() 146 url.getLifetime(), in initialize() 221 " URL="+url+"\n"+ in initialize()
|
H A D | CSrvDereg.java | 54 ServiceURL url, in CSrvDereg() argument 70 this.initialize(locale, url, scopes, tags, auth); in CSrvDereg() 77 ServiceURL url, in initialize() argument 111 hdr.parseServiceURLOut(url, in initialize()
|
H A D | ServiceStoreInMemory.java | 104 ServiceURL url = in setReturn() local 112 signatures.put(url, sig); in setReturn() 1336 // Keys for this table are service url as a string. We don't use 1450 ServiceURL url = rec.getServiceURL(); in ageOut() local 1457 url, in ageOut() 1478 deregisterInternal(url, scopes, lang); in ageOut() 1508 * @param url The ServiceURL. 1523 register(ServiceURL url, Vector attrs, in register() argument 1534 ServiceRecordInMemory rec = findExistingRecord(url, null, lang); in register() 1564 deregisterInternal(url, re in register() 1600 deregister(ServiceURL url, Vector scopes, Hashtable urlSig) deregister() argument 1666 updateRegistration(ServiceURL url, Vector attrs, Vector scopes, Locale locale) updateRegistration() argument 1734 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) deleteAttributes() argument 2094 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) findAttributes() argument 2489 initializeURLScopeLangTableVector(ServiceURL url, String scope, String lang) initializeURLScopeLangTableVector() argument 2697 deregisterInternal(ServiceURL url, Vector scopes, String lang) deregisterInternal() argument 3038 checkForExistingUnderOtherServiceType(ServiceURL url, Vector scopes) checkForExistingUnderOtherServiceType() argument [all...] |
H A D | ServerDATable.java | 143 recordNewDA(ServiceURL url, in recordNewDA() argument 184 ServiceURL url; in forwardSAMessage() local 186 url = ((SSrvReg)msg).URL; in forwardSAMessage() 188 url = ((CSrvReg)msg).URL; in forwardSAMessage() 191 String key = makeKey(url, hdr.locale); // need locale also... in forwardSAMessage() 253 private String makeKey(ServiceURL url, Locale locale) { in makeKey() argument 255 return url.toString() + "/" + locale.toString(); in makeKey() 365 forwardRegistrations(ServiceURL url, in forwardRegistrations() argument 387 String host = url.getHost(); in forwardRegistrations()
|
H A D | ServiceTable.java | 190 URL url = new URL(URL); in serializeServiceStore() local 191 URLConnection urlConn = url.openConnection(); in serializeServiceStore() 235 URL url = new URL(serializedURL); in getStoreFromURL() local 236 InputStream is = url.openStream(); in getStoreFromURL() 1254 ServiceURL url = in trackRegisteredServiceTypes() local 1265 store.register(url, in trackRegisteredServiceTypes() 1317 * @param url The URL to use for calculation. 1321 private long getSleepIncrement(ServiceURL url) { in getSleepIncrement() argument 1322 long urlLifetime = (long)(url.getLifetime() * 1000); in getSleepIncrement() 1372 ServiceURL url in makeDAAdvert() local 1435 ServiceURL url = makeDAAdvert() local 1515 ServiceURL url = null; makeSAAdvert() local [all...] |
/titanic_52/usr/src/cmd/cmd-crypto/pktool/ |
H A D | download.c | 44 char *url = NULL; in pk_download() local 58 "t:(objtype)u:(url)h:(http_proxy)o:(outfile)d:(dir)")) != EOF) { in pk_download() 71 if (url) in pk_download() 73 url = optarg_av; in pk_download() 108 outfile = basename(url); in pk_download() 128 if (url == NULL) { in pk_download() 169 rv = kmf_download_crl(kmfhandle, url, proxy, proxy_port, 30, in pk_download() 172 rv = kmf_download_cert(kmfhandle, url, proxy, proxy_port, 30, in pk_download()
|
/titanic_52/usr/src/cmd/ast/libshell/common/scripts/ |
H A D | shtinyurl.sh | 111 typeset url="http://${url_host}${url_path}" 119 url_path+="?url=${inputurl}" 157 typeset url="http://${url_host}${url_path}" 165 url_path+="?url=${inputurl}" 189 print -r -- "${response/~(Elr).*(\<url\>)(.*)(\<\/url\>).*/\2}" 228 url 247 typeset url="$1" 252 request_tinyurl "${url}" 256 request_trimurl "${url}" [all...] |
H A D | rssread.sh | 639 [ url ] 656 typeset url="$1" 658 if [[ "${url}" == "" ]] ; then 659 fatal_error $"No url given." 662 if [[ "${bookmark_urls[${url}]}" != "" ]] ; then 663 printmsg $"Using bookmark ${url} = ${bookmark_urls[${url}]}" 664 url="${bookmark_urls[${url}]}" 668 do_rssread "${url}" [all...] |
/titanic_52/usr/src/lib/libslp/clib/ |
H A D | SLPReg.c | 98 char *url; member 191 static SLPError packSrvReg(slp_handle_impl_t *hp, const char *url, in packSrvReg() argument 216 5 + strlen(url) + in packSrvReg() 263 if ((err = slp_add_string(m, msgLen, url, &len)) != SLP_OK) in packSrvReg() 401 static SLPError packSrvDereg(slp_handle_impl_t *hp, const char *url, in packSrvDereg() argument 421 5 + strlen(url) + in packSrvDereg() 459 if ((err = slp_add_string(m, msgLen, url, &len)) != SLP_OK) in packSrvDereg() 691 static SLPError add_rereg(const char *url, struct reg_msg *msg, in add_rereg() argument 708 if (!(reg->url = strdup(url))) { in add_rereg() 792 dereg_rereg(const char * url) dereg_rereg() argument [all...] |
/titanic_52/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08>> 36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08>> 52 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08 68 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08>> 77 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 84 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08>> 93 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 102 DESC: This entry tests URL variable expansion - url [all...] |
/titanic_52/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 331 * url - URL pointing to content to download - can be 350 web_session_control(PKG_ERR *err, char *url, char *dwnld_dir, in web_session_control() argument 363 if (!parse_url_proxy(err, url, proxy, proxy_port)) { in web_session_control() 406 ps->url.hport.hostname); in web_session_control() 412 ps->url.hport.hostname); in web_session_control() 437 ps->url.hport.hostname); in web_session_control() 443 ps->url.hport.hostname); in web_session_control() 473 ps->url.hport.hostname); in web_session_control() 479 ps->url.hport.hostname); in web_session_control() 499 pkgerr_add(err, PKGERR_WEB, gettext(ERR_DWNLD), url); in web_session_control() 1617 parse_url_proxy(PKG_ERR * err,char * url,char * proxy,ushort_t proxy_port) parse_url_proxy() argument [all...] |
/titanic_52/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 306 char *url = NULL; in foreach_server() local 312 /* dup url so we can slice 'n dice */ in foreach_server() 313 if (!(url = strdup(u))) { in foreach_server() 318 if ((err = SLPParseSrvURL(url, &surl)) != SLP_OK) { in foreach_server() 319 free(url); in foreach_server() 323 url, slp_strerror(err)); in foreach_server() 346 if (url) free(url); in foreach_server()
|