Searched refs:wpa_trace_ref (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dtrace.h21 struct wpa_trace_ref { struct
26 #define WPA_TRACE_REF(name) struct wpa_trace_ref wpa_trace_ref_##name
36 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr);
H A Dtrace.c378 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr)
390 struct wpa_trace_ref *ref;
391 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {

Completed in 50 milliseconds