/titanic_41/usr/src/uts/common/os/ |
H A D | ipc.c | 511 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() 673 ipcs_destroy(ipc_service_t *service) in ipcs_destroy() argument 677 mutex_enter(&service->ipcs_lock); in ipcs_destroy() 679 ASSERT(service->ipcs_count == 0); in ipcs_destroy() 680 avl_destroy(&service->ipcs_keys); in ipcs_destroy() [all …]
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_services.c | 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->krbserviceflags)) != 0) 109 if (service->krbhostservers != NULL) { 111 service->krbhostservers)) != 0) [all …]
|
/titanic_41/usr/src/cmd/print/selector/ |
H A D | print-service | 75 $cmd [-s[et] service [-m]] Select the \"active\" print service, 117 my $service; 119 $service = svcprop("$SVC_CUPS_SCHEDULER:default", "general/active"); 120 ($service =~ /true/) && ($service = 'cups') || ($service = 'lp'); 122 return ($service); 127 my $service = print_service(); 129 if (!defined($service)) { 133 if (! -d "/usr/lib/$service/bin") { 134 fatal("print service: $service is not installed\n"); 137 my $executable = "/usr/lib/$service/bin/$command"; [all …]
|
H A D | desktop-print-management-applet | 44 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_41/usr/src/cmd/ypcmd/ |
H A D | ypserv.c | 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[i].fd, in ypinit() 297 service[i].netid); in ypinit() 298 (void) close(service[i].fd); in ypinit() [all …]
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 43 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, int flags, in _ns_ldap_compare_s() argument [all …]
|
H A D | ns_mapping.c | 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 = NULL; in ns_free_map() 182 ns_scan_hash(type, map->service, map->orig, idx) != NULL) { in __s_api_add_map2hash() 326 __s_api_parseASearchDesc(const char *service, in __s_api_parseASearchDesc() argument [all …]
|
H A D | ns_sldap.h | 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, 866 const char *service, [all …]
|
/titanic_41/usr/src/lib/libpcp/common/ |
H A D | pcp_utils.c | 77 get_vldc_svc_name(char *dev_path, char *service, char **match) in get_vldc_svc_name() argument 99 if (service != NULL) { in get_vldc_svc_name() 100 if (strcmp(s, service) == 0) { in get_vldc_svc_name() 131 get_glvc_svc_name(char *dev_path, char *service, char **match) in get_glvc_svc_name() argument 160 if ((service != NULL) && (strncmp(devname, service, len) != 0)) in get_glvc_svc_name() 222 svc_name_to_glvc_dev_path(char *service) in svc_name_to_glvc_dev_path() argument 230 if (service == NULL) in svc_name_to_glvc_dev_path() 243 if (strcmp(service, di_node_name(service_node)) == 0) { in svc_name_to_glvc_dev_path() 279 svc_name_to_vldc_dev_path(char *service) in svc_name_to_vldc_dev_path() argument 303 if (strcmp(minor_name, service) == 0) { in svc_name_to_vldc_dev_path() [all …]
|
/titanic_41/usr/src/lib/pam_modules/authtok_store/ |
H A D | authtok_store.c | 101 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_41/usr/src/cmd/pools/poold/ |
H A D | Makefile | 36 JAVA_SUBDIRS = com/sun/solaris/service/exception \ 37 com/sun/solaris/service/kstat \ 38 com/sun/solaris/service/locality \ 39 com/sun/solaris/service/logging \ 40 com/sun/solaris/service/pools \ 41 com/sun/solaris/service/timer \ 64 PACKAGEDOCS = com.sun.solaris.service.exception \ 65 com.sun.solaris.service.kstat \ 66 com.sun.solaris.service.locality \ 67 com.sun.solaris.service.logging \ [all …]
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss_misc.c | 82 !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() 238 if (service == rpc_gss_svc_privacy) { 257 } else if (service == rpc_gss_svc_integrity) { 292 if (service == rpc_gss_svc_privacy) 300 if (service == rpc_gss_svc_privacy) [all …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | print-lp-print-client-commands.mf | 29 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_41/usr/src/lib/efcode/pci/ |
H A D | pci.c | 45 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 [all …]
|
/titanic_41/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 56 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() [all …]
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1661 lxml_get_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr loctext, in lxml_get_loctext() argument 1687 xml_lang_attr, extra, source, service->sc_name); in lxml_get_loctext() 1698 service->sc_name); in lxml_get_loctext() 1704 service->sc_name); in lxml_get_loctext() 1743 lxml_get_all_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr container, in lxml_get_all_loctext() argument 1760 if (lxml_get_loctext(service, pg, cursor, pn_format, in lxml_get_all_loctext() 1767 service->sc_name); in lxml_get_all_loctext() 1785 lxml_get_cardinality_attribute(entity_t *service, xmlNodePtr cursor, in lxml_get_cardinality_attribute() argument 1815 attr_name, prop_name, service->sc_name); in lxml_get_cardinality_attribute() 1824 attr_name, prop_name, service->sc_name); in lxml_get_cardinality_attribute() [all …]
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth2.c | 127 char *service = packet_get_string(&len); in input_service_request() local 133 if (strcmp(service, "ssh-userauth") == 0) { in input_service_request() 144 packet_put_cstring(service); in input_service_request() 148 debug("bad service request %s", service); in input_service_request() 149 packet_disconnect("bad service request %s", service); in input_service_request() 151 xfree(service); in input_service_request() 159 char *user, *service, *method, *style = NULL; in input_userauth_request() local 166 service = packet_get_string(NULL); in input_userauth_request() 169 service, method); in input_userauth_request() 194 if (authctxt->pw && strcmp(service, "ssh-connection")==0) { in input_userauth_request() [all …]
|
/titanic_41/usr/src/lib/pam_modules/authtok_get/ |
H A D | authtok_get.c | 119 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_41/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 44 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() [all …]
|
/titanic_41/usr/src/lib/pam_modules/smb/ |
H A D | smb_passwd.c | 85 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_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | svcctl.ndl | 114 * 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 will accept and process in its 150 * process can control a service by specifying a control command in [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Limits | 30 # 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 D | Sysfiles | 27 # 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=cu systems=Systems.local:Systems.company:Systems
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_tree_connect.c | 71 &tcon->password, &tcon->service); in smb_pre_tree_connect() 259 &tcon->path, &tcon->service); in smb_pre_tree_connect_andx() 284 char *service; in smb_com_tree_connect_andx() local 295 service = "IPC"; in smb_com_tree_connect_andx() 298 service = "LPT1:"; in smb_com_tree_connect_andx() 302 service = "A:"; in smb_com_tree_connect_andx() 311 service, in smb_com_tree_connect_andx() 320 service, in smb_com_tree_connect_andx()
|
/titanic_41/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss_misc.c | 100 !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() 259 if (service == rpc_gss_svc_privacy) { 282 } else if (service == rpc_gss_svc_integrity) { 322 if (service == rpc_gss_svc_privacy) 330 if (service == rpc_gss_svc_privacy)
|