Lines Matching refs:c_uint
5 pub type __priority_which_t = c_uint;
6 pub type __rlimit_resource_t = c_uint;
141 pub nm_block_size: c_uint,
142 pub nm_block_nr: c_uint,
143 pub nm_frame_size: c_uint,
144 pub nm_frame_nr: c_uint,
148 pub nm_status: c_uint,
149 pub nm_len: c_uint,
709 pub const BUFSIZ: c_uint = 8192;
710 pub const TMP_MAX: c_uint = 238328;
711 pub const FOPEN_MAX: c_uint = 16;
712 pub const FILENAME_MAX: c_uint = 4096;
805 pub const BINDERFS_SUPER_MAGIC: c_uint = 0x6c6f6f70;
806 pub const XFS_SUPER_MAGIC: c_uint = 0x58465342;
812 pub const PTRACE_TRACEME: c_uint = 0;
813 pub const PTRACE_PEEKTEXT: c_uint = 1;
814 pub const PTRACE_PEEKDATA: c_uint = 2;
815 pub const PTRACE_PEEKUSER: c_uint = 3;
816 pub const PTRACE_POKETEXT: c_uint = 4;
817 pub const PTRACE_POKEDATA: c_uint = 5;
818 pub const PTRACE_POKEUSER: c_uint = 6;
819 pub const PTRACE_CONT: c_uint = 7;
820 pub const PTRACE_KILL: c_uint = 8;
821 pub const PTRACE_SINGLESTEP: c_uint = 9;
822 pub const PTRACE_ATTACH: c_uint = 16;
823 pub const PTRACE_SYSCALL: c_uint = 24;
824 pub const PTRACE_SETOPTIONS: c_uint = 0x4200;
825 pub const PTRACE_GETEVENTMSG: c_uint = 0x4201;
826 pub const PTRACE_GETSIGINFO: c_uint = 0x4202;
827 pub const PTRACE_SETSIGINFO: c_uint = 0x4203;
828 pub const PTRACE_GETREGSET: c_uint = 0x4204;
829 pub const PTRACE_SETREGSET: c_uint = 0x4205;
830 pub const PTRACE_SEIZE: c_uint = 0x4206;
831 pub const PTRACE_INTERRUPT: c_uint = 0x4207;
832 pub const PTRACE_LISTEN: c_uint = 0x4208;
833 pub const PTRACE_PEEKSIGINFO: c_uint = 0x4209;
834 pub const PTRACE_GETSIGMASK: c_uint = 0x420a;
835 pub const PTRACE_SETSIGMASK: c_uint = 0x420b;
836 pub const PTRACE_GET_SYSCALL_INFO: c_uint = 0x420e;
855 pub const RTM_F_LOOKUP_TABLE: c_uint = 0x1000;
856 pub const RTM_F_FIB_MATCH: c_uint = 0x2000;
947 pub const MOVE_MOUNT_F_SYMLINKS: c_uint = 0x00000001;
948 pub const MOVE_MOUNT_F_AUTOMOUNTS: c_uint = 0x00000002;
949 pub const MOVE_MOUNT_F_EMPTY_PATH: c_uint = 0x00000004;
950 pub const MOVE_MOUNT_T_SYMLINKS: c_uint = 0x00000010;
951 pub const MOVE_MOUNT_T_AUTOMOUNTS: c_uint = 0x00000020;
952 pub const MOVE_MOUNT_T_EMPTY_PATH: c_uint = 0x00000040;
953 pub const MOVE_MOUNT_SET_GROUP: c_uint = 0x00000100;
954 pub const MOVE_MOUNT_BENEATH: c_uint = 0x00000200;
957 pub const ADJ_OFFSET: c_uint = 0x0001;
958 pub const ADJ_FREQUENCY: c_uint = 0x0002;
959 pub const ADJ_MAXERROR: c_uint = 0x0004;
960 pub const ADJ_ESTERROR: c_uint = 0x0008;
961 pub const ADJ_STATUS: c_uint = 0x0010;
962 pub const ADJ_TIMECONST: c_uint = 0x0020;
963 pub const ADJ_TAI: c_uint = 0x0080;
964 pub const ADJ_SETOFFSET: c_uint = 0x0100;
965 pub const ADJ_MICRO: c_uint = 0x1000;
966 pub const ADJ_NANO: c_uint = 0x2000;
967 pub const ADJ_TICK: c_uint = 0x4000;
968 pub const ADJ_OFFSET_SINGLESHOT: c_uint = 0x8001;
969 pub const ADJ_OFFSET_SS_READ: c_uint = 0xa001;
970 pub const MOD_OFFSET: c_uint = ADJ_OFFSET;
971 pub const MOD_FREQUENCY: c_uint = ADJ_FREQUENCY;
972 pub const MOD_MAXERROR: c_uint = ADJ_MAXERROR;
973 pub const MOD_ESTERROR: c_uint = ADJ_ESTERROR;
974 pub const MOD_STATUS: c_uint = ADJ_STATUS;
975 pub const MOD_TIMECONST: c_uint = ADJ_TIMECONST;
976 pub const MOD_CLKB: c_uint = ADJ_TICK;
977 pub const MOD_CLKA: c_uint = ADJ_OFFSET_SINGLESHOT;
978 pub const MOD_TAI: c_uint = ADJ_TAI;
979 pub const MOD_MICRO: c_uint = ADJ_MICRO;
980 pub const MOD_NANO: c_uint = ADJ_NANO;
1083 vlen: c_uint, in sendmmsg() argument
1090 vlen: c_uint, in recvmmsg() argument
1128 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom()
1143 flags: c_uint, in fanotify_mark() argument
1183 flags: c_uint, in renameat2() argument
1202 pub fn ptrace(request: c_uint, ...) -> c_long; in ptrace() argument
1261 pub fn memfd_create(name: *const c_char, flags: c_uint) -> c_int; in memfd_create()
1262 pub fn mlock2(addr: *const c_void, len: size_t, flags: c_uint) -> c_int; in mlock2()
1329 pub fn close_range(first: c_uint, last: c_uint, flags: c_int) -> c_int; in close_range() argument