Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/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()
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c3700 static int trace_fd = -1; variable
3721 gotten = read (trace_fd, readbuf, size); in tfile_read()
3770 trace_fd = scratch_chan; in tfile_open()
4220 if (trace_fd < 0) in tfile_close()
4227 close (trace_fd); in tfile_close()
4228 trace_fd = -1; in tfile_close()
4273 lseek (trace_fd, tframe_offset, SEEK_SET); in tfile_get_traceframe_address()
4286 lseek (trace_fd, cur_offset, SEEK_SET); in tfile_get_traceframe_address()
4380 lseek (trace_fd, data_size, SEEK_CUR); in tfile_trace_find()
4422 lseek (trace_fd, cur_offset + pos, SEEK_SET); in traceframe_walk_blocks()
[all …]
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c90 #define MyFD _nc_globals.trace_fd
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h997 int trace_fd; member