HomeSort by: relevance | last modified time | path
    Searched refs:activated (Results 1 - 22 of 22) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
provider_conf.c 175 STACK_OF(OSSL_PROVIDER) *activated)
179 if (activated == NULL)
182 max = sk_OSSL_PROVIDER_num(activated);
184 OSSL_PROVIDER *tstprov = sk_OSSL_PROVIDER_value(activated, i);
provider_core.c 56 * As providers get activated or deactivated this needs to be mirrored in the
641 * This is newly activated (activatecnt == 1), so we need to
1578 * It's already activated, but we up the activated count to ensure
1579 * it remains activated until after we've called the user callback.
1581 * whilst still activated in the child for a short period. That's ok.
2163 int activated; local
2169 activated = prov->flag_activated;
2180 if (activated && !create_cb((OSSL_CORE_HANDLE *)prov, cbdata))
  /src/crypto/external/bsd/openssl/dist/crypto/
provider_conf.c 181 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);
provider_core.c 54 * As providers get activated or deactivated this needs to be mirrored in the
606 * This is newly activated (activatecnt == 1), so we need to
1414 * It's already activated, but we up the activated count to ensure
1415 * it remains activated until after we've called the user callback.
1419 * still activated in the child for a short period. That's ok.
1765 int activated; local
1771 activated = prov->flag_activated;
1782 if (activated && !create_cb((OSSL_CORE_HANDLE *)prov, cbdata))
  /src/etc/namedb/
bind.keys 10 # They are not activated within named.conf unless specifically switched on.
41 # These keys are activated by setting "dnssec-validation auto;"
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.c 47 bool activated; /* Becomes true when event is signaled */ member in struct:kfd_event_waiter
405 waiter->activated = true;
542 event_waiters[i].activated = false;
558 waiter->activated = ev->signaled;
571 if (!waiter->activated)
595 if (event_waiters[i].activated) {
624 if (waiter->activated && event->type == KFD_EVENT_TYPE_MEMORY) {
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-multi-pending.S 35 # First mark all EVTs as fails (they shouldn't be activated)
64 # they should never be activated ...
96 # they should never be activated ...
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-multi-pending.S 35 # First mark all EVTs as fails (they shouldn't be activated)
64 # they should never be activated ...
96 # they should never be activated ...
  /src/external/bsd/libpcap/dist/
pcap.c 350 if (pcap->activated) {
358 "This handle hasn't been activated yet");
2456 * an activated pcap_t to point to a routine that returns
2457 * a "this isn't activated" error.
2564 * If pcap_setnonblock() is called on a not-yet-activated
2566 * on non-blocking mode when activated.
2602 if (p->activated) {
2604 " operation on activated capture");
2776 * Catch attempts to re-activate an already-activated
2802 p->activated = 1
    [all...]
pcap-int.h 291 int activated; /* true if the capture is really started */ member in struct:pcap
savefile.c 607 p->activated = 1;
sf-pcap.c 914 * If this pcap_t hasn't been activated, it doesn't have a
917 if (!p->activated) {
919 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
pcap-rpcap.c 2562 fp->activated = 1;
gencode.c 760 * If this pcap_t hasn't been activated, it doesn't have a
763 if (!p->activated) {
765 "not-yet-activated pcap_t passed to pcap_compile");
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbc.c 372 fbc->activated = true;
913 if (fbc->activated &&
916 fbc->activated = false;
1361 * deactivate it in case the BIOS activated it to make sure software
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 36 connect(authSelect, SIGNAL(activated(int)), this,
40 connect(encrSelect, SIGNAL(activated(const QString &)), this,
43 connect(eapSelect, SIGNAL(activated(int)), this,
wpagui.cpp 102 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
104 connect(networkSelect, SIGNAL(activated(const QString&)), this,
411 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1381 SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
  /src/sys/dev/acpi/
acpi_display.c 165 uint8_t activated:1; member in struct:acpidisp_od_status_t::__anon2472
1030 if (state.fmt.active == status.fmt.activated)
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 609 individual keys must be activated with the
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h 381 bool activated; member in struct:intel_fbc
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 531 NOTICE: static lib build may be implicitly re-activated by
1728 # is (de)activated).
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 529 This allows new file generations to be activated simply

Completed in 59 milliseconds