Searched refs:trace_fd (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tracefile-tfile.c | 419 static int trace_fd = -1; variable 442 gotten = read (trace_fd, readbuf, size); in tfile_read() 483 trace_fd = scratch_chan; in tfile_target_open() 616 gdb_assert (trace_fd != -1); in close() 621 ::close (trace_fd); in close() 622 trace_fd = -1; in close() 658 lseek (trace_fd, tframe_offset, SEEK_SET); in tfile_get_traceframe_address() 671 lseek (trace_fd, cur_offset, SEEK_SET); in tfile_get_traceframe_address() 698 lseek (trace_fd, trace_frames_offset, SEEK_SET); in trace_find() 766 lseek (trace_fd, data_size, SEEK_CUR); in trace_find() [all …]
|
| D | ChangeLog-2010 | 11056 (trace_fd): New global.
|
| D | ChangeLog-2014 | 11694 (trace_fd, trace_frames_offset, cur_offset): Likewise.
|
| D | ChangeLog-2020 | 18332 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
|
| /netbsd/src/external/bsd/wpa/dist/src/utils/ |
| D | wpa_debug.c | 130 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()
|