Searched defs:target_fd (Results 1 – 14 of 14) sorted by relevance
| /external/bcc/src/cc/ |
| D | ns_guard.cc | 33 ebpf::FileDesc target_fd(open(target_path.c_str(), O_RDONLY)); in ProcMountNS() local
|
| D | libbpf.c | 908 int self_fd = -1, target_fd = -1; in enter_mount_ns() local
|
| /external/linux-kselftest/tools/testing/selftests/proc/ |
| D | fd-001-lookup.c | 102 unsigned int fd, target_fd; in main() local
|
| /external/libchrome/mojo/public/cpp/platform/ |
| D | platform_channel.cc | 193 int target_fd = base::GlobalDescriptors::kBaseDescriptor; in PrepareToPassRemoteEndpoint() local
|
| /external/llvm-project/lldb/source/Host/posix/ |
| D | ProcessLauncherPosixFork.cpp | 75 int target_fd = llvm::sys::RetryAfterSignal(-1, ::open, in DupDescriptor() local
|
| /external/strace/ |
| D | bpf_attr.h | 147 uint32_t target_fd; member 158 uint32_t target_fd; member 226 uint32_t target_fd; member
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | posix_file_system.cc | 406 int target_fd = in CopyFile() local
|
| /external/ltp/include/lapi/ |
| D | bpf.h | 235 uint32_t target_fd; /* container object to attach to */ member 280 uint32_t target_fd; /* container object to query */ member
|
| /external/iproute2/lib/ |
| D | bpf.c | 1029 int bpf_prog_attach_fd(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_attach_fd() 1040 int bpf_prog_detach_fd(int target_fd, enum bpf_attach_type type) in bpf_prog_detach_fd()
|
| /external/iproute2/include/uapi/linux/ |
| D | bpf.h | 222 __u32 target_fd; /* container object to attach to */ member
|
| /external/kernel-headers/original/uapi/linux/ |
| D | bpf.h | 581 __u32 target_fd; /* container object to attach to */ member 633 __u32 target_fd; /* container object to query */ member 673 __u32 target_fd; /* object to attach to */ member
|
| /external/bcc/src/cc/compat/linux/ |
| D | bpf.h | 379 __u32 target_fd; /* container object to attach to */ member 417 __u32 target_fd; /* container object to query */ member
|
| /external/bcc/src/cc/includes/compat/linux/ |
| D | bpf.h | 379 __u32 target_fd; /* container object to attach to */ member 417 __u32 target_fd; /* container object to query */ member
|
| /external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| D | ProcessMonitor.cpp | 1368 int target_fd = llvm::sys::RetryAfterSignal(-1, open, in DupDescriptor() local
|