Searched defs:provider (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_init.c61 * initialize this provider
65 * This function needs to be called once when the provider is loaded.
98 /* initialize the provider list */
125 * finalize this provider
129 * This function needs to be called once when the provider is loaded.
160 * This function is called by the registry to initialize a provider
173 DAT_PROVIDER *provider; local
177 provider = NULL;
181 &provider);
195 provider
228 DAT_PROVIDER *provider; local
[all...]
H A Ddapl_ia_open.c146 * Open a provider and return a handle. The handle enables the user
147 * to invoke operations on this provider.
154 * provider
178 DAT_PROVIDER *provider; local
196 dat_status = dapl_provider_list_search(name, &provider);
222 hca_ptr = (DAPL_HCA *)provider->extension;
308 ia_ptr = dapl_ia_alloc(provider, hca_ptr);
362 * Verify we have >0 length, and let the provider check the
494 * device_name Name of device as reported by the provider
598 * device_name Name of device as reported by the provider
[all...]
H A Ddapl_ia_util.c68 dapl_ia_alloc(DAT_PROVIDER * provider, DAPL_HCA * hca_ptr) argument
84 ia_ptr->header.provider = provider;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java36 * A DTrace probe description consists of provider, module, function,
63 * Instance with empty provider, module, function, and name fields
72 * Enumerates the provider, module, function, and name fields of a
76 /** Probe provider */
91 new String[] {"ID", "provider", "module",
104 private final String provider; field in class:ProbeDescription
114 * in the format <i>{@code provider:module:function:name}</i> or
119 * <i>{@code provider:module:function:name}</i> or else (if no colon
138 provider = "";
143 provider
[all...]
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat.c83 IN DAT_PROVIDER *provider,
91 if (UDAT_IS_BAD_POINTER(provider)) {
104 entry.ia_open_func = provider->ia_open_func;
117 IN DAT_PROVIDER *provider,
123 if (UDAT_IS_BAD_POINTER(provider)) {
189 /* strip off the prefix from the provider's name if present */
217 "DAT Registry: dat_ia_open() provider information "
240 DAT_PROVIDER *provider; local
256 provider = DAT_HANDLE_TO_PROVIDER(ia_handle);
257 ia_name = provider
82 dat_registry_add_provider( IN DAT_PROVIDER *provider, IN const DAT_PROVIDER_INFO *provider_info) argument
116 dat_registry_remove_provider( IN DAT_PROVIDER *provider, IN const DAT_PROVIDER_INFO *provider_info) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_provider.c274 * and corresponding dt_probe_t and hash it into the provider.
347 * Lookup a probe declaration based on a known provider and full or partially
669 * Attempt to lookup the probe in our existing cache for this provider.
714 * (a) The Arguments Data stability of the matched provider is
769 * the attributes of the specified fields. If no provider is specified
770 * or a glob pattern is used for the provider, use Unstable attributes.
820 const char *provider = pdp ? pdp->dtpd_provider : NULL; local
839 if (!dt_gmatch(pit.pit_pvp->pv_desc.dtvd_name, provider))
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c468 struct gprovider *provider; local
469 LIST_FOREACH (provider, &geom->lg_provider, lg_provider)
470 if (strcmp (provider->lg_name, name) == 0)
479 LIST_FOREACH (config, &provider->lg_config, lg_config)
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c1045 struct gprovider *provider; local
1046 LIST_FOREACH (provider, &geom->lg_provider, lg_provider)
1047 if (strcmp (provider->lg_name, name) == 0)
1209 struct gprovider *provider; local
1210 LIST_FOREACH (provider, &geom->lg_provider, lg_provider)
1211 if (strcmp (provider->lg_name, name) == 0)
1379 struct gprovider *provider; local
1380 LIST_FOREACH (provider, &geom->lg_provider, lg_provider)
1381 if (strcmp (provider->lg_name, name) == 0)
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c140 char provider[DLPI_LINKNAME_MAX]; local
147 retval = dlpi_parsezonelink(linkname, provider,
148 sizeof (provider), &ppa);
179 /* Copy provider name. */
180 (void) strlcpy(dip->dli_provider, provider, sizeof (dip->dli_provider));
420 * This function parses 'linkname' and stores the 'provider' name and 'PPA'.
423 dlpi_parselink(const char *linkname, char *provider, uint_t psize, uint_t *ppa) argument
425 return (dlparse_drvppa(linkname, provider, psize, ppa) ? DLPI_SUCCESS :
430 dlpi_parsezonelink(const char *zonelinkname, char *provider, uint_t psize, argument
437 * the linkname and retreive the DLPI provider nam
456 dlpi_makelink(char *linkname, const char *provider, uint_t ppa) argument
1082 i_dlpi_open(const char *provider, int *fd, uint_t flags, boolean_t style1) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1459 "%s: invalid provider specified: %s\n",
1465 * Invoke enum entry point in fac provider which will cause the
1491 xmlChar *fname = NULL, *ftype = NULL, *provider = NULL; local
1515 if ((provider = xmlGetProp(cn, (xmlChar *)Provider)) == NULL)
1522 if (xmlStrcmp(provider, (xmlChar *)"fac_prov_ipmi") != 0) {
1524 "%s: invalid provider attr value: %s\n",
1525 __func__, provider);
1547 * cause the provider methods to be registered on this node
1549 if (fac_enum_run(mp, ntn, (const char *)provider) != 0) {
1551 "%s: enum entry point failed for provider
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dlibstmf.h117 /* provider types */
240 stmfProvider provider[1]; member in struct:_stmfProviderList
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h372 DAT_PROVIDER *provider; /* required by DAT - must be first */ member in struct:dapl_header

Completed in 75 milliseconds