Searched refs:activated (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/crypto/openssl/crypto/
H A Dprovider_conf.c181 STACK_OF(OSSL_PROVIDER) *activated)
185 if (activated == NULL)
188 max = sk_OSSL_PROVIDER_num(activated);
190 OSSL_PROVIDER *tstprov = sk_OSSL_PROVIDER_value(activated, i);
180 prov_already_activated(const char *name, STACK_OF(OSSL_PROVIDER) *activated) argument
H A Dprovider_core.c54 * As providers get activated or deactivated this needs to be mirrored in the
599 * This is newly activated (activatecnt == 1), so we need to
1407 * It's already activated, but we up the activated count to ensure
1408 * it remains activated until after we've called the user callback.
1412 * still activated in the child for a short period. That's ok.
1758 int activated; local
1764 activated = prov->flag_activated;
1775 if (activated && !create_cb((OSSL_CORE_HANDLE *)prov, cbdata))
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c87 int activated; member in struct:client_info
136 if (entry->activated)
146 entry->activated = 1;
167 if (!entry->activated)
176 entry->activated = 0;
385 entry->activated = 0;
405 if (entry->activated)
407 "activated client");
/freebsd-current/contrib/libpcap/
H A Dpcap.c325 if (pcap->activated) {
333 "This handle hasn't been activated yet");
2388 * an activated pcap_t to point to a routine that returns
2389 * a "this isn't activated" error.
2496 * If pcap_setnonblock() is called on a not-yet-activated
2498 * on non-blocking mode when activated.
2534 if (p->activated) {
2536 " operation on activated capture");
2708 * Catch attempts to re-activate an already-activated
2734 p->activated
[all...]
H A Dpcap-int.h269 int activated; /* true if the capture is really started */ member in struct:pcap
H A Dsavefile.c604 p->activated = 1;
H A Dsf-pcap.c831 * If this pcap_t hasn't been activated, it doesn't have a
834 if (!p->activated) {
836 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
H A Dpcap-rpcap.c2558 fp->activated = 1;
H A Dgencode.c730 * If this pcap_t hasn't been activated, it doesn't have a
733 if (!p->activated) {
735 "not-yet-activated pcap_t passed to pcap_compile");
/freebsd-current/lib/libthread_db/
H A Dlibpthread_db.c341 int activated, ret; local
345 pserr = ps_pread(ta->ph, ta->thread_activated_addr, &activated,
349 if (!activated)
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c763 * for allocations. We also don't consider non-activated
865 * either because we never activated in the first place or
3387 * The current metaslab is already activated for us so there
3388 * is nothing to do. Already activated though, doesn't mean
3389 * that this metaslab is activated for our allocator nor our
3413 * to see if it was activated by another thread.
3415 * If the metaslab was activated for another allocator or
3416 * it was activated with a different activation weight (e.g.
3417 * we wanted to make it a primary but it was activated as
3420 * If the metaslab was activated fo
4967 boolean_t activated; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c109 u8 activated; /* Used to prevent expiry before filter member in struct:mlx4_en_filter
185 filter->activated = 0;
200 filter->activated = 1;
380 if (filter->activated &&

Completed in 304 milliseconds