Searched refs:service (Results 1 - 25 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/devtree/
H A Dpicldevtree.conf28 bscv service-processor
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstatException.java29 package com.sun.solaris.service.kstat;
H A DKstatReadException.java29 package com.sun.solaris.service.kstat;
H A DKstatTypeNotSupportedException.java29 package com.sun.solaris.service.kstat;
H A DKstat.java29 package com.sun.solaris.service.kstat;
31 import com.sun.solaris.service.pools.*;
H A DKstatChainUpdateException.java29 package com.sun.solaris.service.kstat;
H A DKstatCtl.java29 package com.sun.solaris.service.kstat;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/timer/
H A DRecurringEventTimer.java29 package com.sun.solaris.service.timer;
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DBaseListener.java28 @param service
29 The service that encountered the failure.
34 void operationFailed( DNSSDService service, int errorCode); argument
/illumos-gate/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') {
/illumos-gate/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)
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
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c511 ipcperm_set(ipc_service_t *service, struct cred *cr, argument
520 ASSERT(IPC_LOCKED(service, kperm));
539 audit_ipcget(service->ipcs_atype, kperm);
560 ipcperm_set64(ipc_service_t *service, struct cred *cr, argument
565 ASSERT(IPC_LOCKED(service, kperm));
581 audit_ipcget(service->ipcs_atype, kperm);
637 * Create an ipc service.
670 * Destroy an ipc service.
673 ipcs_destroy(ipc_service_t *service) argument
677 mutex_enter(&service
698 ipcs_lock(ipc_service_t *service) argument
707 ipcs_unlock(ipc_service_t *service) argument
717 ipc_lock_internal(ipc_service_t *service, uint_t id) argument
741 ipc_lock(ipc_service_t *service, int id) argument
764 ipc_relock(ipc_service_t *service, int id, kmutex_t *lock) argument
784 ipc_lookup(ipc_service_t *service, int id, kipc_perm_t **perm) argument
869 ipc_grow(ipc_service_t *service) argument
913 ipc_keylookup(ipc_service_t *service, key_t key, int flag, kipc_perm_t **permp) argument
942 ipc_alloc_test(ipc_service_t *service, proc_t *pp) argument
990 ipc_get(ipc_service_t *service, key_t key, int flag, kipc_perm_t **permp, kmutex_t **lockp) argument
1055 ipc_commit_begin(ipc_service_t *service, key_t key, int flag, kipc_perm_t *newperm) argument
1111 ipc_commit_end(ipc_service_t *service, kipc_perm_t *perm) argument
1168 ipc_cleanup(ipc_service_t *service, kipc_perm_t *perm) argument
1190 ipc_remove(ipc_service_t *service, kipc_perm_t *perm) argument
1226 ipc_rmid(ipc_service_t *service, int id, cred_t *cr) argument
1268 ipc_ids(ipc_service_t *service, int *buf, uint_t nids, uint_t *pnids) argument
1347 ipc_remove_zone(ipc_service_t *service, zoneid_t zoneid) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMonitor.java33 import com.sun.solaris.service.pools.Configuration;
34 import com.sun.solaris.service.pools.Resource;
35 import com.sun.solaris.service.pools.PoolsException;
H A DSolver.java34 import com.sun.solaris.service.pools.Configuration;
35 import com.sun.solaris.service.pools.Element;
36 import com.sun.solaris.service.pools.PoolsException;
/illumos-gate/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++) {
281 if ((nconf = getnetconfigent(service[i].netid)) == NULL) {
283 service[i].netid);
287 if ((service[i].fd = t_open(nconf->nc_device, O_RDWR, NULL)) <
289 logprintf("t_open failed for %s\n", service[i].netid);
294 if (netdir_options(nconf, ND_SET_RESERVEDPORT, service[
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPropertyWalk.java30 package com.sun.solaris.service.pools;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c43 int _ns_ldap_abandon_ext(char *service, int flags, argument
53 int _ns_ldap_abandon(char *service, int flags, argument
65 int _ns_ldap_add_ext(char *service, int flags, argument
76 int _ns_ldap_add_ext_s(char *service, int flags, argument
86 int _ns_ldap_add(char *service, int flags, argument
95 int _ns_ldap_add_s(char *service, int flags, argument
107 int _ns_ldap_compare_ext(char *service, int flags, argument
118 int _ns_ldap_compare_ext_s(char *service, int flags, argument
129 int _ns_ldap_compare(char *service, int flags, 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) argument
160 _ns_ldap_delete_ext_s(char *service, int flags, char *dn, LDAPControl **serverctrls, LDAPControl **clientctrls) argument
170 _ns_ldap_delete(char *service, int flags, char *dn) argument
179 _ns_ldap_delete_s(char *service, int flags, char *dn) argument
191 _ns_ldap_modify_ext(char *service, int flags, char *dn, LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp) argument
202 _ns_ldap_modify_ext_s(char *service, int flags, char *dn, LDAPMod **mods, LDAPControl **serverctrls, LDAPControl **clientctrls) argument
212 _ns_ldap_modify(char *service, int flags, char *dn, LDAPMod **mods) argument
222 _ns_ldap_modify_s(char *service, int flags, char *dn, LDAPMod **mods) argument
235 _ns_ldap_modrdn(char *service, int flags, char *dn, char *newrdn, int deleteoldrdn) argument
244 _ns_ldap_modrdn_s(char *service, int flags, char *dn, char *newrdn, int deleteoldrdn) argument
253 _ns_ldap_modrdn2(char *service, int flags, char *dn, char *newrdn, int deleteoldrdn) argument
262 _ns_ldap_modrdn2_s(char *service, int flags, char *dn, char *newrdn, int deleteoldrdn) argument
274 _ns_ldap_rename(char *service, int flags, char *dn, char *newrdn, char *newparent, int deleteoldrdn, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp) argument
287 _ns_ldap_rename_s(char *service, int flags, char *dn, char *newrdn, char *newparent, int deleteoldrdn, LDAPControl ** serverctrls, LDAPControl **clientctrls) argument
302 _ns_ldap_result(char *service, int flags, int msgid, int all, struct timeval *timeout, LDAPMessage **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) 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) argument
343 _ns_ldap_search(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly) argument
353 _ns_ldap_search_s(char *service, int flags, char *base, int scope, char *filter, char **attrs, int attrsonly, LDAPMessage **res) 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) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_authenticate.c53 char *service = NULL; local
63 /* Get the service and user */
64 if ((err = pam_get_item(pamh, PAM_SERVICE, (void **)&service))
83 "illegal scheme option %s", service, argv[i]);
89 service, (user && *user != '\0')?user:"no-user", flags,
101 "AUTHTOK not set", service, user);
115 * to change immediately. If the service
/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile36 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
[all...]
/illumos-gate/usr/src/lib/pam_modules/allow/
H A Dallow.c36 * pam_allow - PAM service module that returns PAM_SUCCESS all service
50 char *service = NULL; local
55 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
59 service ? service : "No Service Specified", mod, flags,
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c101 char *service; local
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/pam_modules/deny/
H A Ddeny.c36 * pam_deny - PAM service module that returns the default error code for
37 * all service module types.
41 * Exit PAM_* appropriate for service module type.
50 char *service; local
55 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
59 service ? service : "No Service Specified", mod, flags,
/illumos-gate/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,
119 rpc_gss_service_t service;
168 switch (service) {
210 __rpc_gss_unwrap_data(service, context, seq_num, qop_check, in_xdrs, xdr_func,
212 rpc_gss_service_t service;
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
[all...]
/illumos-gate/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) argument
222 svc_name_to_glvc_dev_path(char *service) argument
279 svc_name_to_vldc_dev_path(char *service) argument
333 char *service; local
[all...]

Completed in 130 milliseconds

1234567891011