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

  /src/sys/arch/arm/apple/
apple_rtkit.c 80 uint64_t epmap; member in struct:rtkit_state
160 state->epmap |= (bitmap << (base * 32));
172 if ((state->epmap & __BIT(endpoint)) == 0)
354 if ((state->epmap & __BIT(endpoint)) == 0)
apple_rtkit.c 80 uint64_t epmap; member in struct:rtkit_state
160 state->epmap |= (bitmap << (base * 32));
172 if ((state->epmap & __BIT(endpoint)) == 0)
354 if ((state->epmap & __BIT(endpoint)) == 0)

Completed in 25 milliseconds