Searched refs:services (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | svcctl_svc.c | 28 * This interface provides remote access to list SMF services 660 * Enumerate the list of services that depend on the specified service. 710 param->services = NDR_STRDUP(mxa, ""); 717 param->services = NDR_MALLOC(mxa, input_bufsize); 718 if (param->services == NULL) { 723 bzero(param->services, input_bufsize); 732 param->services = NDR_STRDUP(mxa, ""); 740 * Enumerate the list of services we support. 770 param->services = NDR_MALLOC(mxa, buf_size); 771 if (param->services [all...] |
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Parser.java | 75 Hashtable services = new Hashtable(); field in class:Parser.ParserRecord 94 * Evaluate the query, storing away the services that match. 201 Hashtable targetServices = target.services; 202 Hashtable sourceServices = source.services;
|
H A D | ServiceTable.java | 27 // ServiceTable.java: Storage of all services. 466 // Track unregistered services. 974 // Get the hashtable of services v.s. scopes, and signatures, if 977 Hashtable services = 986 Enumeration allSurls = services.keys(); 994 services.remove(aSurl); 1001 SrvLocMsg ack = req.makeReply(services, signatures); 1011 services, 1362 Hashtable services = 1367 Enumeration urls = services [all...] |
H A D | ServiceStoreInMemory.java | 85 Hashtable services = prReturns.services; 91 if (services.get(surl) == null) { 107 services.put(surl, s); 1395 * containing deleted services. 1971 Hashtable services = null; 1976 // Get the services and signatures tables. 1978 services = ret.services; 2055 ht.put(ServiceStore.FS_SERVICES, services); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 196 endservent Network be done using services file 230 getservbyname Network get services record given its name 231 getservbyport Network get services record given numeric port 232 getservent Network get next services record 321 setservent Network prepare services file for use
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_services.c | 397 char ***services) 399 return (krb5_ldap_list(context, services, "krbService", containerdn)); 396 krb5_ldap_list_services(krb5_context context, char *containerdn, char ***services) argument
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 383 char *services = get_db("ipnodes"); local 387 p->default_config = services == NULL ? "" : services; 394 char *services = get_db("hosts"); local 398 p->default_config = services == NULL ? "" : services; 455 * prior to querying the name services.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | libnetcfg.PL | 461 services, then enter a single space, followed by <CR>. To accept the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
H A D | Opcode.pm | 467 gsbyname gsbyport gservent sservent eservent -- services
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.pm | 335 Adjusting the system clock (either manually or by services like ntp)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | DB.pm | 643 These are intended to be services performed by the clients of this API.
|
H A D | perl5db.pl | 13 structure and services provided by C<perl5db.pl>, and to describe how you
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 1774 * available to look up network services in some data base or another. 1780 * routine is available to look up services by their name. 1784 * routine is available to look up services by their port.
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 24 # for LDAP naming services. 260 the naming services entries. You can override this default by using 322 HELP - The default authentication method(s) to be used by all services 333 3 services support this feature: pam_ldap, keyserv, and passwd-cmd. 337 services which require increased security. 431 lookups. SSD are supported for all services (databases) 2931 # LDAP naming services. Use the idsconfig tool to load it. 4913 aliases hosts services ethers profile printers projects \
|
Completed in 131 milliseconds