Searched refs:service (Results 201 - 225 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1244 char *service = fc_cell2ptr(cp->svc_name); local
1248 FC_DEBUG1(1, CE_CONT, "opl_fc_do_op: <%s>\n", service);
1260 if (strcmp(op->fc_service, service) == 0)
1263 FC_DEBUG1(9, CE_CONT, "opl_fc_do_op: <%s> not serviced\n", service);
1389 char *service = fc_cell2ptr(cp->svc_name); local
1404 switch (*(service + 1)) {
1483 service, virt, v);
1505 char *service = fc_cell2ptr(cp->svc_name); local
1518 switch (*(service + 1)) {
1542 service, vir
[all...]
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c38 * in /etc/netconfig), this code calls the name service switch, and
41 * If an administrator chooses to bypass the name service switch by
43 * implementation does NOT call the name service switch, it merely loops
182 * the name service switch.
298 /* i.e. need to call a name service on this */
309 * a service without a host. And finally if we specify
374 /* i.e. need to call a name service on this */
412 /* i.e. need to call a name service on this */
424 * because IP doesn't know how to specify a service
468 /* i.e. need to call a name service o
727 struct nd_hostserv service; local
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c856 name_token.length = strlen(params->service) + 1 + strlen(params->serverFQDN);
865 "%s@%s", params->service, params->serverFQDN);
867 sprintf(name_token.value,"%s@%s", params->service, params->serverFQDN);
1679 name_token.length = strlen(params->service) + 1 + strlen(params->serverFQDN);
1698 "%s@%s", params->service, params->serverFQDN);
1700 sprintf(name_token.value,"%s@%s", params->service, params->serverFQDN);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1549 /* depreciated because of service descriptors */
2352 rmap->service = strdup(sid);
2353 if (rmap->service) {
2425 if (rmap->service)
2426 free(rmap->service);
2443 * for the given service if not already added.
2455 map->service = strdup(sid);
2456 if (map->service) {
2484 * just need one per service.
2511 if (map->service)
[all...]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c373 * Check if klmmod is loaded and call a lock manager service; if klmmod
378 cpr_lock_mgr(void (*service)(void)) argument
381 (*service)();
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c444 * RPCSEC_GSS service names are of the form svc@host.dom
706 rpc_gss_service_t service, seconfig_t *entryp)
977 gdata->service = secp->sc_service;
705 get_seconfig(int whichway, char *name, int num, rpc_gss_service_t service, seconfig_t *entryp) argument
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c79 alloc_fmri(const char *service, const char *instance_name) argument
88 (void) snprintf(fmri, max_fmri, "svc:/%s:%s", service,
98 bind_instance(const char *service, const char *instance_name, argument
114 fmri = alloc_fmri(service, instance_name);
684 * Shut down a possibly-running service instance. If this is a permanent
748 * To enable TRILL, we must create a new instance of the TRILL service, then
815 SCF_PROPERTY_TYPE, "service"))
1505 /* Retrieve any stored TRILL nickname from TRILL SMF service */
1523 /* Stores TRILL nickname in SMF configuraiton for the TRILL service */
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java35 import com.sun.solaris.service.logging.*;
H A DObjective.java37 import com.sun.solaris.service.logging.Severity;
38 import com.sun.solaris.service.locality.*;
39 import com.sun.solaris.service.pools.*;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java30 package com.sun.solaris.service.pools;
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dlibmlrpc.h210 * RPC mechanism allocates them. Binding elements which have service==0
232 ndr_service_t *service; member in struct:ndr_binding
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c93 static ib_svc_rec_t *ibcfg_vppa_head; /* VPPA service recs */
94 static ib_svc_rec_t *ibcfg_port_head; /* PORT service recs */
95 static ib_svc_rec_t *ibcfg_hca_head; /* HCA service recs */
97 extern char *service_name; /* service name */
98 extern ib_service_type_t service_type; /* service type */
412 * service - name of the service
413 * type - type of the service
415 * rec - one valid service record
422 ib_service_record_add(char *service, ib_service_type_ argument
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c1088 const char *service, int uid)
1096 hal_device_property_set_string (root, "info.claimed.service", service);
1100 hal_device_property_remove (root, "info.claimed.service");
1110 hal_util_branch_claim (store, d, claimed, service, uid);
1087 hal_util_branch_claim(HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, const char *service, int uid) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c217 (void) printf("service name = %s\n", s->sc_name);
262 entity_t *service; local
264 while ((service = uu_list_teardown(b->sc_bundle_services, &cookie)) !=
266 internal_service_free(service);
306 uu_die(gettext("Unable to create list for service dependents. "
314 uu_die(gettext("Unable to create list for service instances. "
357 /* Can't set i->sc_fmri until we're attached to a service. */
639 semerr(gettext("Multiple definitions for service %s in "
653 uu_die(gettext("bad entity attach: %s is not a service\n"),
658 semerr(gettext("Multiple definitions of entity %s in service "
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c651 * zfs_init_libshare(zhandle, service)
655 * service value is which part(s) of the API to initialize and is a
656 * direct map to the libshare sa_init(service) interface.
659 zfs_init_libshare(libzfs_handle_t *zhandle, int service) argument
675 zhandle->libzfs_sharehdl = _sa_init(service);
679 zhandle->libzfs_sharehdl = _sa_init(service);
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5157 scf_parse_svc_fmri(char *fmri, const char **scope, const char **service, argument
5165 if (service != NULL)
5166 *service = NULL;
5222 * Can't validate service here because it might not be null
5261 if (service != NULL)
5262 *service = my_s;
5355 scf_parse_fmri(char *fmri, int *type, const char **scope, const char **service, argument
5362 return (scf_parse_svc_fmri(fmri, scope, service, instance,
5376 return (scf_parse_svc_fmri(fmri, scope, service, instance,
5387 const char *scope, *service, *instanc local
5442 const char *scope, *service, *instance, *propertygroup, *property; local
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c502 const char *service,
518 result = _sasl_strdup(service, &conn->service, NULL);
712 if(conn->service)
713 sasl_FREE(conn->service);
795 *((const char **)pvalue) = conn->service;
501 _sasl_conn_init(sasl_conn_t *conn, const char *service, unsigned int flags, enum Sasl_conn_type type, int (*idle_hook)(sasl_conn_t *conn), const char *serverFQDN, const char *iplocalport, const char *ipremoteport, const sasl_callback_t *callbacks, const sasl_global_callbacks_t *global_callbacks) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c699 state->service = service_tcp_fd;
709 state->service = service_udp_fd;
1219 if (conns[i].service (&conns[i], selstate, ssflags)) {
1232 dprint("fd service routine says we're done\n");
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c120 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr) argument
136 if ((n = strtol(service, &prot, 10)) > 0 && n <= USHRT_MAX && !*prot)
168 if (sp = getservbyname(service, protocol))
201 * return <protocol>/<host>/<service> fd
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A DSB-tables.info157 name:/frutree/chassis/MB/system-board/SC/service-processor/BATTERY/battery
184 * add a Devices table to the service-processor
186 name:/frutree/chassis/MB/system-board/SC/service-processor
189 PROP Class string r 0 "service-processor"
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c125 #define TCPPING 2 /* ping TCP service */
126 #define UDPPING 3 /* ping UDP service */
127 #define BROADCAST 4 /* ping broadcast service */
128 #define DELETES 5 /* delete registration for the service */
545 (void) printf(" program vers proto port service\n");
572 struct nd_hostserv service; local
585 service.h_host = host;
586 service.h_serv = "rpcbind";
587 if (netdir_getbyname(nconf, &service, &naddrs)) {
841 " program version netid address service owne
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h83 #define DS_REG_REQ 0x3 /* register a service */
86 #define DS_UNREG 0x6 /* unregister a service */
96 #define DS_INV_HDL 0x3 /* service handle not valid */
103 uint64_t svc_handle; /* service handle to register */
106 char svc_id[1]; /* service identifier string */
110 uint64_t svc_handle; /* service handle sent in register */
115 uint64_t svc_handle; /* service handle sent in register */
124 uint64_t svc_handle; /* service handle to unregister */
128 uint64_t svc_handle; /* service handle sent in unregister */
132 uint64_t svc_handle; /* service handl
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c911 * This function updates a directory service structure.
2115 * reads from SMF, but you still have to refresh the service after
2382 if (!(handles->service = scf_service_create(handles->main)) ||
2394 handles->service, /* service */
2404 if (scf_service_get_pg(handles->service,
2494 scf_service_destroy(handles->service);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c344 ServiceSwitchFile = "/etc/mail/service.switch";
697 ** This should act as an interface to any local service switch
809 ** This is the system-dependent interface to the service switch.
812 ** service -- the name of the service of interest.
814 ** of access to use for this service. There can
815 ** be at most MAXMAPSTACK types for a single service.
849 switch_map_find(service, maptype, mapreturn)
850 char *service;
869 if ((nsw_conf = __nsw_getconfig(service,
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c77 static int get_basedn(char *service, char **basedn);
1684 char *name; /* service name */
1687 * cn can have multiple values.(service name and its aliases)
1719 /* service name */
1735 /* skip service name */
4130 dumptable(char *service) argument
4167 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL,
4170 rc = __ns_ldap_firstEntry(service, filter, tt->sortattr, NULL,
4179 dump_publickey(eres, service);
4247 dump_publickey(eres, service);
4625 get_basedn(char *service, char **basedn) argument
[all...]

Completed in 158 milliseconds

1234567891011