Searched refs:service (Results 101 - 125 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c43 * server-side RPC functions: typically, issued when a service is
57 * Register a service.
61 * -1 Duplicate service
184 ndo_printf(0, 0, "ndr_svc_lookup_uuid: unknown service");
217 hd->nh_svc = xa->binding->service;
235 ndr_service_t *svc = xa->binding->service;
263 * the specified service, a pointer to it is returned. Otherwise a null
269 ndr_service_t *svc = xa->binding->service;
395 pool[ix].service = NULL;
410 if (mbind->service !
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/
H A DMakefile.com28 OBJECTS = ipp-support.o job.o printer.o service.o
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityGroup.java30 package com.sun.solaris.service.locality;
34 import com.sun.solaris.service.pools.*;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java29 package com.sun.solaris.service.logging;
37 import com.sun.solaris.service.exception.SuccinctStackTraceFormatter;
H A DSysloglikeFormatter.java28 package com.sun.solaris.service.logging;
38 import com.sun.solaris.service.exception.SuccinctStackTraceFormatter;
H A DFacility.java29 package com.sun.solaris.service.logging;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c216 * Valid service values are:
653 char *service = tcon->service; local
663 if (service != NULL &&
664 strcmp(service, any) != 0 &&
665 strcasecmp(service, "A:") != 0) {
666 smb_tree_log(sr, sharename, "invalid service (%s)", service);
771 char *service = tcon->service; local
844 char *service = tcon->service; local
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1900 * svc:/network/nfs/server service first if it isn't running.
1918 * and NFS server service isn't running
2672 char *service; local
2675 service = LOCKD;
2678 service = STATD;
2681 service = NFSD;
2684 service = NFS_CLIENT_SVC;
2687 service = NFS4CBD;
2690 service = NFSMAPID;
2693 service
2872 service_in_state(char *service, const char *chkstate) argument
2900 char *service; local
[all...]
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf269 # Allow passing PPD files from this service as well
284 ipp-default-service lpsched
311 ipp-default-service lpsched
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcsec_gss_if.c154 char *principal, /* server service principal */
156 rpc_gss_service_t service_type, /* security service */
168 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop) argument
172 return ((*calls.rpc_gss_set_defaults)(auth, service, qop));
198 rpc_gss_get_mech_info(char *mechanism, rpc_gss_service_t *service) argument
202 return ((*calls.rpc_gss_get_mech_info)(mechanism, service));
223 char *principal, /* server service principal name */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c107 static unsigned long bios32_service(unsigned long service) argument
126 : "0" (service),
135 printf("bios32_service(%d) : not present\n", service);
139 service, return_code);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java33 import com.sun.solaris.service.pools.*;
H A DSystemMonitor.java36 import com.sun.solaris.service.kstat.*;
37 import com.sun.solaris.service.logging.Severity;
39 import com.sun.solaris.service.pools.*;
40 import com.sun.solaris.service.timer.*;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java30 package com.sun.solaris.service.pools;
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c39 #define STD 'S' /* standard service. */
52 char service; /* service grade */ member in struct:acData
114 acptr->service, FS,
159 acptr->service = 'S'; /* default to standard service */
261 acptr->service = STD; /* default to standard service */
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h99 char *remuser, char *cmd, int *fd2p, char *service, char *realm,
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c97 struct nd_hostserv service; local
173 service.h_host = target_host;
174 service.h_serv = NULL;
187 if ((netdir_getbyname(nconf, &service, &addrs) == 0) &&
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_auth.h58 rpc_gss_service_t service; member in struct:__anon6909
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c153 const char *service __attribute__((unused)),
410 const char *service __attribute__((unused)),
500 const char *service,
533 * count authid count password count service count realm
540 s_len = (strlen(service));
564 while (*service) *query_end++ = *service++;
675 const char *service __attribute__((unused)),
497 saslauthd_verify_password(sasl_conn_t *conn, const char *userid, const char *passwd, const char *service, const char *user_realm) argument
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h119 * special service used by ldap_cachemgr to indicate a shadow update
272 SSDLIST = 6, /* service search descriptor */
328 * This structure maps service name to rdn components
330 * service for use in __s_api_get_SSDtoUse_service.
331 * The idea of an SSD-to-use service is to reduce the configuration
332 * complexity. For a service, which does not have its own entries in
334 * But since this service must share the container with at least
335 * one other service which does have it own entries, the SSD for
336 * this other service will be shared by this service
342 char *service; member in struct:ns_service_map
359 char *service; member in struct:ns_mapping
640 char *service; member in struct:ns_ldap_cookie
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c201 char *service = NULL; local
629 service = kmem_zalloc(ioc.bufsiz + 1, KM_SLEEP);
630 /* read in the "service" name */
631 if (ddi_copyin(ioc.buf, service,
639 /* read in the "service type" */
641 IBTF_DPRINTF_L4("ibnex", "%s: service = %s, type = %d",
642 msg, service, svc_type);
645 ibnex_port_conf_entry_add(service);
647 ibnex_vppa_conf_entry_add(service);
649 ibnex_hcasvc_conf_entry_add(service);
2290 ibnex_vppa_conf_entry_add(char *service) argument
2324 ibnex_port_conf_entry_add(char *service) argument
2357 ibnex_hcasvc_conf_entry_add(char *service) argument
2395 ibnex_vppa_conf_entry_delete(char *msg, char *service) argument
2480 ibnex_port_conf_entry_delete(char *msg, char *service) argument
2559 ibnex_hcasvc_conf_entry_delete(char *msg, char *service) argument
[all...]
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c449 char *service; local
452 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
457 service, user,
468 char *service; local
471 (void) pam_get_item(pamh, PAM_SERVICE, (void **)&service);
476 "account %s from %s", service, user,
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c331 * Cleanup routine for destroying context, called after service
758 client_data->raw_cred.service = cr_service;
987 arg->cr_service = creds.service;
1068 gss_parms->service = creds.service;
1116 switch (creds.service) {
1122 cmn_err(CE_NOTE, "__svcrpcsec_gss: unknown service type=0x%x",
1123 creds.service);
1124 RPCGSS_LOG(1, "_svcrpcsec_gss: unknown service type: 0x%x\n",
1125 creds.service);
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/
H A DMakefile.com30 service.o $(COMMON_OBJS)
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dupload.c48 char *service = FC_NEW_DEVICE; local
85 log_message(MSG_ERROR, "%s: parent: '%s' new: '%s'\n", service,

Completed in 155 milliseconds

1234567891011