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.c886 old = service->ipcs_table; in ipc_grow()
897 service->ipcs_table = new; in ipc_grow()
906 id_space_extend(service->ipcs_ids, oldsize, service->ipcs_tabsz); in ipc_grow()
962 if (service->ipcs_count == service->ipcs_tabsz) { in ipc_alloc_test()
1127 service->ipcs_count++; in ipc_commit_end()
1174 service->ipcs_dtor(perm); in ipc_cleanup()
1211 service->ipcs_count--; in ipc_remove()
1216 ASSERT(service->ipcs_count || ((IPC_PROJ_USAGE(perm, service) == 0) && in ipc_remove()
1254 service->ipcs_rmid(perm); in ipc_rmid()
1256 ipc_rele(service, perm); in ipc_rmid()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_services.c62 if (service == NULL || service->servicedn == NULL) {
196 if (service == NULL || service->servicedn == NULL) {
250 service->servicedn,
371 if (service) {
517 *service = NULL;
520 *service = lservice;
538 if (service == NULL)
541 if (service->servicedn)
542 free (service->servicedn);
559 free (service->tl_data);
[all …]
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service117 my $service;
120 ($service =~ /true/) && ($service = 'cups') || ($service = 'lp');
122 return ($service);
127 my $service = print_service();
129 if (!defined($service)) {
141 ($executable = "/usr/lib/$service/bin/$service$command");
154 if ($service eq 'lp') {
205 ($service eq 'lp') &&
220 my ($service, $migrate) = @_;
234 if ($service eq 'cups') {
[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.c165 #define MAXSERVICES (sizeof (service)/sizeof (service[0]))
282 service[i].netid); in ypinit()
296 service[i].netid); in ypinit()
298 service[i].fd = -1; in ypinit()
303 if ((service[i].xprt = svc_tli_create(service[i].fd, nconf, in ypinit()
306 service[i].netid); in ypinit()
308 service[i].fd = -1; in ypinit()
319 service[i].fd = -1; in ypinit()
324 if (service[i].olddispatch && !svc_reg(service[i].xprt, YPPROG, in ypinit()
332 service[i].fd = -1; in ypinit()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c51 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
127 int _ns_ldap_compare(char *service, int flags, in _ns_ldap_compare() argument
168 int _ns_ldap_delete(char *service, int flags, in _ns_ldap_delete() argument
210 int _ns_ldap_modify(char *service, int flags, in _ns_ldap_modify() argument
233 int _ns_ldap_modrdn(char *service, int flags, in _ns_ldap_modrdn() argument
272 int _ns_ldap_rename(char *service, int flags, in _ns_ldap_rename() argument
[all …]
H A Dns_mapping.c66 strcasecmp(service, idx->h_map->service) == 0 && in ns_scan_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()
652 const char *service, in __ns_ldap_getSearchDescriptors() argument
829 const char *service, in __ns_ldap_getAttributeMaps() argument
866 const char *service, in __ns_ldap_getMappedAttributes() argument
887 const char *service, in __ns_ldap_getOrigAttribute() argument
912 const char *service, in __ns_ldap_getObjectClassMaps() argument
946 const char *service, in __ns_ldap_getMappedObjectClass() 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.c384 const char *service, in __s_api_getDNs() argument
417 if (service == NULL) { in __s_api_getDNs()
426 if (strcasecmp(service, in __s_api_getDNs()
517 const char *service, in __s_api_get_search_DNs_v1() argument
556 const char *service) in parseDN() argument
575 if (service == NULL || *service == '\0') in parseDN()
579 slen = strlen(service); in parseDN()
1603 if (service == NULL) in __s_api_get_SSD_from_SSDtoUse_service()
1640 service, in __s_api_get_SSD_from_SSDtoUse_service()
1895 const char *service, in __s_api_prepend_automountmapname() argument
[all …]
/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c99 if (service != NULL) { in get_vldc_svc_name()
100 if (strcmp(s, service) == 0) { in get_vldc_svc_name()
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()
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()
333 char *service; in platsvc_name_to_path() local
341 pathn_p = svc_name_to_vldc_dev_path(service); in platsvc_name_to_path()
348 pathn_p = svc_name_to_glvc_dev_path(service); in platsvc_name_to_path()
[all …]
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c101 char *service;
216 service, user);
223 service);
236 service);
244 service, auth_rep->type, user);
247 "%s: %s does not exist."), service, user);
270 "%s: Password information unchanged."), service);
289 service);
297 service);
304 "this password."), service);
[all …]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c80 !xdr_u_int(xdrs, (u_int *)&creds->service) ||
117 rpc_gss_service_t service;
166 switch (service) {
210 rpc_gss_service_t service; in __rpc_gss_unwrap_data()
236 if (service == rpc_gss_svc_privacy) {
290 if (service == rpc_gss_svc_privacy)
298 if (service == rpc_gss_svc_privacy)
308 rpc_gss_service_t service; in __find_max_data_length()
318 if (service == rpc_gss_svc_integrity || service == rpc_gss_svc_default)
320 else if (service == rpc_gss_svc_privacy)
[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 \
71 com.sun.solaris.service.kstat \
72 com.sun.solaris.service.locality \
73 com.sun.solaris.service.logging \
74 com.sun.solaris.service.pools \
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.p5m41 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
45 link path=usr/bin/lprm target=../sbin/print-service
54 link path=usr/sbin/accept target=./print-service
55 link path=usr/sbin/lpadmin target=./print-service
56 link path=usr/sbin/lpmove target=./print-service
57 file path=usr/sbin/print-service mode=0555
58 link path=usr/sbin/reject target=./print-service
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c1705 service->sc_name); in lxml_get_loctext()
1711 service->sc_name); in lxml_get_loctext()
2071 service->sc_name); in lxml_get_tm_internal_seps()
2236 service->sc_name); in lxml_get_tm_include_values()
2316 service->sc_name); in verify_range()
2348 service->sc_name); in lxml_get_tm_range()
2354 service->sc_name); in lxml_get_tm_range()
2454 service->sc_name); in lxml_get_tm_value_element()
2726 service->sc_name); in lxml_get_tm_prop_pattern()
2754 service->sc_name); in lxml_get_tm_prop_pattern()
[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
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
313 if (service == NULL) in pam_sm_authenticate()
314 service = "unknown"; in pam_sm_authenticate()
[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/uts/common/smbsrv/ndl/
H A Dsvcctl.ndl118 * about a service. A service uses this structure in the SetServiceStatus
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
166 * service, the service must set this value to ERROR_SERVICE_SPECIFIC_ERROR
172 * A service-specific error code that the service returns when an error
189 * before the service makes its next call to the SetServiceStatus
193 * the service control manager or service control program can assume that
194 * an error has occurred and the service should be stopped.
[all …]
/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/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/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}
637 generate_rules $service $policy "tcp" \
644 generate_rules $service $policy "tcp" \
654 generate_rules $service $policy "udp" \
709 service=$1
[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, 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