Home
last modified time | relevance | path

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

12345678910>>...16

/illumos-gate/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()
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 …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_services.c46 krb5_ldap_create_service(context, service, mask) in krb5_ldap_create_service() argument
48 krb5_ldap_service_params *service;
62 if (service == NULL || service->servicedn == NULL) {
74 if (service->servicetype == LDAP_KDC_SERVICE) {
77 } else if (service->servicetype == LDAP_ADMIN_SERVICE) {
80 } else if (service->servicetype == LDAP_PASSWD_SERVICE) {
90 rdns = ldap_explode_dn(service->servicedn, 1);
102 service->krbserviceflags)) != 0)
107 if (service->krbhostservers != NULL) {
109 service->krbhostservers)) != 0)
[all …]
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service75 $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 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') {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv.c158 ypservice_t service[] = { variable
165 #define MAXSERVICES (sizeof (service)/sizeof (service[0]))
276 for (i = 0; i < sizeof (service)/sizeof (ypservice_t); i++) { in ypinit()
280 if ((nconf = getnetconfigent(service[i].netid)) == NULL) { in ypinit()
282 service[i].netid); in ypinit()
286 if ((service[i].fd = t_open(nconf->nc_device, O_RDWR, NULL)) < in ypinit()
288 logprintf("t_open failed for %s\n", service[i].netid); in ypinit()
293 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[i].fd, in ypinit()
296 service[i].netid); in ypinit()
297 (void) close(service[i].fd); in ypinit()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c41 int _ns_ldap_abandon_ext(char *service, int flags, in _ns_ldap_abandon_ext() argument
51 int _ns_ldap_abandon(char *service, int flags, in _ns_ldap_abandon() argument
63 int _ns_ldap_add_ext(char *service, int flags, in _ns_ldap_add_ext() argument
74 int _ns_ldap_add_ext_s(char *service, int flags, in _ns_ldap_add_ext_s() argument
84 int _ns_ldap_add(char *service, int flags, in _ns_ldap_add() argument
93 int _ns_ldap_add_s(char *service, int flags, in _ns_ldap_add_s() argument
105 int _ns_ldap_compare_ext(char *service, int flags, in _ns_ldap_compare_ext() argument
116 int _ns_ldap_compare_ext_s(char *service, int flags, in _ns_ldap_compare_ext_s() argument
127 int _ns_ldap_compare(char *service, int flags, in _ns_ldap_compare() argument
136 int _ns_ldap_compare_s(char *service, int flags, in _ns_ldap_compare_s() argument
[all …]
H A Dns_mapping.c61 ns_scan_hash(ns_hashtype_t type, const char *service, in ns_scan_hash() argument
66 strcasecmp(service, idx->h_map->service) == 0 && in ns_scan_hash()
81 ns_hashtype_t type, const char *service, const char *str) in ns_get_hash() argument
86 if (config == NULL || service == NULL || str == NULL) in ns_get_hash()
91 hashp = ns_scan_hash(type, service, str, idx); in ns_get_hash()
107 if (mapp->service) { in ns_free_map()
108 free(mapp->service); in ns_free_map()
109 mapp->service = NULL; in ns_free_map()
183 ns_scan_hash(type, map->service, map->orig, idx) != NULL) { in __s_api_add_map2hash()
327 __s_api_parseASearchDesc(const char *service, in __s_api_parseASearchDesc() argument
[all …]
H A Dns_sldap.h684 const char *service,
698 const char *service,
716 const char *service,
736 const char *service,
744 const char *service,
752 const char *service,
760 const char *service,
777 const char *service,
784 const char *service,
873 const char *service,
[all …]
H A Dns_common.c88 static char ** parseDN(const char *val, const char *service);
384 const char *service, in __s_api_getDNs() argument
417 if (service == NULL) { in __s_api_getDNs()
425 for (i = 0; ns_def_map[i].service != NULL; i++) { in __s_api_getDNs()
426 if (strcasecmp(service, in __s_api_getDNs()
427 ns_def_map[i].service) == 0) { in __s_api_getDNs()
446 if (ns_def_map[i].service == NULL) { in __s_api_getDNs()
451 if (strchr(service, '=') == NULL) { in __s_api_getDNs()
453 if (strncasecmp(service, "auto_", 5) == 0) { in __s_api_getDNs()
463 service, &buffer, error); in __s_api_getDNs()
[all …]
/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c77 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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c80 !xdr_u_int(xdrs, (u_int *)&creds->service) ||
114 __rpc_gss_wrap_data(service, qop, context, seq_num, out_xdrs, xdr_func, in __rpc_gss_wrap_data() argument
117 rpc_gss_service_t service;
166 switch (service) {
208 __rpc_gss_unwrap_data(service, context, seq_num, qop_check, in_xdrs, xdr_func, in __rpc_gss_unwrap_data() argument
210 rpc_gss_service_t service; in __rpc_gss_unwrap_data()
236 if (service == rpc_gss_svc_privacy) {
255 } else if (service == rpc_gss_svc_integrity) {
290 if (service == rpc_gss_svc_privacy)
298 if (service == rpc_gss_svc_privacy)
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.p5m30 value="client configuration files and utilities for the print service"
35 link path=usr/bin/cancel target=../sbin/print-service
36 link path=usr/bin/desktop-print-management target=../sbin/print-service
38 link path=usr/bin/desktop-print-management-prefs target=../sbin/print-service
39 link path=usr/bin/disable target=../sbin/print-service
40 link path=usr/bin/enable target=../sbin/print-service
41 link path=usr/bin/lp target=../sbin/print-service
42 link path=usr/bin/lpc target=../sbin/print-service
43 link path=usr/bin/lpq target=../sbin/print-service
44 link path=usr/bin/lpr target=../sbin/print-service
[all …]
/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile39 JAVA_SUBDIRS = com/sun/solaris/service/exception \
40 com/sun/solaris/service/kstat \
41 com/sun/solaris/service/locality \
42 com/sun/solaris/service/logging \
43 com/sun/solaris/service/pools \
44 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.logging \
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1668 lxml_get_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr loctext, in lxml_get_loctext() argument
1694 xml_lang_attr, extra, source, service->sc_name); in lxml_get_loctext()
1705 service->sc_name); in lxml_get_loctext()
1711 service->sc_name); in lxml_get_loctext()
1749 lxml_get_all_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr container, in lxml_get_all_loctext() argument
1766 if (lxml_get_loctext(service, pg, cursor, pn_format, in lxml_get_all_loctext()
1773 service->sc_name); in lxml_get_all_loctext()
1791 lxml_get_cardinality_attribute(entity_t *service, xmlNodePtr cursor, in lxml_get_cardinality_attribute() argument
1821 attr_name, prop_name, service->sc_name); in lxml_get_cardinality_attribute()
1830 attr_name, prop_name, service->sc_name); in lxml_get_cardinality_attribute()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c79 char *username, const char *service, ndr_auth_ctx_t *auth_ctx) in ndr_rpc_bind_common() argument
91 if ((svc = ndr_svc_lookup_name(service)) == NULL) in ndr_rpc_bind_common()
114 server, domain, username, service, in ndr_rpc_bind_common()
168 server, domain, username, service, in ndr_rpc_bind_common()
194 char *username, const char *service) in ndr_rpc_bind() argument
196 return (ndr_rpc_bind_common(handle, server, domain, username, service, in ndr_rpc_bind()
202 char *username, const char *service, ndr_auth_ctx_t *auth_ctx) in ndr_rpc_bind_secure() argument
204 return (ndr_rpc_bind_common(handle, server, domain, username, service, in ndr_rpc_bind_secure()
249 svc = handle->clnt->binding->service; in ndr_rpc_status()
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsvcctl.ndl116 * service. The ControlService, EnumDependentServices, EnumServicesStatus,
118 * about a service. A service uses this structure in the SetServiceStatus
119 * function to report its current status to the service control manager.
122 * The type of service. This member can be one of the following values.
129 * If the service type is either SERVICE_WIN32_OWN_PROCESS or
130 * SERVICE_WIN32_SHARE_PROCESS, and the service is running in
132 * may also be specified to indicate that the service can
138 * The current state of the service. This member can be one of the
150 * The control codes that the service will accept and process in its
152 * process can control a service by specifying a control command in
[all …]
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c83 char *service; in pam_sm_chauthtok() local
108 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service); in pam_sm_chauthtok()
160 service, user); in pam_sm_chauthtok()
165 "%s: stat of SMB password file failed", service); in pam_sm_chauthtok()
174 service); in pam_sm_chauthtok()
180 service); in pam_sm_chauthtok()
186 "%s: %s does not exist."), service, user); in pam_sm_chauthtok()
192 service, user); in pam_sm_chauthtok()
/illumos-gate/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=cu systems=Systems.local:Systems.company:Systems
H A Dlimits.c61 scanlimit(service, limitval) in scanlimit() argument
62 char *service; in scanlimit()
86 if (strcmp(service, "uucico") == SAME)
95 if (siteindep(tokens, service, limitval) == SUCCESS)
161 siteindep(flds, service, limitval) in siteindep() argument
163 char *service;
167 if (!EQUALS(flds[U_SERVICE], service) || (flds[U_MAX] == CNULL))
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh592 service=$1
593 policy=`get_policy ${service}`
599 file=`fmri_to_file $service $IPF_SUFFIX`
600 file6=`fmri_to_file $service $IPF6_SUFFIX`
602 echo "# $service" >${file}
603 echo "# $service" >${file6}
610 restarter=`svcprop -p general/restarter $service 2>/dev/null`
612 iana_name=`svcprop -p inetd/name $service 2>/dev/null`
613 isrpc=`svcprop -p inetd/isrpc $service 2>/dev/null`
615 iana_name=`svcprop -p $FW_CONTEXT_PG/name $service 2>/dev/null`
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree_connect.c98 &tcon->password, &tcon->service); in smb_pre_tree_connect()
285 &tcon->path, &tcon->service); in smb_pre_tree_connect_andx()
309 char *service; in smb_com_tree_connect_andx() local
331 service = "IPC"; in smb_com_tree_connect_andx()
334 service = "LPT1:"; in smb_com_tree_connect_andx()
338 service = "A:"; in smb_com_tree_connect_andx()
348 service, in smb_com_tree_connect_andx()
358 service, in smb_com_tree_connect_andx()
371 service, /* (s) */ in smb_com_tree_connect_andx()
/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, 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)

12345678910>>...16