Home
last modified time | relevance | path

Searched refs:trace_fd (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.c130 int mounts, trace_fd; in wpa_debug_open_linux_tracing() local
171 trace_fd = open(buf, O_WRONLY); in wpa_debug_open_linux_tracing()
172 if (trace_fd < 0) { in wpa_debug_open_linux_tracing()
176 wpa_debug_tracing_file = fdopen(trace_fd, "w"); in wpa_debug_open_linux_tracing()
178 close(trace_fd); in wpa_debug_open_linux_tracing()
/freebsd/contrib/ncurses/ncurses/
H A Dterm.priv.h273 int trace_fd; member
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c90 #define MyFD _nc_globals.trace_fd