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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2022 static const char * const live_status[] = { local
2038 if (status_val < ARRAY_SIZE(live_status))
2039 status = live_status[status_val];
2041 static const char * const live_status[] = { local
2054 if (status_val < ARRAY_SIZE(live_status))
2055 status = live_status[status_val];

Completed in 27 milliseconds