Home
last modified time | relevance | path

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

/tools/virtio/virtio-trace/
Dtrace-agent-rw.c33 rw_ti->in_fd = -1; in rw_thread_info_new()
51 rw_ti->in_fd = open(in_path, O_RDONLY); in rw_thread_init()
52 if (rw_ti->in_fd == -1) { in rw_thread_init()
129 rlen = splice(ts->in_fd, NULL, ts->read_pipe, NULL, in rw_thread_main()
Dtrace-agent.h37 int in_fd; member
Dtrace-agent.c249 close(s->rw_ti[i]->in_fd); in agent_info_free()
/tools/testing/selftests/exec/
Dexecveat.c139 int in_fd = open_or_die(src, O_RDONLY); in exe_cp() local
143 fstat(in_fd, &info); in exe_cp()
144 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
145 close(in_fd); in exe_cp()