Home
last modified time | relevance | path

Searched refs:c_uint (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/crosvm/x86_64/src/
Dmsr_index.rs11 pub const MSR_EFER: ::std::os::raw::c_uint = 0xc0000080;
12 pub const MSR_STAR: ::std::os::raw::c_uint = 0xc0000081;
13 pub const MSR_LSTAR: ::std::os::raw::c_uint = 0xc0000082;
14 pub const MSR_CSTAR: ::std::os::raw::c_uint = 0xc0000083;
15 pub const MSR_SYSCALL_MASK: ::std::os::raw::c_uint = 0xc0000084;
16 pub const MSR_FS_BASE: ::std::os::raw::c_uint = 0xc0000100;
17 pub const MSR_GS_BASE: ::std::os::raw::c_uint = 0xc0000101;
18 pub const MSR_KERNEL_GS_BASE: ::std::os::raw::c_uint = 0xc0000102;
19 pub const MSR_TSC_AUX: ::std::os::raw::c_uint = 0xc0000103;
20 pub const _EFER_SCE: ::std::os::raw::c_uint = 0x00000000;
[all …]
Dmpspec.rs8 pub const MP_PROCESSOR: ::std::os::raw::c_uint = 0;
9 pub const MP_BUS: ::std::os::raw::c_uint = 1;
10 pub const MP_IOAPIC: ::std::os::raw::c_uint = 2;
11 pub const MP_INTSRC: ::std::os::raw::c_uint = 3;
12 pub const MP_LINTSRC: ::std::os::raw::c_uint = 4;
13 pub const MP_TRANSLATION: ::std::os::raw::c_uint = 192;
14 pub const CPU_ENABLED: ::std::os::raw::c_uint = 1;
15 pub const CPU_BOOTPROCESSOR: ::std::os::raw::c_uint = 2;
16 pub const CPU_STEPPING_MASK: ::std::os::raw::c_uint = 15;
17 pub const CPU_MODEL_MASK: ::std::os::raw::c_uint = 240;
[all …]
/external/crosvm/net_sys/src/
Dsockios.rs7 pub const FIOSETOWN: ::std::os::raw::c_uint = 35073;
8 pub const SIOCSPGRP: ::std::os::raw::c_uint = 35074;
9 pub const FIOGETOWN: ::std::os::raw::c_uint = 35075;
10 pub const SIOCGPGRP: ::std::os::raw::c_uint = 35076;
11 pub const SIOCATMARK: ::std::os::raw::c_uint = 35077;
12 pub const SIOCGSTAMP: ::std::os::raw::c_uint = 35078;
13 pub const SIOCGSTAMPNS: ::std::os::raw::c_uint = 35079;
14 pub const SOCK_IOC_TYPE: ::std::os::raw::c_uint = 137;
15 pub const SIOCADDRT: ::std::os::raw::c_uint = 35083;
16 pub const SIOCDELRT: ::std::os::raw::c_uint = 35084;
[all …]
Dif_tun.rs44 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
45 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
46 pub const ETH_ALEN: ::std::os::raw::c_uint = 6;
47 pub const ETH_HLEN: ::std::os::raw::c_uint = 14;
48 pub const ETH_ZLEN: ::std::os::raw::c_uint = 60;
49 pub const ETH_DATA_LEN: ::std::os::raw::c_uint = 1500;
50 pub const ETH_FRAME_LEN: ::std::os::raw::c_uint = 1514;
51 pub const ETH_FCS_LEN: ::std::os::raw::c_uint = 4;
52 pub const ETH_P_LOOP: ::std::os::raw::c_uint = 96;
53 pub const ETH_P_PUP: ::std::os::raw::c_uint = 512;
[all …]
Dinn.rs7 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
8 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
9 pub const __UAPI_DEF_IN_ADDR: ::std::os::raw::c_uint = 1;
10 pub const __UAPI_DEF_IN_IPPROTO: ::std::os::raw::c_uint = 1;
11 pub const __UAPI_DEF_IN_PKTINFO: ::std::os::raw::c_uint = 1;
12 pub const __UAPI_DEF_IP_MREQ: ::std::os::raw::c_uint = 1;
13 pub const __UAPI_DEF_SOCKADDR_IN: ::std::os::raw::c_uint = 1;
14 pub const __UAPI_DEF_IN_CLASS: ::std::os::raw::c_uint = 1;
15 pub const __UAPI_DEF_IN6_ADDR: ::std::os::raw::c_uint = 1;
16 pub const __UAPI_DEF_IN6_ADDR_ALT: ::std::os::raw::c_uint = 1;
[all …]
/external/crosvm/io_uring/src/
Dbindings.rs48 pub const NR_OPEN: ::std::os::raw::c_uint = 1024;
49 pub const NGROUPS_MAX: ::std::os::raw::c_uint = 65536;
50 pub const ARG_MAX: ::std::os::raw::c_uint = 131072;
51 pub const LINK_MAX: ::std::os::raw::c_uint = 127;
52 pub const MAX_CANON: ::std::os::raw::c_uint = 255;
53 pub const MAX_INPUT: ::std::os::raw::c_uint = 255;
54 pub const NAME_MAX: ::std::os::raw::c_uint = 255;
55 pub const PATH_MAX: ::std::os::raw::c_uint = 4096;
56 pub const PIPE_BUF: ::std::os::raw::c_uint = 4096;
57 pub const XATTR_NAME_MAX: ::std::os::raw::c_uint = 255;
[all …]
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs44 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
45 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
46 pub const VIRTIO_ID_NET: ::std::os::raw::c_uint = 1;
47 pub const VIRTIO_ID_BLOCK: ::std::os::raw::c_uint = 2;
48 pub const VIRTIO_ID_CONSOLE: ::std::os::raw::c_uint = 3;
49 pub const VIRTIO_ID_RNG: ::std::os::raw::c_uint = 4;
50 pub const VIRTIO_ID_BALLOON: ::std::os::raw::c_uint = 5;
51 pub const VIRTIO_ID_RPMSG: ::std::os::raw::c_uint = 7;
52 pub const VIRTIO_ID_SCSI: ::std::os::raw::c_uint = 8;
53 pub const VIRTIO_ID_9P: ::std::os::raw::c_uint = 9;
[all …]
Dvhost.rs44 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
45 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
46 pub const _IOC_NRBITS: ::std::os::raw::c_uint = 8;
47 pub const _IOC_TYPEBITS: ::std::os::raw::c_uint = 8;
48 pub const _IOC_SIZEBITS: ::std::os::raw::c_uint = 14;
49 pub const _IOC_DIRBITS: ::std::os::raw::c_uint = 2;
50 pub const _IOC_NRMASK: ::std::os::raw::c_uint = 255;
51 pub const _IOC_TYPEMASK: ::std::os::raw::c_uint = 255;
52 pub const _IOC_SIZEMASK: ::std::os::raw::c_uint = 16383;
53 pub const _IOC_DIRMASK: ::std::os::raw::c_uint = 3;
[all …]
Dvirtio_ring.rs44 pub const _STDINT_H: ::std::os::raw::c_uint = 1;
45 pub const _FEATURES_H: ::std::os::raw::c_uint = 1;
46 pub const _DEFAULT_SOURCE: ::std::os::raw::c_uint = 1;
47 pub const __USE_ISOC11: ::std::os::raw::c_uint = 1;
48 pub const __USE_ISOC99: ::std::os::raw::c_uint = 1;
49 pub const __USE_ISOC95: ::std::os::raw::c_uint = 1;
50 pub const __USE_POSIX_IMPLICITLY: ::std::os::raw::c_uint = 1;
51 pub const _POSIX_SOURCE: ::std::os::raw::c_uint = 1;
52 pub const _POSIX_C_SOURCE: ::std::os::raw::c_uint = 200809;
53 pub const __USE_POSIX: ::std::os::raw::c_uint = 1;
[all …]
/external/crosvm/usb_sys/src/
Dlib.rs11 use std::os::raw::{c_char, c_int, c_uchar, c_uint, c_void};
62 pub ep: c_uint,
63 pub len: c_uint,
64 pub timeout: c_uint,
71 pub interface: c_uint,
72 pub altsetting: c_uint,
78 pub signr: c_uint,
87 pub interface: c_uint,
94 pub devnum: c_uint,
98 pub const USBDEVFS_URB_SHORT_NOT_OK: c_uint = 0x01;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs2 pub type __priority_which_t = ::c_uint;
3 pub type __rlimit_resource_t = ::c_uint;
149 pub nm_block_size: ::c_uint,
150 pub nm_block_nr: ::c_uint,
151 pub nm_frame_size: ::c_uint,
152 pub nm_frame_nr: ::c_uint,
156 pub nm_status: ::c_uint,
157 pub nm_len: ::c_uint,
191 pub modes: ::c_uint,
636 pub const FAN_MARK_INODE: ::c_uint = 0x0000_0000;
[all …]
/external/rust/crates/clang-sys/src/
Dlib.rs53 pub type CXInclusionVisitor = extern "C" fn(CXFile, *mut CXSourceLocation, c_uint, CXClientData);
1299 pub NumResults: c_uint,
1374 pub numBases: c_uint,
1401 pub numAttributes: c_uint,
1402 pub flags: c_uint,
1417 pub numAttributes: c_uint,
1477 pub int_data: c_uint,
1537 pub numProtocols: c_uint,
1559 pub int_data: c_uint,
1568 pub begin_int_data: c_uint,
[all …]
/external/crosvm/sys_util/src/
Dioctl.rs36 pub const fn $name($($v: ::std::os::raw::c_uint),+) -> $crate::IoctlNr {
125 pub const _IOC_NRBITS: c_uint = 8;
126 pub const _IOC_TYPEBITS: c_uint = 8;
127 pub const _IOC_SIZEBITS: c_uint = 14;
128 pub const _IOC_DIRBITS: c_uint = 2;
129 pub const _IOC_NRMASK: c_uint = 255;
130 pub const _IOC_TYPEMASK: c_uint = 255;
131 pub const _IOC_SIZEMASK: c_uint = 16383;
132 pub const _IOC_DIRMASK: c_uint = 3;
133 pub const _IOC_NRSHIFT: c_uint = 0;
[all …]
/external/capstone/bindings/python/capstone/
Dm68k.py10 ('base_reg', ctypes.c_uint),
11 ('index_reg', ctypes.c_uint),
12 ('in_base_reg', ctypes.c_uint),
13 ('in_disp', ctypes.c_uint),
14 ('out_disp', ctypes.c_uint),
25 ('reg_0', ctypes.c_uint),
26 ('reg_1', ctypes.c_uint),
34 ('reg', ctypes.c_uint),
49 ('register_bits', ctypes.c_uint),
50 ('type', ctypes.c_uint),
[all …]
Dx86.py10 ('segment', ctypes.c_uint),
11 ('base', ctypes.c_uint),
12 ('index', ctypes.c_uint),
19 ('reg', ctypes.c_uint),
26 ('type', ctypes.c_uint),
30 ('avx_bcast', ctypes.c_uint),
65 ('sib_index', ctypes.c_uint),
67 ('sib_base', ctypes.c_uint),
68 ('xop_cc', ctypes.c_uint),
69 ('sse_cc', ctypes.c_uint),
[all …]
Dppc.py10 ('base', ctypes.c_uint),
16 ('scale', ctypes.c_uint),
17 ('reg', ctypes.c_uint),
18 ('cond', ctypes.c_uint),
23 ('reg', ctypes.c_uint),
31 ('type', ctypes.c_uint),
54 ('bc', ctypes.c_uint),
55 ('bh', ctypes.c_uint),
Darm64.py10 ('base', ctypes.c_uint),
11 ('index', ctypes.c_uint),
17 ('type', ctypes.c_uint),
18 ('value', ctypes.c_uint),
23 ('reg', ctypes.c_uint),
28 ('sys', ctypes.c_uint),
39 ('ext', ctypes.c_uint),
40 ('type', ctypes.c_uint),
81 ('cc', ctypes.c_uint),
Dtms320c64x.py20 ('reg', ctypes.c_uint),
27 ('reg', ctypes.c_uint),
28 ('zero', ctypes.c_uint),
33 ('unit', ctypes.c_uint),
34 ('side', ctypes.c_uint),
35 ('crosspath', ctypes.c_uint),
40 ('type', ctypes.c_uint),
62 ('parallel', ctypes.c_uint),
Darm.py10 ('base', ctypes.c_uint),
11 ('index', ctypes.c_uint),
19 ('type', ctypes.c_uint),
20 ('value', ctypes.c_uint),
25 ('reg', ctypes.c_uint),
36 ('type', ctypes.c_uint),
71 ('cc', ctypes.c_uint),
/external/rust/crates/vmm_vhost/src/vhost_kern/
Dvhost_binding.rs21 pub const VHOST: raw::c_uint = 0xaf;
22 pub const VHOST_VRING_F_LOG: raw::c_uint = 0;
23 pub const VHOST_ACCESS_RO: raw::c_uint = 1;
24 pub const VHOST_ACCESS_WO: raw::c_uint = 2;
25 pub const VHOST_ACCESS_RW: raw::c_uint = 3;
26 pub const VHOST_IOTLB_MISS: raw::c_uint = 1;
27 pub const VHOST_IOTLB_UPDATE: raw::c_uint = 2;
28 pub const VHOST_IOTLB_INVALIDATE: raw::c_uint = 3;
29 pub const VHOST_IOTLB_ACCESS_FAIL: raw::c_uint = 4;
30 pub const VHOST_IOTLB_MSG: raw::c_uint = 1;
[all …]
/external/bcc/tests/python/
Dtest_brb.py64 from ctypes import c_uint
109 self.pem_dest[c_uint(curr_pem_pid)] = self.pem_dest.Leaf(prog_id_br, curr_br_pid)
110 br_dest_map[c_uint(curr_br_pid)] = br_dest_map.Leaf(prog_id_pem, curr_pem_pid)
111 self.pem_port[c_uint(curr_pem_pid)] = c_uint(ifindex)
112 self.pem_ifindex[c_uint(ifindex)] = c_uint(curr_pem_pid)
114 br_mac_map[mac_addr] = c_uint(curr_br_pid)
128 self.jump[c_uint(prog_id_pem)] = c_uint(self.pem_fn.fd)
129 self.jump[c_uint(prog_id_br1)] = c_uint(self.br1_fn.fd)
130 self.jump[c_uint(prog_id_br2)] = c_uint(self.br2_fn.fd)
147 self.br1_rtr[c_uint(0)] = c_uint(self.nsrtr_eth0_out.index)
[all …]
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py27 __uint32_t = c_uint
31 __darwin_natural_t = c_uint
59 ('sc_eax', c_uint),
60 ('sc_ebx', c_uint),
61 ('sc_ecx', c_uint),
62 ('sc_edx', c_uint),
63 ('sc_edi', c_uint),
64 ('sc_esi', c_uint),
65 ('sc_ebp', c_uint),
66 ('sc_esp', c_uint),
[all …]
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py27 __uint32_t = c_uint
31 __darwin_natural_t = c_uint
59 ('sc_eax', c_uint),
60 ('sc_ebx', c_uint),
61 ('sc_ecx', c_uint),
62 ('sc_edx', c_uint),
63 ('sc_edi', c_uint),
64 ('sc_esi', c_uint),
65 ('sc_ebp', c_uint),
66 ('sc_esp', c_uint),
[all …]
/external/bcc/src/python/bcc/
Dperf.py22 ('type', ct.c_uint),
23 ('size', ct.c_uint),
29 ('wakeup_events', ct.c_uint),
30 ('IGNORE3', ct.c_uint),
34 ('IGNORE7', ct.c_uint),
37 ('IGNORE10', ct.c_uint),
38 ('IGNORE11', ct.c_uint)
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs11 pub type tcflag_t = ::c_uint;
12 pub type speed_t = ::c_uint;
229 pub ipi6_ifindex: ::c_uint,
241 pub modes: ::c_uint,
278 pub bf_len: ::c_uint,
283 pub bs_recv: ::c_uint,
284 pub bs_drop: ::c_uint,
307 bfl_len: ::c_uint,
308 bfl_list: *mut ::c_uint,
521 pub const BUFSIZ: ::c_uint = 1024;
[all …]

12345678910