Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/titanic_51/usr/src/uts/common/os/
H A Dipc.c511 ipcperm_set(ipc_service_t *service, struct cred *cr, in ipcperm_set() argument
520 ASSERT(IPC_LOCKED(service, kperm)); in ipcperm_set()
539 audit_ipcget(service->ipcs_atype, kperm); in ipcperm_set()
560 ipcperm_set64(ipc_service_t *service, struct cred *cr, in ipcperm_set64() argument
565 ASSERT(IPC_LOCKED(service, kperm)); in ipcperm_set64()
581 audit_ipcget(service->ipcs_atype, kperm); in ipcperm_set64()
637 * Create an ipc service.
670 * Destroy an ipc service.
673 ipcs_destroy(ipc_service_t *service) in ipcs_destroy() argument
677 mutex_enter(&service in ipcs_destroy()
698 ipcs_lock(ipc_service_t * service) ipcs_lock() argument
707 ipcs_unlock(ipc_service_t * service) ipcs_unlock() argument
717 ipc_lock_internal(ipc_service_t * service,uint_t id) ipc_lock_internal() argument
741 ipc_lock(ipc_service_t * service,int id) ipc_lock() argument
764 ipc_relock(ipc_service_t * service,int id,kmutex_t * lock) ipc_relock() argument
784 ipc_lookup(ipc_service_t * service,int id,kipc_perm_t ** perm) ipc_lookup() argument
869 ipc_grow(ipc_service_t * service) ipc_grow() argument
913 ipc_keylookup(ipc_service_t * service,key_t key,int flag,kipc_perm_t ** permp) ipc_keylookup() argument
942 ipc_alloc_test(ipc_service_t * service,proc_t * pp) ipc_alloc_test() argument
990 ipc_get(ipc_service_t * service,key_t key,int flag,kipc_perm_t ** permp,kmutex_t ** lockp) ipc_get() argument
1055 ipc_commit_begin(ipc_service_t * service,key_t key,int flag,kipc_perm_t * newperm) ipc_commit_begin() argument
1111 ipc_commit_end(ipc_service_t * service,kipc_perm_t * perm) ipc_commit_end() argument
1168 ipc_cleanup(ipc_service_t * service,kipc_perm_t * perm) ipc_cleanup() argument
1190 ipc_remove(ipc_service_t * service,kipc_perm_t * perm) ipc_remove() argument
1226 ipc_rmid(ipc_service_t * service,int id,cred_t * cr) ipc_rmid() argument
1268 ipc_ids(ipc_service_t * service,int * buf,uint_t nids,uint_t * pnids) ipc_ids() argument
1347 ipc_remove_zone(ipc_service_t * service,zoneid_t zoneid) ipc_remove_zone() argument
[all...]
/titanic_51/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_services.c44 * create the service object from Directory
48 krb5_ldap_create_service(context, service, mask) in krb5_ldap_create_service() argument
50 krb5_ldap_service_params *service;
64 if (service == NULL || service->servicedn == NULL) {
76 if (service->servicetype == LDAP_KDC_SERVICE) {
79 } else if (service->servicetype == LDAP_ADMIN_SERVICE) {
82 } else if (service->servicetype == LDAP_PASSWD_SERVICE) {
92 rdns = ldap_explode_dn(service->servicedn, 1);
104 service
180 krb5_ldap_modify_service(context,service,mask) krb5_ldap_modify_service() argument
347 krb5_ldap_delete_service(context,service,servicedn) krb5_ldap_delete_service() argument
414 krb5_ldap_read_service(context,servicedn,service,omask) krb5_ldap_read_service() argument
534 krb5_ldap_free_service(context,service) krb5_ldap_free_service() argument
569 krb5_ldap_set_service_passwd(context,service,passwd) krb5_ldap_set_service_passwd() argument
[all...]
/titanic_51/usr/src/cmd/print/selector/
H A Dprint-service28 # This program manages the "active" print service selection.
29 # If called as 'print-service', it takes one of four options.
31 # [-s[et] service [-m]] Select the "active" print service, optionally
33 # [-q[uery]] Display the "active" print service.
40 # under /usr/lib/{active-service}/bin/{command} and execute that program
75 $cmd [-s[et] service [-m]] Select the \"active\" print service,
78 $cmd [-q[uery]] Display the "active" print service.
117 my $service;
[all...]
H A Ddesktop-print-management-applet44 my $service;
46 $service = svcprop("$SVC_CUPS_SCHEDULER:default", "general/active");
47 ($service =~ /true/) && ($service = 'cups') || ($service = 'lp');
49 return ($service);
71 my $service = print_service();
72 if ($service eq 'lp') {
/titanic_51/usr/src/cmd/ypcmd/
H A Dypserv.c64 static char register_failed[] = "ypserv: Unable to register service for ";
159 ypservice_t service[] = { variable
166 #define MAXSERVICES (sizeof (service)/sizeof (service[0]))
277 for (i = 0; i < sizeof (service)/sizeof (ypservice_t); i++) { in ypinit()
281 if ((nconf = getnetconfigent(service[i].netid)) == NULL) { in ypinit()
283 service[i].netid); in ypinit()
287 if ((service[i].fd = t_open(nconf->nc_device, O_RDWR, NULL)) < in ypinit()
289 logprintf("t_open failed for %s\n", service[i].netid); in ypinit()
294 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[ in ypinit()
[all...]
/titanic_51/usr/src/lib/libsldap/common/
H A Dns_wrapper.c43 int _ns_ldap_abandon_ext(char *service, int flags, in _ns_ldap_abandon_ext() argument
53 int _ns_ldap_abandon(char *service, int flags, in _ns_ldap_abandon() argument
65 int _ns_ldap_add_ext(char *service, int flags, in _ns_ldap_add_ext() argument
76 int _ns_ldap_add_ext_s(char *service, int flags, in _ns_ldap_add_ext_s() argument
86 int _ns_ldap_add(char *service, int flags, in _ns_ldap_add() argument
95 int _ns_ldap_add_s(char *service, int flags, in _ns_ldap_add_s() argument
107 int _ns_ldap_compare_ext(char *service, int flags, in _ns_ldap_compare_ext() argument
118 int _ns_ldap_compare_ext_s(char *service, int flags, in _ns_ldap_compare_ext_s() argument
129 int _ns_ldap_compare(char *service, int flags, in _ns_ldap_compare() argument
138 int _ns_ldap_compare_s(char *service, in argument
150 _ns_ldap_delete_ext(char * service,int flags,char * dn,LDAPControl ** serverctrls,LDAPControl ** clientctrls,int * msgidp) _ns_ldap_delete_ext() argument
160 _ns_ldap_delete_ext_s(char * service,int flags,char * dn,LDAPControl ** serverctrls,LDAPControl ** clientctrls) _ns_ldap_delete_ext_s() argument
170 _ns_ldap_delete(char * service,int flags,char * dn) _ns_ldap_delete() argument
179 _ns_ldap_delete_s(char * service,int flags,char * dn) _ns_ldap_delete_s() argument
191 _ns_ldap_modify_ext(char * service,int flags,char * dn,LDAPMod ** mods,LDAPControl ** serverctrls,LDAPControl ** clientctrls,int * msgidp) _ns_ldap_modify_ext() argument
202 _ns_ldap_modify_ext_s(char * service,int flags,char * dn,LDAPMod ** mods,LDAPControl ** serverctrls,LDAPControl ** clientctrls) _ns_ldap_modify_ext_s() argument
212 _ns_ldap_modify(char * service,int flags,char * dn,LDAPMod ** mods) _ns_ldap_modify() argument
222 _ns_ldap_modify_s(char * service,int flags,char * dn,LDAPMod ** mods) _ns_ldap_modify_s() argument
235 _ns_ldap_modrdn(char * service,int flags,char * dn,char * newrdn,int deleteoldrdn) _ns_ldap_modrdn() argument
244 _ns_ldap_modrdn_s(char * service,int flags,char * dn,char * newrdn,int deleteoldrdn) _ns_ldap_modrdn_s() argument
253 _ns_ldap_modrdn2(char * service,int flags,char * dn,char * newrdn,int deleteoldrdn) _ns_ldap_modrdn2() argument
262 _ns_ldap_modrdn2_s(char * service,int flags,char * dn,char * newrdn,int deleteoldrdn) _ns_ldap_modrdn2_s() argument
274 _ns_ldap_rename(char * service,int flags,char * dn,char * newrdn,char * newparent,int deleteoldrdn,LDAPControl ** serverctrls,LDAPControl ** clientctrls,int * msgidp) _ns_ldap_rename() argument
287 _ns_ldap_rename_s(char * service,int flags,char * dn,char * newrdn,char * newparent,int deleteoldrdn,LDAPControl ** serverctrls,LDAPControl ** clientctrls) _ns_ldap_rename_s() argument
302 _ns_ldap_result(char * service,int flags,int msgid,int all,struct timeval * timeout,LDAPMessage ** result) _ns_ldap_result() argument
315 _ns_ldap_search_ext(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,LDAPControl ** serverctrls,LDAPControl ** clientctrls,struct timeval * timeoutp,int sizelimit,int * msgidp) _ns_ldap_search_ext() argument
329 _ns_ldap_search_ext_s(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,LDAPControl ** serverctrls,LDAPControl ** clientctrls,struct timeval * timeoutp,int sizelimit,LDAPMessage ** res) _ns_ldap_search_ext_s() argument
343 _ns_ldap_search(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly) _ns_ldap_search() argument
353 _ns_ldap_search_s(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,LDAPMessage ** res) _ns_ldap_search_s() argument
364 _ns_ldap_search_st(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,struct timeval * timeout,LDAPMessage ** res) _ns_ldap_search_st() argument
[all...]
H A Dns_mapping.c56 * Assume service and str are non-NULL.
60 ns_scan_hash(ns_hashtype_t type, const char *service, in ns_scan_hash() argument
65 strcasecmp(service, idx->h_map->service) == 0 && in ns_scan_hash()
80 ns_hashtype_t type, const char *service, const char *str) in ns_get_hash() argument
85 if (config == NULL || service == NULL || str == NULL) in ns_get_hash()
90 hashp = ns_scan_hash(type, service, str, idx); in ns_get_hash()
106 if (mapp->service) { in ns_free_map()
107 free(mapp->service); in ns_free_map()
108 mapp->service in ns_free_map()
326 __s_api_parseASearchDesc(const char * service,char ** cur,ns_ldap_search_desc_t ** ret) __s_api_parseASearchDesc() argument
653 __ns_ldap_getSearchDescriptors(const char * service,ns_ldap_search_desc_t *** desc,ns_ldap_error_t ** errorp) __ns_ldap_getSearchDescriptors() argument
830 __ns_ldap_getAttributeMaps(const char * service,ns_ldap_attribute_map_t *** maps,ns_ldap_error_t ** errorp) __ns_ldap_getAttributeMaps() argument
867 __ns_ldap_getMappedAttributes(const char * service,const char * origAttribute) __ns_ldap_getMappedAttributes() argument
888 __ns_ldap_getOrigAttribute(const char * service,const char * mappedAttribute) __ns_ldap_getOrigAttribute() argument
913 __ns_ldap_getObjectClassMaps(const char * service,ns_ldap_objectclass_map_t *** maps,ns_ldap_error_t ** errorp) __ns_ldap_getObjectClassMaps() argument
947 __ns_ldap_getMappedObjectClass(const char * service,const char * origObjectClass) __ns_ldap_getMappedObjectClass() argument
968 __ns_ldap_getOrigObjectClass(const char * service,const char * mappedObjectClass) __ns_ldap_getOrigObjectClass() argument
989 __ns_ldap_mapAttributeList(const char * service,const char * const * origAttrList) __ns_ldap_mapAttributeList() argument
1030 __ns_ldap_mapAttribute(const char * service,const char * origAttr) __ns_ldap_mapAttribute() argument
[all...]
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...]
/titanic_51/usr/src/lib/libpcp/common/
H A Dpcp_utils.c29 * given service. This supports the transition from the legacy service channel
55 * The mechanism to relate a service to a device path is different for
57 * Sample service: sunvts
69 * Extract from dev_path the "service name" portion.
70 * For vldc, the service corresponds to the minor name of the device path
71 * (e.g. virtual-channel@3:sunvts for sunvts). If service is non-NULL, it must
72 * match the extracted service name for the function to succeed.
73 * The service name is returned in match (if non-NULL), and the function
77 get_vldc_svc_name(char *dev_path, char *service, cha argument
131 get_glvc_svc_name(char * dev_path,char * service,char ** match) get_glvc_svc_name() argument
222 svc_name_to_glvc_dev_path(char * service) svc_name_to_glvc_dev_path() argument
279 svc_name_to_vldc_dev_path(char * service) svc_name_to_vldc_dev_path() argument
333 char *service; platsvc_name_to_path() local
[all...]
/titanic_51/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c101 char *service;
136 res = pam_get_item(pamh, PAM_SERVICE, (void **)&service);
216 service, user);
223 service);
227 syslog(LOG_ERR, "%s: stat of password file failed", service);
236 service);
244 service, auth_rep->type, user);
247 "%s: %s does not exist."), service, user);
253 "%s: Internal memory allocation failure."), service);
270 "%s: Password information unchanged."), service);
[all...]
/titanic_51/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c82 !xdr_u_int(xdrs, (u_int *)&creds->service) ||
116 __rpc_gss_wrap_data(service, qop, context, seq_num, out_xdrs, xdr_func, in __rpc_gss_wrap_data() argument
119 rpc_gss_service_t service;
168 switch (service) {
210 __rpc_gss_unwrap_data(service, context, seq_num, qop_check, in_xdrs, xdr_func, in __rpc_gss_unwrap_data() argument
212 rpc_gss_service_t service; in __rpc_gss_unwrap_data()
231 * Pull out wrapped data. For privacy service, this is the
232 * encrypted data. For integrity service, this is the data
238 if (service == rpc_gss_svc_privacy) {
257 } else if (service
309 __find_max_data_length(service,context,qop,max_tp_unit_len) __find_max_data_length() argument
[all...]
/titanic_51/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.mf29 value="client configuration files and utilities for the print service"
50 file path=usr/sbin/print-service mode=0555
61 file path=usr/share/man/man1m/print-service.1m
63 desc="client configuration files and utilities for the print service" \
67 link path=usr/bin/cancel target=../sbin/print-service
68 link path=usr/bin/desktop-print-management target=../sbin/print-service
69 link path=usr/bin/desktop-print-management-prefs target=../sbin/print-service
70 link path=usr/bin/disable target=../sbin/print-service
71 link path=usr/bin/enable target=../sbin/print-service
72 link path=usr/bin/lp target=../sbin/print-service
[all...]
/titanic_51/usr/src/cmd/pools/poold/
H A DMakefile37 JAVA_SUBDIRS = com/sun/solaris/service/exception \
38 com/sun/solaris/service/kstat \
39 com/sun/solaris/service/locality \
40 com/sun/solaris/service/logging \
41 com/sun/solaris/service/pools \
42 com/sun/solaris/service/timer \
70 PACKAGEDOCS = com.sun.solaris.service.exception \
71 com.sun.solaris.service.kstat \
72 com.sun.solaris.service.locality \
73 com.sun.solaris.service
[all...]
/titanic_51/usr/src/lib/efcode/pci/
H A Dpci.c45 char *service = "map-in"; in mem_map_in() local
56 error = fc_run_priv(cdp->common, service, 4, 1, in mem_map_in()
61 throw_from_fclib(env, 1, "pci:%s: failed\n", service); in mem_map_in()
88 " mapping_to_mcookie failed\n", service); in mem_map_in()
105 char *service = "map-out"; in mem_map_out() local
110 log_message(MSG_ERROR, "pci:%s: %x not mcookie!\n", service, in mem_map_out()
117 debug_msg(DEBUG_REG_ACCESS, "pci:%s: %x -> %llx\n", service, in mem_map_out()
121 error = fc_run_priv(cdp->common, service, 2, 0, in mem_map_out()
125 log_message(MSG_ERROR, "pci:%s: failed\n", service); in mem_map_out()
129 pci_config_fetch(fcode_env_t *env, char *service) in pci_config_fetch() argument
150 pci_config_store(fcode_env_t * env,char * service) pci_config_store() argument
[all...]
/titanic_51/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) in lxml_xlate_service_type()
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
1157 * type: service / path /host in lxml_get_dependency()
1241 * another service, but we can't do that here; we'll have to wait until the
1243 * in the other service to the entity's dependent list.
1347 SCF_TYPE_ASTRING, 1, "service"); in lxml_get_dependent()
1628 "Can't set events for global service\ in lxml_get_notification_parameters()
1661 lxml_get_loctext(entity_t * service,pgroup_t * pg,xmlNodePtr loctext,const char * pn_format,const char * source) lxml_get_loctext() argument
1742 lxml_get_all_loctext(entity_t * service,pgroup_t * pg,xmlNodePtr container,const char * pn_format,const char * source) lxml_get_all_loctext() argument
1784 lxml_get_cardinality_attribute(entity_t * service,xmlNodePtr cursor,const char * attr_name,const char * prop_name,uint64_t * value,property_t ** propp) lxml_get_cardinality_attribute() argument
1842 lxml_get_tm_cardinality(entity_t * service,pgroup_t * pg,xmlNodePtr cursor) lxml_get_tm_cardinality() argument
1904 lxml_get_tm_common_name(entity_t * service,xmlNodePtr common_name) lxml_get_tm_common_name() argument
1926 lxml_get_tm_description(entity_t * service,xmlNodePtr description) lxml_get_tm_description() argument
2045 lxml_get_tm_internal_seps(entity_t * service,pgroup_t * pg,xmlNodePtr seps) lxml_get_tm_internal_seps() argument
2074 lxml_get_tm_manpage(entity_t * service,xmlNodePtr manpage) lxml_get_tm_manpage() argument
2136 lxml_get_tm_doclink(entity_t * service,xmlNodePtr doc_link) lxml_get_tm_doclink() argument
2172 lxml_get_tm_documentation(entity_t * service,xmlNodePtr documentation) lxml_get_tm_documentation() argument
2216 lxml_get_tm_include_values(entity_t * service,pgroup_t * pg,xmlNodePtr include_values,const char * prop_name) lxml_get_tm_include_values() argument
2256 verify_range(entity_t * service,xmlNodePtr range,char * min,char * max) verify_range() argument
2326 lxml_get_tm_range(entity_t * service,pgroup_t * pg,xmlNodePtr range,const char * prop_name) lxml_get_tm_range() argument
2424 lxml_get_tm_value_element(entity_t * service,pgroup_t * pg,xmlNodePtr value,char ** name_value) lxml_get_tm_value_element() argument
2514 lxml_get_tm_choices(entity_t * service,pgroup_t * pg,xmlNodePtr choices) lxml_get_tm_choices() argument
2574 lxml_get_tm_constraints(entity_t * service,pgroup_t * pg,xmlNodePtr constraints) lxml_get_tm_constraints() argument
2633 lxml_get_tm_values(entity_t * service,pgroup_t * pg,xmlNodePtr values) lxml_get_tm_values() argument
2691 lxml_get_tm_prop_pattern(entity_t * service,xmlNodePtr prop_pattern,const char * pgpat_name) lxml_get_tm_prop_pattern() argument
2954 lxml_get_tm_pg_pattern(entity_t * service,xmlNodePtr pg_pattern) lxml_get_tm_pg_pattern() argument
3112 lxml_get_template(entity_t * service,xmlNodePtr templ) lxml_get_template() argument
3146 lxml_get_default_instance(entity_t * service,xmlNodePtr definst) lxml_get_default_instance() argument
3202 lxml_get_instance(entity_t * service,xmlNodePtr inst,bundle_type_t bt,svccfg_op_t op) lxml_get_instance() argument
3356 lxml_check_upgrade(const char * service) lxml_check_upgrade() argument
[all...]
/titanic_51/usr/src/lib/efcode/jupiter/
H A Djupiter.c56 char *service = "map-in"; in mem_map_in() local
69 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in()
73 throw_from_fclib(env, 1, "jupiter:%s: failed\n", service); in mem_map_in()
79 "jupiter:%s: mapping_to_mcookie failed\n", service); in mem_map_in()
83 debug_msg(DEBUG_REG_ACCESS, "jupiter:%s: %llx -> %x\n", service, in mem_map_in()
94 char *service = "map-out"; in mem_map_out() local
109 service, (int)mcookie); in mem_map_out()
114 service, (int)mcookie, (long long)virt); in mem_map_out()
118 error = fc_run_priv(pdp->common, service, 2, 0, in mem_map_out()
121 log_message(MSG_ERROR, "jupiter:%s: failed\n", service); in mem_map_out()
311 char *service = "get-hwd-va"; do_get_hwd_va() local
374 char *service = "master-interrupt"; do_master_interrupt() local
[all...]
/titanic_51/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c119 char *service; in read_authtok() local
120 if ((pam_get_item(pamh, PAM_SERVICE, (void **)&service) == in read_authtok()
121 PAM_SUCCESS) && service != NULL) { in read_authtok()
123 service); in read_authtok()
173 char *service; in verify_authtok() local
175 if ((pam_get_item(pamh, PAM_SERVICE, (void **)&service) == in verify_authtok()
176 PAM_SUCCESS) && service != NULL) { in verify_authtok()
178 "%s: They don't match."), service); in verify_authtok()
297 char *service = NULL; in pam_sm_authenticate() local
312 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service); in pam_sm_authenticate()
[all...]
/titanic_51/usr/src/lib/efcode/gp2/
H A Dgp2.c44 char *service = "map-in"; in mem_map_in() local
57 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in()
61 throw_from_fclib(env, 1, "gp2:%s: failed\n", service); in mem_map_in()
67 service); in mem_map_in()
71 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %llx -> %x\n", service, in mem_map_in()
82 char *service = "map-out"; in mem_map_out() local
97 service, (int)mcookie); in mem_map_out()
101 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %x -> %llx\n", service, in mem_map_out()
106 error = fc_run_priv(pdp->common, service, 2, 0, fc_size2cell(len), in mem_map_out()
109 log_message(MSG_ERROR, "gp2:%s: failed\n", service); in mem_map_out()
206 char *service = "claim-address"; do_claim_addr() local
[all...]
/titanic_51/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c85 char *service; in pam_sm_chauthtok() local
110 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service); in pam_sm_chauthtok()
162 service, user); in pam_sm_chauthtok()
167 "%s: stat of SMB password file failed", service); in pam_sm_chauthtok()
176 service); in pam_sm_chauthtok()
182 service); in pam_sm_chauthtok()
188 "%s: %s does not exist."), service, user); in pam_sm_chauthtok()
194 service, user); in pam_sm_chauthtok()
/titanic_51/usr/src/uts/common/smbsrv/ndl/
H A Dsvcctl.ndl114 * service. The ControlService, EnumDependentServices, EnumServicesStatus,
116 * about a service. A service uses this structure in the SetServiceStatus
117 * function to report its current status to the service control manager.
120 * The type of service. This member can be one of the following values.
127 * If the service type is either SERVICE_WIN32_OWN_PROCESS or
128 * SERVICE_WIN32_SHARE_PROCESS, and the service is running in
130 * may also be specified to indicate that the service can
136 * The current state of the service. This member can be one of the
148 * The control codes that the service wil
[all...]
/titanic_51/usr/src/cmd/bnu/
H A DLimits30 # service=<service name> max=<number>
32 # where <service name> is "uucico" or "uuxqt" or "uusched",
33 # <number> is the limit that is permitted for that service.
39 # for that service.
41 service=uucico max=5
42 service=uuxqt max=2
43 service=uusched max=2
H A DSysfiles27 # service might be accepted on a different address than requests
28 # for uucico service (hence different Systems files), or where
29 # there are different chat scripts to request each service
38 # service=<service name> systems=<systems file list> \
42 # Where service name is "uucico" or "cu". Each file list is a list
55 # service=uucico systems=Systems.cico:Systems \
57 # service=cu systems=Systems.cu:Systems \
65 # service=uucico systems=Systems.local:Systems.company:Systems
66 # service
[all...]
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) in scanlimit() argument
65 char *service; in scanlimit()
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) in siteindep() argument
166 char *service;
[all...]
/titanic_51/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, in __rpc_gss_wrap_data() argument
137 rpc_gss_service_t service;
183 switch (service) {
230 __rpc_gss_unwrap_data(service, context, seq_num, qop_check, in_xdrs, in __rpc_gss_unwrap_data() argument
232 rpc_gss_service_t service; in __rpc_gss_unwrap_data()
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...]
/titanic_51/usr/src/cmd/svc/shell/
H A Dipf_include.sh135 # Since an SMF service configuration may get updated during the execution of the
136 # service method, it's best to read all relevant configuration via one svcprop
156 # Given a service, gets its config pg name
169 # Given a service, gets its firewall policy
189 # Given a service, gets its source address exceptions for IPv4
199 # Given a service, gets its source address exceptions for IPv6
209 # Given a service, gets its firewalled source addresses for IPv4
219 # Given a service, gets its firewalled source addresses for IPv6
229 # Given a service, gets its firewalled target addresses for IPv4
240 # Given a service, get
[all...]

12345678910>>...18