Searched refs:__cookie (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | cookie_io_functions_t.h | 27 typedef __ssize_t cookie_read_function_t (void *__cookie, char *__buf, 36 typedef __ssize_t cookie_write_function_t (void *__cookie, const char *__buf, 45 typedef int cookie_seek_function_t (void *__cookie, __off64_t *__pos, int __w); 48 typedef int cookie_close_function_t (void *__cookie);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | cookie_io_functions_t.h | 27 typedef __ssize_t cookie_read_function_t (void *__cookie, char *__buf, 36 typedef __ssize_t cookie_write_function_t (void *__cookie, const char *__buf, 45 typedef int cookie_seek_function_t (void *__cookie, __off64_t *__pos, int __w); 48 typedef int cookie_close_function_t (void *__cookie);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | link.h | 176 extern void la_activity (uintptr_t *__cookie, unsigned int __flag); 177 extern char *la_objsearch (const char *__name, uintptr_t *__cookie, 180 uintptr_t *__cookie); 181 extern void la_preinit (uintptr_t *__cookie); 188 extern unsigned int la_objclose (uintptr_t *__cookie);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | link.h | 176 extern void la_activity (uintptr_t *__cookie, unsigned int __flag); 177 extern char *la_objsearch (const char *__name, uintptr_t *__cookie, 180 uintptr_t *__cookie); 181 extern void la_preinit (uintptr_t *__cookie); 188 extern unsigned int la_objclose (uintptr_t *__cookie);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netlink.h | 126 u64 __cookie = cookie; in nl_set_extack_cookie_u64() local 130 memcpy(extack->cookie, &__cookie, sizeof(__cookie)); in nl_set_extack_cookie_u64() 131 extack->cookie_len = sizeof(__cookie); in nl_set_extack_cookie_u64() 137 u32 __cookie = cookie; in nl_set_extack_cookie_u32() local 141 memcpy(extack->cookie, &__cookie, sizeof(__cookie)); in nl_set_extack_cookie_u32() 142 extack->cookie_len = sizeof(__cookie); in nl_set_extack_cookie_u32()
|
| /OK3568_Linux_fs/kernel/drivers/s390/virtio/ |
| H A D | virtio_ccw.c | 399 register long __cookie asm("4") = cookie; in __do_kvm_notify() 403 "d"(__cookie) in __do_kvm_notify()
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0012-Properly-initialize-audit-cookie-for-the-dynamic-loa.patch | 163 +la_objclose (uintptr_t *__cookie)
|