/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 153 pub struct __kernel_fd_set { struct 159 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 161 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 164 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 166 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 169 unsafe { &(*(0 as *const __kernel_fd_set)).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 173 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set() 179 impl Clone for __kernel_fd_set { implementation
|
D | vhost.rs | 173 pub struct __kernel_fd_set { struct 179 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 181 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 184 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 186 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 189 unsafe { &(*(0 as *const __kernel_fd_set)).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 193 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set() 199 impl Clone for __kernel_fd_set { implementation
|
D | virtio_net.rs | 220 pub struct __kernel_fd_set { struct 226 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 228 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 231 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 233 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 236 unsafe { &(*(0 as *const __kernel_fd_set)).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 240 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set() 246 impl Clone for __kernel_fd_set { implementation
|
/external/crosvm/net_sys/src/ |
D | if_tun.rs | 228 pub struct __kernel_fd_set { struct 234 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 236 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 239 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 241 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 244 unsafe { &(*(0 as *const __kernel_fd_set)).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 248 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set() 254 impl Clone for __kernel_fd_set { implementation
|
D | inn.rs | 111 pub struct __kernel_fd_set { struct 117 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 119 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 122 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 124 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 127 unsafe { &(*(0 as *const __kernel_fd_set)).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 131 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set() 137 impl Clone for __kernel_fd_set { implementation
|
D | iff.rs | 412 pub struct __kernel_fd_set { struct
|
/external/iproute2/include/uapi/linux/ |
D | posix_types.h | 27 } __kernel_fd_set; typedef
|
/external/kernel-headers/original/uapi/linux/ |
D | posix_types.h | 27 } __kernel_fd_set; typedef
|
/external/crosvm/vfio_sys/src/ |
D | plat.rs | 78 pub struct __kernel_fd_set { struct
|
D | vfio.rs | 149 pub struct __kernel_fd_set { struct
|
/external/crosvm/kvm_sys/src/aarch64/ |
D | bindings.rs | 692 pub struct __kernel_fd_set { struct 698 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 700 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 703 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 705 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 708 unsafe { &(*(::std::ptr::null::<__kernel_fd_set>())).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 712 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set()
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 642 pub struct __kernel_fd_set { struct 648 ::std::mem::size_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() argument 650 concat!("Size of: ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 653 ::std::mem::align_of::<__kernel_fd_set>(), in bindgen_test_layout___kernel_fd_set() 655 concat!("Alignment of ", stringify!(__kernel_fd_set)) in bindgen_test_layout___kernel_fd_set() 658 unsafe { &(*(::std::ptr::null::<__kernel_fd_set>())).fds_bits as *const _ as usize }, in bindgen_test_layout___kernel_fd_set() 662 stringify!(__kernel_fd_set), in bindgen_test_layout___kernel_fd_set()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1094 CHECK_TYPE_SIZE(__kernel_fd_set);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 1089 CHECK_TYPE_SIZE(__kernel_fd_set);
|