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

  /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/bsd/libpcap/dist/
pcap-int.h 273 int activated; /* true if the capture is really started */ member in struct:pcap
  /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/crypto/external/apache2/openssl/dist/crypto/
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_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/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h 381 bool activated; member in struct:intel_fbc

Completed in 36 milliseconds