Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h58 __u64 rxPackets;
59 __u64 rxBytes;
60 __u64 txPackets;
61 __u64 txBytes;
83 typedef __u64 iface_stats_key;
86 typedef __u64 app_uid_stats_key;
89 typedef __u64 sock_netns_key;
90 typedef __u64 sock_netns_value;
98 typedef __u64 socket_cookie_stats_key;
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h50 typedef __u64 binder_size_t;
51 typedef __u64 binder_uintptr_t;
133 __u64 feature_set;
137 __u64 sender_tokenid;
138 __u64 first_tokenid;
139 __u64 reserved[2];
144 __u64 sender_pid_nr;
299 __u64 cookie;
300 __u64 seqNumber;
310 __u64 stub_index;
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dflat_obj.h33 typedef u_int64_t __u64; typedef
40 typedef __u64 binder_size_t;
41 typedef __u64 binder_uintptr_t;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dflat_obj.h59 typedef __u64 binder_size_t;
60 typedef __u64 binder_uintptr_t;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dnetsys.c223 static inline __u64 check_broker_policy(uint64_t uid) in check_broker_policy()
467 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_create_socket()
527 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_check_bind4()
573 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_check_bind6()
619 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_check_connect4()
666 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_check_connect6()
712 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_check_sendmsg4()
758 __u64 uid_gid = bpf_get_current_uid_gid(); in inet_check_sendmsg6()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dhisilicon_drm.h26 __u64 phyaddr;
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Dhisilicon_drm.h28 __u64 phyaddr;
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h58 typedef __u64 binder_size_t;
59 typedef __u64 binder_uintptr_t;
/ohos5.0/commonlibrary/memory_utils/libdmabufheap/include/
H A Ddmabuf_alloc.h41 __u64 heapFlags;
/ohos5.0/commonlibrary/memory_utils/libdmabufheap/test/unittest/libdmabufheap/
H A Ddmabuf_alloc_test.cpp89 __u64 ownerId = get_owner_id_from_heap_flags(buffer.heapFlags);
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dhibernate.cpp459 __u64 buf[FILE_MAP_BUF_LEN]; in GetResumeOffset()