Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dtailcalls.c226 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_3() local
276 data_fd = bpf_map__fd(data_map); in test_tailcall_3()
281 err = bpf_map_lookup_elem(data_fd, &i, &val); in test_tailcall_3()
304 int err, map_fd, prog_fd, main_fd, data_fd, i; in test_tailcall_4() local
338 data_fd = bpf_map__fd(data_map); in test_tailcall_4()
359 err = bpf_map_update_elem(data_fd, &zero, &i, BPF_ANY); in test_tailcall_4()
370 err = bpf_map_update_elem(data_fd, &zero, &i, BPF_ANY); in test_tailcall_4()
392 int err, map_fd, prog_fd, main_fd, data_fd, i, key[] = { 1111, 1234, 5678 }; in test_tailcall_5() local
426 data_fd = bpf_map__fd(data_map); in test_tailcall_5()
447 err = bpf_map_update_elem(data_fd, &zero, &key[i], BPF_ANY); in test_tailcall_5()
[all …]
/external/libchrome/base/i18n/
Dicu_util.cc163 PlatformFile data_fd, in InitializeICUWithFileDescriptorInternal() argument
170 if (data_fd == kInvalidPlatformFile) { in InitializeICUWithFileDescriptorInternal()
177 if (!icudtl_mapped_file->Initialize(File(data_fd), data_region)) { in InitializeICUWithFileDescriptorInternal()
216 PlatformFile data_fd, in InitializeICUWithFileDescriptor() argument
222 return InitializeICUWithFileDescriptorInternal(data_fd, data_region); in InitializeICUWithFileDescriptor()
Dicu_util.h36 PlatformFile data_fd,
/external/autotest/client/common_lib/cros/
Dsmbprovider.py439 with self.DataFd(data) as data_fd:
441 dbus.types.UnixFd(data_fd),