Searched defs:mapfd (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 324 static void test_insert_invalid(int family, int sotype, int mapfd) in test_insert_invalid() 341 static void test_insert_opened(int family, int sotype, int mapfd) in test_insert_opened() 362 static void test_insert_bound(int family, int sotype, int mapfd) in test_insert_bound() 389 static void test_insert(int family, int sotype, int mapfd) in test_insert() 405 static void test_delete_after_insert(int family, int sotype, int mapfd) in test_delete_after_insert() 422 static void test_delete_after_close(int family, int sotype, int mapfd) in test_delete_after_close() 445 static void test_lookup_after_insert(int family, int sotype, int mapfd) in test_lookup_after_insert() 473 static void test_lookup_after_delete(int family, int sotype, int mapfd) in test_lookup_after_delete() 496 static void test_lookup_32_bit_value(int family, int sotype, int mapfd) in test_lookup_32_bit_value() 526 static void test_update_existing(int family, int sotype, int mapfd) in test_update_existing() [all …]
|
/aosp_15_r20/external/bpftool/src/ |
H A D | prog.c | 1034 int *mapfd) in parse_attach_detach_args() 1069 int mapfd; in do_attach() local 1091 int mapfd; in do_detach() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev03.c | 37 static int mapfd = -1, writefd = -1, readfd = -1; variable
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | MemoryHeapBase.cpp | 146 status_t MemoryHeapBase::mapfd(int fd, bool writeableByCaller, size_t size, off_t offset) in mapfd() function in android::MemoryHeapBase
|
/aosp_15_r20/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 251 android::base::unique_fd mapfd(open(tmp_map_file.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR)); in ProductBlockMap() local
|