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

  /src/external/bsd/wpa/dist/src/utils/
trace.c 20 static struct dl_list active_references = variable in typeref:struct:dl_list
21 { &active_references, &active_references };
395 dl_list_add(&active_references, &ref->list);
402 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {

Completed in 15 milliseconds