Searched refs:service (Results 26 - 50 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/timer/
H A DSimpleRecurringEventTimer.java29 package com.sun.solaris.service.timer;
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A DMakefile39 com.sun.solaris.service.pools.PoolInternal \
40 com.sun.solaris.service.pools.Element \
41 com.sun.solaris.service.pools.Value \
42 com.sun.solaris.service.pools.HRTime
/illumos-gate/usr/src/cmd/bnu/
H A Dlimits.c45 static char * _Lwords[] = {"service", "max", "system", "mode"};
60 * scan the Limits file and get the limit for the given service.
64 scanlimit(service, limitval)
65 char *service;
89 if (strcmp(service, "uucico") == SAME)
98 if (siteindep(tokens, service, limitval) == SUCCESS)
157 * service=uucico max=5
161 * FAIL - service's value does not match or wrong format
164 siteindep(flds, service, limitval)
166 char *service;
[all...]
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c56 char *service = "map-in"; local
69 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len),
73 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service);
79 "jupiter:%s: mapping_to_mcookie failed\n", service);
83 debug_msg(DEBUG_REG_ACCESS, "jupiter:%s: %llx -> %x\n", service,
94 char *service = "map-out"; local
109 service, (int)mcookie);
114 service, (int)mcookie, (long long)virt);
118 error = fc_run_priv(pdp->common, service, 2, 0,
121 log_message(MSG_ERROR, "jupiter:%s: failed\n", service);
311 char *service = "get-hwd-va"; local
374 char *service = "master-interrupt"; local
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dllib-lsldap39 const char *service,
52 const char *service,
66 const char *service,
74 const char *service,
82 const char *service,
90 const char *service,
107 const char *service,
114 const char *service,
193 const char *service,
H A Dns_sldap.h489 * service descriptor/attribute mapping structure
683 const char *service,
697 const char *service,
715 const char *service,
735 const char *service,
743 const char *service,
751 const char *service,
759 const char *service,
776 const char *service,
783 const char *service,
[all...]
/illumos-gate/usr/src/lib/efcode/pci/
H A Dpci.c45 char *service = "map-in"; local
56 error = fc_run_priv(cdp->common, service, 4, 1,
61 throw_from_fclib(env, 1, "pci:%s: failed\n", service);
88 " mapping_to_mcookie failed\n", service);
105 char *service = "map-out"; local
110 log_message(MSG_ERROR, "pci:%s: %x not mcookie!\n", service,
117 debug_msg(DEBUG_REG_ACCESS, "pci:%s: %x -> %llx\n", service,
121 error = fc_run_priv(cdp->common, service, 2, 0,
125 log_message(MSG_ERROR, "pci:%s: failed\n", service);
129 pci_config_fetch(fcode_env_t *env, char *service) argument
150 pci_config_store(fcode_env_t *env, char *service) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c119 char *service; local
120 if ((pam_get_item(pamh, PAM_SERVICE, (void **)&service) ==
121 PAM_SUCCESS) && service != NULL) {
123 service);
173 char *service; local
175 if ((pam_get_item(pamh, PAM_SERVICE, (void **)&service) ==
176 PAM_SUCCESS) && service != NULL) {
178 "%s: They don't match."), service);
297 char *service = NULL; local
312 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
[all...]
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c85 char *service; local
110 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
162 service, user);
167 "%s: stat of SMB password file failed", service);
176 service);
182 service);
188 "%s: %s does not exist."), service, user);
194 service, user);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_req.c60 krb5_flags ap_req_options, char *service, char *hostname,
68 retval = krb5_sname_to_principal(context, hostname, service,
59 krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, krb5_flags ap_req_options, char *service, char *hostname, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/envmon/
H A Dpiclenvmon.info80 NODE SUNW,rmclomv service-processor
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/envmon/
H A Dpiclenvmon.info80 NODE SUNW,rmclomv service-processor
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/envmon/
H A Dpiclenvmon.info80 NODE SUNW,rmclomv service-processor
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/envmon/
H A Dpiclenvmon.info80 NODE SUNW,rmclomv service-processor
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/envmon/
H A Dpiclenvmon.info82 NODE SUNW,rmclomv service-processor
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DLogDRM.java35 import com.sun.solaris.service.logging.Severity;
36 import com.sun.solaris.service.pools.*;
/illumos-gate/usr/src/cmd/pools/poold/libjkstat/
H A DMakefile39 com.sun.solaris.service.kstat.Kstat \
40 com.sun.solaris.service.kstat.KstatCtl
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A DMakefile39 com.sun.solaris.service.locality.LocalityDomain \
40 com.sun.solaris.service.locality.LocalityGroup
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_test.c32 * Test for existance of a specific P1275 client interface service
35 prom_test(char *service) argument
42 ci[3] = p1275_ptr2cell(service); /* Arg1: requested svc name */
60 ci[0] = p1275_ptr2cell("test-method"); /* service */
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree_connect.c98 &tcon->password, &tcon->service);
286 &tcon->path, &tcon->service);
310 char *service; local
322 service = "IPC";
325 service = "LPT1:";
329 service = "A:";
338 service,
347 service,
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dllib-lsasl23 extern int _sasl_server_new(void *ctx, const char *service,
33 const char *service,
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DProperty.java30 package com.sun.solaris.service.pools;
/illumos-gate/usr/src/lib/efcode/gp2/
H A Dgp2.c44 char *service = "map-in"; local
57 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len),
61 throw_from_fclib(env, 1, "gp2:%s: failed\n", service);
67 service);
71 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %llx -> %x\n", service,
82 char *service = "map-out"; local
97 service, (int)mcookie);
101 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %x -> %llx\n", service,
106 error = fc_run_priv(pdp->common, service, 2, 0, fc_size2cell(len),
109 log_message(MSG_ERROR, "gp2:%s: failed\n", service);
206 char *service = "claim-address"; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c34 * so lxml_get_service() fetches a service from the XML file into the
157 "service", /* SC_SERVICE */
277 if (xmlStrcmp(type, (const xmlChar *)"service") == 0)
832 * Property groups can go on any of a service, an instance, or a template.
886 * Dependency groups, execution methods can go on either a service or an
1162 * type: service / path /host
1246 * another service, but we can't do that here; we'll have to wait until the
1248 * in the other service to the entity's dependent list.
1352 SCF_TYPE_ASTRING, 1, "service");
1633 "Can't set events for global service\
1666 lxml_get_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr loctext, const char *pn_format, const char *source) argument
1747 lxml_get_all_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr container, const char *pn_format, const char *source) argument
1789 lxml_get_cardinality_attribute(entity_t *service, xmlNodePtr cursor, const char *attr_name, const char *prop_name, uint64_t *value, property_t **propp) argument
1847 lxml_get_tm_cardinality(entity_t *service, pgroup_t *pg, xmlNodePtr cursor) argument
1909 lxml_get_tm_common_name(entity_t *service, xmlNodePtr common_name) argument
1931 lxml_get_tm_description(entity_t *service, xmlNodePtr description) argument
2050 lxml_get_tm_internal_seps(entity_t *service, pgroup_t *pg, xmlNodePtr seps) argument
2079 lxml_get_tm_manpage(entity_t *service, xmlNodePtr manpage) argument
2141 lxml_get_tm_doclink(entity_t *service, xmlNodePtr doc_link) argument
2177 lxml_get_tm_documentation(entity_t *service, xmlNodePtr documentation) argument
2221 lxml_get_tm_include_values(entity_t *service, pgroup_t *pg, xmlNodePtr include_values, const char *prop_name) argument
2261 verify_range(entity_t *service, xmlNodePtr range, char *min, char *max) argument
2331 lxml_get_tm_range(entity_t *service, pgroup_t *pg, xmlNodePtr range, const char *prop_name) argument
2429 lxml_get_tm_value_element(entity_t *service, pgroup_t *pg, xmlNodePtr value, char **name_value) argument
2519 lxml_get_tm_choices(entity_t *service, pgroup_t *pg, xmlNodePtr choices) argument
2579 lxml_get_tm_constraints(entity_t *service, pgroup_t *pg, xmlNodePtr constraints) argument
2638 lxml_get_tm_values(entity_t *service, pgroup_t *pg, xmlNodePtr values) argument
2696 lxml_get_tm_prop_pattern(entity_t *service, xmlNodePtr prop_pattern, const char *pgpat_name) argument
2959 lxml_get_tm_pg_pattern(entity_t *service, xmlNodePtr pg_pattern) argument
3117 lxml_get_template(entity_t *service, xmlNodePtr templ) argument
3151 lxml_get_default_instance(entity_t *service, xmlNodePtr definst) argument
3207 lxml_get_instance(entity_t *service, xmlNodePtr inst, bundle_type_t bt, svccfg_op_t op) argument
3361 lxml_check_upgrade(const char *service) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_misc.c100 !xdr_u_int(xdrs, (uint_t *)&creds->service) ||
134 __rpc_gss_wrap_data(service, qop, context, seq_num, out_xdrs,
137 rpc_gss_service_t service;
183 switch (service) {
230 __rpc_gss_unwrap_data(service, context, seq_num, qop_check, in_xdrs,
232 rpc_gss_service_t service;
251 * Pull out wrapped data. For privacy service, this is the
252 * encrypted data. For integrity service, this is the data
259 if (service == rpc_gss_svc_privacy) {
282 } else if (service
[all...]

Completed in 762 milliseconds

1234567891011