Searched refs:__u64 (Results 1 – 20 of 20) sorted by relevance
/system/netd/bpf_progs/ |
D | bpf_net_helpers.h | 36 __u64 flags) = (void*)BPF_FUNC_skb_store_bytes; 44 __u64 flags) = (void*)BPF_FUNC_skb_change_proto; 45 static int (*bpf_l3_csum_replace)(struct __sk_buff* skb, __u32 offset, __u64 from, __u64 to, 46 __u64 flags) = (void*)BPF_FUNC_l3_csum_replace; 47 static int (*bpf_l4_csum_replace)(struct __sk_buff* skb, __u32 offset, __u64 from, __u64 to, 48 __u64 flags) = (void*)BPF_FUNC_l4_csum_replace; 49 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect; 51 __u64 flags) = (void*)BPF_FUNC_redirect_map; 54 __u64 flags) = (void*)BPF_FUNC_skb_change_head; 56 __u64 flags) = (void*)BPF_FUNC_skb_adjust_room;
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapuserd_kernel.h | 44 typedef __u64 sector_t; 84 __u64 seq; 85 __u64 type; 86 __u64 flags; 87 __u64 sector; 88 __u64 len;
|
/system/core/trusty/libtrusty/include/trusty/ |
D | ipc.h | 63 __u64 iov; 64 __u64 shm; 65 __u64 iov_cnt; 66 __u64 shm_cnt;
|
/system/memory/libion/original-kernel-headers/linux/ |
D | ion_test.h | 31 __u64 ptr; 32 __u64 offset; 33 __u64 size;
|
D | ion_4.12.h | 45 __u64 len; 77 __u64 heaps; /* buffer to be populated */
|
D | ion_4.19.h | 73 __u64 len; 105 __u64 heaps; /* buffer to be populated */
|
/system/memory/libion/kernel-headers/linux/ |
D | ion_test.h | 25 __u64 ptr; 26 __u64 offset; 27 __u64 size;
|
D | ion_4.12.h | 25 __u64 len; 43 __u64 heaps;
|
D | ion_4.19.h | 37 __u64 len; 55 __u64 heaps;
|
/system/core/trusty/libtrusty/ |
D | trusty.c | 58 req.iov = (__u64)iov; in tipc_send() 59 req.iov_cnt = (__u64)iovcnt; in tipc_send() 60 req.shm = (__u64)shms; in tipc_send() 61 req.shm_cnt = (__u64)shmcnt; in tipc_send()
|
/system/core/fs_mgr/tools/ |
D | dmuserd.cpp | 17 #define SECTOR_SIZE ((__u64)512) 67 __u64 seq; 68 __u64 type; 69 __u64 flags; 70 __u64 sector; 71 __u64 len; 115 int not_splice(int from, int to, __u64 count) { in not_splice() 118 __u64 max = count > BUFFER_BYTES ? BUFFER_BYTES : count; in not_splice() 152 __u64 type; in simple_daemon()
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_kernel_headers.h | 33 #define __u64 uint64_t macro 53 #undef __u64
|
D | ext4.h | 189 __u64 block_bitmap; 190 __u64 inode_bitmap; 191 __u64 inode_table; 304 __u64 orig_start; 305 __u64 donor_start; 306 __u64 len; 307 __u64 moved_len;
|
/system/incremental_delivery/incfs/kernel-headers/linux/ |
D | incrementalfs.h | 266 __u64 count; 568 __u64 time_us_out; 580 __u64 reserved2;
|
/system/extras/simpleperf/nonlinux_support/include/linux/ |
D | types.h | 23 typedef uint64_t __u64; typedef
|
/system/vold/ |
D | secdiscard.cpp | 65 __u64 start; 66 __u64 len; 67 __u64 flags;
|
/system/core/libsparse/ |
D | sparse_defs.h | 31 #define __u64 u64 macro
|
/system/core/libsync/ |
D | sync.c | 245 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in modern_sync_file_info() 305 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in legacy_fence_info_to_sync_file_info()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 140 typedef unsigned long __u64; typedef
|
/system/apex/apexd/ |
D | apexd_loop.cpp | 59 __u64 __reserved[8];
|