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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 626 BITSET_T service_found[BITSET_SIZE(VCHIQ_MAX_SERVICES)]; local
653 BITSET_ZERO(service_found);
693 if (!BITSET_IS_SET(service_found, port)) {
695 BITSET_SET(service_found, port);

Completed in 15 milliseconds