| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 5 pub type __priority_which_t = c_uint; 6 pub type __rlimit_resource_t = c_uint; 142 pub nm_block_nr: c_uint, 144 pub nm_frame_nr: c_uint, 148 pub nm_status: c_uint, 149 pub nm_len: c_uint, 1083 vlen: c_uint, in sendmmsg() argument 1090 vlen: c_uint, in recvmmsg() argument 1143 flags: c_uint, in fanotify_mark() argument 1183 flags: c_uint, in renameat2() argument [all …]
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | powerpc64.rs | 16 pub l_sysid: c_uint, 72 pub st_vfs: c_uint, 73 pub st_type: c_uint, 74 pub st_gen: c_uint, 120 __v: [c_uint; 4], 141 pub cr: c_uint, 142 pub xer: c_uint, 150 pub fpscr: c_uint, 165 pub cr: c_uint, 166 pub xer: c_uint, [all …]
|
| /rust-libc-0.2.174/libc-test/test/ |
| H A D | makedev.rs | 16 use libc::{self, c_uint, dev_t}; 32 pub type MajorRetType = c_uint; 33 pub type MinorRetType = c_uint; 55 pub fn makedev_ffi(major: c_uint, minor: c_uint) -> dev_t; in makedev_ffi() argument 56 pub fn major_ffi(dev: dev_t) -> c_uint; in major_ffi() argument 57 pub fn minor_ffi(dev: dev_t) -> c_uint; in minor_ffi() argument 60 fn compare(major: c_uint, minor: c_uint) { in compare() argument 103 compare(major, c_uint::MAX); in test_fbsd11_like() 139 compare(major, c_uint::MAX); in test_fbsd12_like() 141 compare(c_uint::MAX, c_uint::MAX); in test_fbsd12_like()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 19 pub type idtype_t = c_uint; 21 pub type pthread_key_t = c_uint; 30 pub type __u32 = c_uint; 875 index: c_uint, 876 flags: c_uint, 3019 pub const PIDFD_NONBLOCK: c_uint = O_NONBLOCK as c_uint; 3020 pub const PIDFD_THREAD: c_uint = O_EXCL as c_uint; 4917 pub const OPEN_TREE_CLOEXEC: c_uint = O_CLOEXEC as c_uint; 6080 pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t { 6541 flags: c_uint, in splice() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 290 pub modes: c_uint, 431 pub mem_unit: c_uint, 641 pub const BUFSIZ: c_uint = 1024; 642 pub const TMP_MAX: c_uint = 10000; 643 pub const FOPEN_MAX: c_uint = 1000; 765 pub const ADJ_TAI: c_uint = 0x0080; 840 vlen: c_uint, in sendmmsg() argument 841 flags: c_uint, in sendmmsg() argument 846 vlen: c_uint, in recvmmsg() argument 847 flags: c_uint, in recvmmsg() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 4 pub type speed_t = c_uint; 5 pub type tcflag_t = c_uint; 9 pub type id_t = c_uint; 161 pub ifa_flags: c_uint, 206 pub msg_len: c_uint, 1237 pub const SPLICE_F_MOVE: c_uint = 0x01; 1239 pub const SPLICE_F_MORE: c_uint = 0x04; 1265 pub const SI_LOAD_SHIFT: c_uint = 16; 1803 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { 1807 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { [all …]
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | neutrino.rs | 77 pub options: c_uint, 150 pub scale: c_uint, 155 pub cmd: c_uint, 156 pub mode: c_uint, 161 pub resp: c_uint, 519 __flags: c_uint, in ChannelCreateExt() argument 601 __mask: c_uint, in ConnectFlags() argument 602 __bits: c_uint, in ConnectFlags() argument 607 __mask: c_uint, in ConnectFlags_r() argument 608 __bits: c_uint, in ConnectFlags_r() argument [all …]
|
| H A D | mod.rs | 6 pub type speed_t = c_uint; 7 pub type tcflag_t = c_uint; 10 pub type key_t = c_uint; 19 pub type nfds_t = c_uint; 20 pub type idtype_t = c_uint; 306 _union: c_uint, 307 __owner: c_uint, 567 pub seq: c_uint, 2643 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { 2647 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { [all …]
|
| /rust-libc-0.2.174/src/unix/newlib/horizon/ |
| H A D | mod.rs | 6 pub type wchar_t = c_uint; 8 pub type u_register_t = c_uint; 11 pub type u_int = c_uint; 14 pub type uint = c_uint; 129 pub const CLOCK_ENABLED: c_uint = 1; 130 pub const CLOCK_DISABLED: c_uint = 0; 131 pub const CLOCK_ALLOWED: c_uint = 1; 133 pub const TIMER_ABSTIME: c_uint = 4; 142 pub const SOL_CONFIG: c_uint = 65534; 183 pub const GRND_NONBLOCK: c_uint = 0x1; [all …]
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | solaris.rs | 7 pub type door_attr_t = c_uint; 9 pub type lgrp_affinity_t = c_uint; 84 pub dec_num: c_uint, 175 pub const PRIV_PROC_SENSITIVE: c_uint = 0x0008; 176 pub const PRIV_PFEXEC_AUTH: c_uint = 0x0200; 177 pub const PRIV_PROC_TPD: c_uint = 0x0400; 178 pub const PRIV_TPD_UNSAFE: c_uint = 0x0800; 180 pub const PRIV_TPD_KILLABLE: c_uint = 0x2000; 184 pub const PRIV_USER: c_uint = PRIV_DEBUG 208 num_desc: c_uint, in door_return() argument [all …]
|
| H A D | mod.rs | 16 pub type major_t = c_uint; 17 pub type minor_t = c_uint; 18 pub type mode_t = c_uint; 19 pub type nlink_t = c_uint; 21 pub type speed_t = c_uint; 2410 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { 2436 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { 2508 pub {const} fn MR_GET_TYPE(flags: c_uint) -> c_uint { 3047 pub fn getpflags(flags: c_uint) -> c_uint; in getpflags() argument 3048 pub fn setpflags(flags: c_uint, value: c_uint) -> c_int; in setpflags() argument [all …]
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 10 pub type __u32_type = c_uint; 16 pub type __u_int = c_uint; 23 pub type __uint32_t = c_uint; 77 pub type wint_t = c_uint; 120 pub type uint = c_uint; 3437 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { 3441 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { 3977 count: c_uint, in pthread_barrier_init() argument 4080 mask: c_uint, in statx() argument 4126 pub fn close_range(first: c_uint, last: c_uint, flags: c_int) -> c_int; in close_range() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 30 pub type nfds_t = c_uint; 44 pub type __u32 = c_uint; 150 count: c_uint, 613 __serial: c_uint, 2128 pub const OPEN_TREE_CLOEXEC: c_uint = O_CLOEXEC as c_uint; 3460 pub {const} fn makedev(ma: c_uint, mi: c_uint) -> crate::dev_t { 3650 flags: c_uint, in splice() argument 3696 count: c_uint, in pthread_barrier_init() argument 3825 vlen: c_uint, in sendmmsg() argument 3831 vlen: c_uint, in recvmmsg() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b64/x86_64/ |
| H A D | mod.rs | 299 pub mxcsr: c_uint, 300 pub mxcr_mask: c_uint, 301 pub st_space: [c_uint; 32], 302 pub xmm_space: [c_uint; 64], 303 padding: [c_uint; 24], 534 pub const PTRACE_DETACH: c_uint = 17; 618 pub const PTRACE_GETFPREGS: c_uint = 14; 619 pub const PTRACE_SETFPREGS: c_uint = 15; 622 pub const PTRACE_GETREGS: c_uint = 12; 623 pub const PTRACE_SETREGS: c_uint = 13; [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 20 pub type clockid_t = c_uint; 21 pub type fsblkcnt_t = c_uint; 22 pub type fsfilcnt_t = c_uint; 26 pub type id_t = c_uint; 28 pub type idtype_t = c_uint; 55 pub type host_t = c_uint; 5223 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { 5227 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { 5625 flags: c_uint, in kevent64() argument 5721 flags: c_uint, in renameatx_np() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/b32/ |
| H A D | mod.rs | 84 __pad1: c_uint, 99 __pad2: c_uint, 172 pub mem_unit: c_uint, 216 pub modes: c_uint, 254 pub modes: c_uint, 311 pub const PTRACE_DETACH: c_uint = 11; 354 pub const PTRACE_DETACH: c_uint = 17; 447 pub const PTRACE_GETFPREGS: c_uint = 14; 448 pub const PTRACE_SETFPREGS: c_uint = 15; 449 pub const PTRACE_GETREGS: c_uint = 12; [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 20 pub type idtype_t = c_uint; 21 pub type shmatt_t = c_uint; 41 pub type vm_eflags_t = c_uint; 80 pub fflags: c_uint, 131 pub f_type: c_uint, 256 pub f_flag: c_uint, 515 pub mc_len: c_uint, 518 __reserved: c_uint, 1433 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { 1449 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 14 pub type tcflag_t = c_uint; 15 pub type speed_t = c_uint; 264 pub modes: c_uint, 306 pub bf_len: c_uint, 311 pub bs_recv: c_uint, 312 pub bs_drop: c_uint, 335 bfl_len: c_uint, 1666 count: c_uint, in pthread_barrier_init() argument 1730 namelen: c_uint, in sysctl() argument 1892 msg_prio: c_uint, in mq_send() argument [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/ |
| H A D | mod.rs | 13 pub type __priority_which_t = c_uint; 366 pub const FILENAME_MAX: c_uint = 4095; 379 pub const EXTA: c_uint = B19200; 380 pub const EXTB: c_uint = B38400; 416 pub const PTRACE_GETSIGMASK: c_uint = 0x420a; 418 pub const PTRACE_SETSIGMASK: c_uint = 0x420b; 443 pub fn ptrace(request: c_uint, ...) -> c_long; in ptrace() argument 448 vlen: c_uint, in sendmmsg() argument 454 vlen: c_uint, in recvmmsg() argument 489 flags: c_uint, in fanotify_mark() argument
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 68 pub type u_int = c_uint; 74 pub type nfds_t = c_uint; 87 pub type tcflag_t = c_uint; 88 pub type speed_t = c_uint; 148 pub if_index: c_uint, 1853 pub fn CMSG_LEN(length: c_uint) -> c_uint { 1857 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { 1885 pub {const} fn makedev(ma: c_uint, mi: c_uint) -> dev_t { 1896 (dev & 0xffff) as c_uint 2105 pub fn srand(seed: c_uint); in srand() argument [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/apple/b64/x86_64/ |
| H A D | mod.rs | 3 pub type boolean_t = c_uint; 145 num_requested: c_uint, 146 ) -> c_uint, 152 num_to_be_freed: c_uint, 156 pub version: c_uint,
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 4 pub type clock_t = c_uint; 14 pub type lwpid_t = c_uint; 15 pub type shmatt_t = c_uint; 222 pta_magic: c_uint, 228 ptm_magic: c_uint, 263 ptc_magic: c_uint, 277 ptr_magic: c_uint, 708 pub len: c_uint, 2291 pub {const} fn CMSG_LEN(length: c_uint) -> c_uint { 2309 pub {const} fn CMSG_SPACE(length: c_uint) -> c_uint { [all …]
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/uclibc/mips/ |
| H A D | mod.rs | 28 pub const SA_NODEFER: c_uint = 0x40000000; 29 pub const SA_RESETHAND: c_uint = 0x80000000; 30 pub const SA_RESTART: c_uint = 0x10000000; 31 pub const SA_NOCLDSTOP: c_uint = 0x00000001; 37 pub const TMP_MAX: c_uint = 238328; 162 pub const SA_ONSTACK: c_uint = 0x08000000; 163 pub const SA_SIGINFO: c_uint = 0x00000008;
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 16 pub type clock_t = c_uint; 21 pub type useconds_t = c_uint; 34 pub type __socklen_t = c_uint; 53 pub type u_int = c_uint; 57 pub type uint = c_uint; 191 pub const BUFSIZ: c_uint = 1024; 192 pub const FOPEN_MAX: c_uint = 20; 626 arg4: c_uint, in radixsort() argument 632 arg4: c_uint, in sradixsort() argument 773 pub fn popcount(arg1: c_uint) -> c_uint; in popcount() argument [all …]
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | p2.rs | 5 pub type in_addr_t = c_uint; 7 pub type socklen_t = c_uint; 36 pub sin6_flowinfo: c_uint, 38 pub sin6_scope_id: c_uint, 65 pub ipv6mr_interface: c_uint,
|