Home
last modified time | relevance | path

Searched refs:service (Results 251 – 275 of 379) sorted by relevance

1...<<111213141516

/illumos-gate/usr/src/pkg/manifests/
H A Dservice-storage-virus-scan.p5m26 set name=pkg.fmri value=pkg:/service/storage/virus-scan@$(PKGVERS)
H A Dsystem-storage-fibre-channel-port-utility.p5m62 depend type=require fmri=service/storage/fibre-channel/fc-fabric
H A Dservice-network-legacy.p5m26 set name=pkg.fmri value=pkg:/service/network/legacy@$(PKGVERS)
H A Dservice-storage-media-volume-manager.p5m27 set name=pkg.fmri value=pkg:/service/storage/media-volume-manager@$(PKGVERS)
H A Dservice-storage-ndmp.p5m33 set name=pkg.fmri value=pkg:/service/storage/ndmp@$(PKGVERS)
H A Dservice-network-network-clients.p5m28 set name=pkg.fmri value=pkg:/service/network/network-clients@$(PKGVERS)
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5216 if (service != NULL) in scf_parse_svc_fmri()
5217 *service = NULL; in scf_parse_svc_fmri()
5312 if (service != NULL) in scf_parse_svc_fmri()
5313 *service = my_s; in scf_parse_svc_fmri()
5413 return (scf_parse_svc_fmri(fmri, scope, service, instance, in scf_parse_fmri()
5438 const char *scope, *service, *instance, *pg, *property; in scf_canonify_fmri() local
5462 if (service) in scf_canonify_fmri()
5463 len += strlcat(buf, service, bufsz); in scf_canonify_fmri()
5519 if (scf_parse_svc_fmri(local, &scope, &service, &instance, in scf_handle_decode_fmri()
5560 else if (service != NULL) in scf_handle_decode_fmri()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c502 const char *service, in _sasl_conn_init() argument
518 result = _sasl_strdup(service, &conn->service, NULL); in _sasl_conn_init()
712 if(conn->service) in _sasl_conn_dispose()
713 sasl_FREE(conn->service); in _sasl_conn_dispose()
795 *((const char **)pvalue) = conn->service; in sasl_getprop()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_SC_data.info159 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/SC/service-processor
220 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/SC/service-processor/BATTERY/battery
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A DSB-tables.info147 * add a Devices table to the service-processor
152 PROP Class string r 0 "service-processor"
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c382 cpr_lock_mgr(void (*service)(void)) in cpr_lock_mgr()
385 (*service)(); in cpr_lock_mgr()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c699 rpc_gss_service_t service, seconfig_t *entryp) in get_seconfig() argument
970 gdata->service = secp->sc_service; in nfs_clnt_secdata()
/illumos-gate/usr/src/cmd/sa/
H A DREADME36 is executed by the start method for the system/sar:default service,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c850 switch_map_find(service, maptype, mapreturn) in switch_map_find() argument
851 char *service; in switch_map_find()
870 if ((nsw_conf = __nsw_getconfig(service, &pserr)) == NULL)
901 if (strcmp(service, "hosts") == 0)
903 else if (strcmp(service, "aliases") == 0)
905 else if (strcmp(service, "passwd") == 0)
1033 st = stab(service, ST_SERVICE, ST_FIND);
1057 if (strcmp(service, "aliases") == 0)
1074 if (strcmp(service, "hosts") == 0)
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DREADME69 service discovery components.
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c262 entity_t *service; in internal_bundle_free() local
264 while ((service = uu_list_teardown(b->sc_bundle_services, &cookie)) != in internal_bundle_free()
266 internal_service_free(service); in internal_bundle_free()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c572 struct nd_hostserv service; local
585 service.h_host = host;
586 service.h_serv = "rpcbind";
587 if (netdir_getbyname(nconf, &service, &naddrs)) {
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c77 static int get_basedn(char *service, char **basedn);
4132 dumptable(char *service) in dumptable() argument
4169 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL, in dumptable()
4172 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL, in dumptable()
4181 dump_publickey(eres, service); in dumptable()
4249 dump_publickey(eres, service); in dumptable()
4627 static int get_basedn(char *service, char **basedn) { in get_basedn() argument
4640 (const char *) service, in get_basedn()
4712 service, &dn, &errp); in get_basedn()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif193 ##### transport protocol and ports of the kerberos service host
639 ##### realm specific data to service AS/TGS requests. Additionally this object
706 ###### from a service
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c2552 iPsInit(scf_handle_t **handle, scf_service_t **service) in iPsInit() argument
2558 assert(handle != NULL && service != NULL); in iPsInit()
2574 if ((*service = scf_service_create(*handle)) == NULL) { in iPsInit()
2595 if (scf_scope_get_service(scope, STMF_SERVICE, *service) == -1) { in iPsInit()
2606 ret = iPsGetServiceVersion(&version, *handle, *service); in iPsInit()
2625 if (*service != NULL) { in iPsInit()
2626 scf_service_destroy(*service); in iPsInit()
2627 *service = NULL; in iPsInit()
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME29 service/network/samba
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java36 import com.sun.solaris.service.pools.UnsignedInt64;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c699 state->service = service_tcp_fd; in setup_connection()
709 state->service = service_udp_fd; in setup_connection()
1219 if (conns[i].service (&conns[i], selstate, ssflags)) { in service_fds()
/illumos-gate/usr/src/pkg/transforms/
H A Ddefaults95 <transform legacy -> default hotline "Please contact your local service provider">
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dlibmlrpc.h263 ndr_service_t *service; member

1...<<111213141516