Home
last modified time | relevance | path

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

/freebsd/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 argument
36 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr);
H A Dtrace.c389 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) in wpa_trace_add_ref_func()
401 struct wpa_trace_ref *ref; in wpa_trace_check_ref()
402 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) { in wpa_trace_check_ref()