Searched refs:providers (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dprovider.c39 static TAILQ_HEAD(, provider) providers = TAILQ_HEAD_INITIALIZER(providers);
70 TAILQ_INSERT_HEAD(&providers, sd, provider_next);
75 TAILQ_INSERT_AFTER(&providers, sd, bgd, provider_next);
112 TAILQ_INSERT_TAIL(&providers, provider, provider_next);
130 TAILQ_REMOVE(&providers, provider, provider_next);
164 TAILQ_FOREACH(provider, &providers, provider_next)
178 return (TAILQ_FIRST(&providers));
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c68 no idea when we switch providers.
81 walk the providers (rows) for that type of credentials in order
84 successfully -- or when we run out of providers (rows) to try --
95 apr_array_header_t *providers; member in struct:provider_set_t
109 /* run-time parameters needed by providers. */
133 const apr_array_header_t *providers,
150 for (i = 0; i < providers->nelts; i++)
153 provider = APR_ARRAY_IDX(providers, i, svn_auth_provider_object_t *);
160 table->providers
165 APR_ARRAY_PUSH(table->providers, svn_auth_provider_object_
132 svn_auth_open(svn_auth_baton_t **auth_baton, const apr_array_header_t *providers, apr_pool_t *pool) argument
548 svn_auth_get_platform_specific_client_providers(apr_array_header_t **providers, svn_config_t *config, apr_pool_t *pool) argument
[all...]
H A Dcmdline.c474 /* The whole list of registered providers */
475 apr_array_header_t *providers; local
477 /* Populate the registered providers with the platform-specific providers */
478 SVN_ERR(svn_auth_get_platform_specific_client_providers(&providers,
504 APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;
506 APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;
508 /* The server-cert, client-cert, and client-cert-password providers. */
515 APR_ARRAY_PUSH(providers, svn_auth_provider_object_t *) = provider;
518 APR_ARRAY_PUSH(providers, svn_auth_provider_object_
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/
H A Ddtrace_sysctl.c29 /* Report registered DTrace providers. */
57 /* Loop through the providers, appending the names. */
80 SYSCTL_PROC(_debug_dtrace, OID_AUTO, providers, CTLTYPE_STRING | CTLFLAG_RD,
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_auth.h53 * separate providers -- each provider has a different method of
57 * "registers" some number of providers with the auth baton, in a
66 * (in order of registry), one at a time, until all the providers have
71 * new authentication providers.
79 * its providers.
176 * The following auth parameters are available to the providers:
181 * The following auth parameters may be available to the providers:
206 * The following optional auth parameters are relevant to the providers:
228 * The following auth parameters are available to the providers:
233 * The following optional auth parameters are relevant to the providers
[all...]
/freebsd-10.0-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c674 struct gprovider *pp, **providers; local
693 providers = calloc(nparts, sizeof(providers[0]));
695 providers[i++] = pp;
696 qsort(providers, nparts, sizeof(providers[0]), part_compare);
701 pp = providers[i];

Completed in 96 milliseconds