Searched defs:services (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java75 Hashtable services = new Hashtable(); field in class:Parser.ParserRecord
94 * Evaluate the query, storing away the services that match.
201 Hashtable targetServices = target.services;
202 Hashtable sourceServices = source.services;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv.c154 int class; /* Other services that must succeed */
183 int i, j, services = 0; local
338 services++;
347 * Check if we managed to register enough services to continue.
348 * It's OK if we managed to register all IPv4 services but no
352 if (services > 0) {
356 * Must have all services of this class
364 "unable to register all services for class %d\n",
372 logprintf("unable to register any services\n");
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c933 ib_dm_srv_t *services)
941 if (profile == NULL || services == NULL) {
1000 * Allocate local copy of profile and services.
1006 bcopy(services, hca->ih_ioc[free_slot].ii_srvcs,
1118 ib_dm_srv_t *services)
1130 if (profile == NULL || services == NULL) {
1188 bcopy(services, ioc->ii_srvcs, sizeof (ib_dm_srv_t) *
932 ibdma_ioc_register(ib_guid_t iou_guid, ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services) argument
1117 ibdma_ioc_update(ibdma_hdl_t hdl, ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services) argument
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c382 char *services = get_db("ipnodes"); local
386 p->default_config = services == NULL ? "" : services;
393 char *services = get_db("hosts"); local
397 p->default_config = services == NULL ? "" : services;
454 * prior to querying the name services.
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c29 * Service state explanation. For select services, display a description, the
31 * be in that state, and what other services it is keeping offline (impact).
40 * lists of services which are not offline or are offline for unknown reasons,
46 * offline services. For each unsatisfied dependency of an offline service,
54 * determine_causes() on all services.
56 * If no arguments are given, we must select the services which are causing
57 * other services to be offline. We do so by adding services which are not
61 * Since all services must be examined, and their states may be consulted
64 * repository into an inst_t and puts it into the "services" cach
181 static svc_t **services; variable
[all...]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1393 char *services[2]; local
1412 services[1] = NULL;
1415 services[0] = dependency;
1416 _check_services(services);
1461 * services, first. If it fails, the SMB service will

Completed in 93 milliseconds