Searched refs:service (Results 151 - 175 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/nscd/
H A DMakefile24 # Makefile for name service cache daemon
28 MANIFEST= name-service-cache.xml
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java37 import com.sun.solaris.service.locality.*;
38 import com.sun.solaris.service.logging.*;
39 import com.sun.solaris.service.pools.*;
40 import com.sun.solaris.service.exception.*;
117 * service
148 * com.sun.solaris.service.kstat package. The following interfaces and
183 * lgrp service are provided by the com.sun.solaris.service.lgrp
185 * com.sun.solaris.service.pools package. In addition, optimization is
213 * pools services are provided by the com.sun.solaris.service
[all...]
H A DSystemSolver.java38 import com.sun.solaris.service.locality.*;
39 import com.sun.solaris.service.logging.*;
40 import com.sun.solaris.service.pools.*;
41 import com.sun.solaris.service.exception.*;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java29 package com.sun.solaris.service.logging;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DResource.java29 package com.sun.solaris.service.pools;
H A DValue.java27 package com.sun.solaris.service.pools;
H A DElement.java27 package com.sun.solaris.service.pools;
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_mt.h35 * Private service definitions
68 rpc_gss_service_t service; member in struct:__anon6911
91 * The xp_p3 field the the service handle points to the SVCXPRT_EXT
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c63 * to the remote service before any RPCs can be exchanged with that service.
68 * handle content is provided by the remove service.
86 char *username, const char *service)
100 /* In case the service was not registered... */
101 if ((svc = ndr_svc_lookup_name(service)) == NULL)
201 rc = ndr_clnt_bind(clnt, service, &clnt->binding);
239 * Unbind and close the pipe to an RPC service.
265 * Call the RPC function identified by opnum. The remote service is
452 svc = handle->clnt->binding->service;
85 ndr_rpc_bind(mlsvc_handle_t *handle, char *server, char *domain, char *username, const char *service) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c60 * to return the rpcsec_gss mechanism and service information to nfsstat and
61 * perhaps have nfsstat print out the mech and service seperately...
67 * to rpcsec_gss data (mech, service, default-qop). Now, V4 can return the
99 val[0].flavor_info.service = 0;
106 val[i].flavor_info.service = i;
113 val[4].flavor_info.service = 0;
119 val[5].flavor_info.service = 0;
145 * mechanism service qop nfs-pseudo-flavor
155 secinfo2nfsflavor(sec_oid4 *mech_oid, rpc_gss_svc_t service) argument
164 switch (service) {
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c258 /* Don't know how to get the service type for a given mech. */
259 /* "service" should NOT be there! */
263 __rpc_gss_get_mech_info(char *mech, rpc_gss_service_t *service) argument
276 *service = rpc_gss_svc_privacy; /* What service type? */
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_client.c78 /* Set up UUIDs and versions from the service */
128 mbind->service = msvc;
143 ndr_service_t *msvc = mbind->service;
H A Dndr_server.c84 * Ensure that there are no RPC service policy handles
400 mbind->service = msvc;
407 * Call the service-specific bind() handler. If
413 mbind->service = 0; /* free binding slot */
487 mbind->service = msvc;
516 msvc = mbind->service;
545 ndr_service_t *msvc = mbind->service;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c537 * service -- registered name of the service using SASL (e.g. "imap")
558 int sasl_client_new(const char *service, argument
567 return _sasl_client_new(NULL, service, serverFQDN, iplocalport,
571 const char *service,
596 if (!pconn || !service || !serverFQDN)
627 result = _sasl_conn_init(*pconn, service, flags, SASL_CONN_CLIENT,
939 c_conn->cparams->service = conn->service;
940 c_conn->cparams->servicelen = strlen(conn->service);
570 _sasl_client_new(void *ctx, const char *service, const char *serverFQDN, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *prompt_supp, unsigned flags, sasl_conn_t **pconn) argument
[all...]
H A Dsaslint.h173 char *service; member in struct:sasl_conn
412 const char *service,
551 const char *service,
760 extern int _sasl_server_new(void *ctx, const char *service,
770 const char *service,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c66 rpcsec_gss_service_to_string(rpc_gss_service_t service) argument
68 switch (service) {
118 " service = %d (%s)", rpcsec_gss_service,
137 * For integrity service : print the sequence number.
138 * For privacy service : do not print the arguments.
209 * For integrity service : print the checksum.
291 * put service and control type in the xid cache.
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile98 ../milestone/network-service.xml \
106 ../../nscd/name-service-cache.xml \
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h215 uint16_t service; /* unaligned! */ member in struct:zyd_plcphdr
244 uint8_t service; member in struct:zyd_tx_header
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c54 /* PAM_SERVICE */ "service",
286 pam_start(const char *service, const char *user, argument
296 service ? service : "NULL", user ? user : "NULL", (void *)pam_conv,
303 if ((err = pam_set_item(*pamh, PAM_SERVICE, (void *)service))
889 "Error in underlying service module"));
1001 * Run through the PAM service module stack for the given module type.
1996 char *service; local
2000 * service types:
2005 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
2480 verify_pam_conf(pamtab_t *pam, char *service) argument
[all...]
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dmisc.c39 fc_reg_read(fcode_env_t *env, char *service, fstack_t virt, int *errp) argument
52 error = fc_run_priv(env->private, service, nin, 1, virtaddr, &data);
64 fc_reg_write(fcode_env_t *env, char *service, fstack_t virt, fc_cell_t data, argument
78 error = fc_run_priv(env->private, service, nin, 0, virtaddr, data);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c282 * Create a client handle for a well known service or a specific port on
286 * firewall. We construct a client handle and then ping the service's NULL
287 * proc to see that the service is really available. If the caller supplies
288 * a non zero port number, the service name is ignored and the port will be
293 clnt_create_service_timed(const char *host, const char *service, argument
337 * Sinct host, and service are const
346 if (service == NULL)
348 else if ((serv = strdup(service ? service : "")) == NULL) {
453 * remote rpcbind, here will just try to execute the service'
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc172 * no service impact - otherwise fail immediately
181 event ereport.io.service.lost@PCIEXFN{within(5s)};
182 event ereport.io.service.degraded@PCIEXFN{within(5s)};
183 event ereport.io.service.unaffected@PCIEXFN{within(5s)};
184 event ereport.io.service.restored@PCIEXFN{within(30s)};
185 event ereport.io.service.lost@PCIFN{within(5s)};
186 event ereport.io.service.degraded@PCIFN{within(5s)};
187 event ereport.io.service.unaffected@PCIFN{within(5s)};
192 event error.io.service.restored@PCIEXFN;
193 event error.io.service
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c84 char *cmd, int *fd2p, char *service, char *realm,
145 /* If no service is given set to the default service */
146 if (!service) service = default_service;
156 status = krb5_sname_to_principal(bsd_context, host_save, service,
82 kcmd(int *sock, char **ahost, ushort_t rport, char *locuser, char *remuser, char *cmd, int *fd2p, char *service, char *realm, krb5_context bsd_context, krb5_auth_context *authconp, krb5_creds **cred, krb5_int32 *seqno, krb5_int32 *server_seqno, krb5_flags authopts, int anyport, enum kcmd_proto *protonump) argument
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.h110 hal_util_branch_claim (HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, const char *service, int uid);
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile52 network-service.xml

Completed in 98 milliseconds

1234567891011