Lines Matching refs:c_uint
19 pub type idtype_t = c_uint;
21 pub type pthread_key_t = c_uint;
30 pub type __u32 = c_uint;
224 pub tp_len: c_uint,
225 pub tp_snaplen: c_uint,
228 pub tp_sec: c_uint,
229 pub tp_usec: c_uint,
253 pub tp_block_size: c_uint,
254 pub tp_block_nr: c_uint,
255 pub tp_frame_size: c_uint,
256 pub tp_frame_nr: c_uint,
260 pub tp_block_size: c_uint,
261 pub tp_block_nr: c_uint,
262 pub tp_frame_size: c_uint,
263 pub tp_frame_nr: c_uint,
264 pub tp_retire_blk_tov: c_uint,
265 pub tp_sizeof_priv: c_uint,
266 pub tp_feature_req_word: c_uint,
277 pub tp_packets: c_uint,
278 pub tp_drops: c_uint,
282 pub tp_packets: c_uint,
283 pub tp_drops: c_uint,
284 pub tp_freeze_q_cnt: c_uint,
301 pub ts_sec: c_uint,
302 pub ts_usec: c_uint,
324 pub if_index: c_uint,
676 pub ipi6_ifindex: c_uint,
715 pub svm_port: c_uint,
716 pub svm_cid: c_uint,
854 pub index: c_uint,
855 pub flags: c_uint,
856 pub rsv: [c_uint; 2],
860 pub n_samples: c_uint,
862 pub rsv: [c_uint; 2],
870 pub rsv: [c_uint; 4],
875 index: c_uint,
876 flags: c_uint,
877 rsv: [c_uint; 2],
1237 pub n_samples: c_uint,
1238 pub rsv: [c_uint; 3],
1245 pub index: c_uint,
1246 pub func: c_uint,
1247 pub chan: c_uint,
1248 pub rsv: [c_uint; 5],
1849 pub rsv: [c_uint; 4],
1856 pub index: c_uint,
1857 pub flags: c_uint,
2231 pub const L_tmpnam: c_uint = 20;
2860 pub const RENAME_NOREPLACE: c_uint = 1;
2861 pub const RENAME_EXCHANGE: c_uint = 2;
2862 pub const RENAME_WHITEOUT: c_uint = 4;
2967 pub const SYNC_FILE_RANGE_WAIT_BEFORE: c_uint = 1;
2968 pub const SYNC_FILE_RANGE_WRITE: c_uint = 2;
2969 pub const SYNC_FILE_RANGE_WAIT_AFTER: c_uint = 4;
2998 const NSIO: c_uint = 0xb7;
3019 pub const PIDFD_NONBLOCK: c_uint = O_NONBLOCK as c_uint;
3020 pub const PIDFD_THREAD: c_uint = O_EXCL as c_uint;
3022 pub const PIDFD_SIGNAL_THREAD: c_uint = 1 << 0;
3023 pub const PIDFD_SIGNAL_THREAD_GROUP: c_uint = 1 << 1;
3024 pub const PIDFD_SIGNAL_PROCESS_GROUP: c_uint = 1 << 2;
3026 pub const PIDFD_INFO_PID: c_uint = 1 << 0;
3027 pub const PIDFD_INFO_CREDS: c_uint = 1 << 1;
3028 pub const PIDFD_INFO_CGROUPID: c_uint = 1 << 2;
3029 pub const PIDFD_INFO_EXIT: c_uint = 1 << 3;
3031 pub const PIDFD_INFO_SIZE_VER0: c_uint = 64;
3033 const PIDFS_IOCTL_MAGIC: c_uint = 0xFF;
3151 pub const PR_MDWE_REFUSE_EXEC_GAIN: c_uint = 1 << 0;
3152 pub const PR_MDWE_NO_INHERIT: c_uint = 1 << 1;
3186 pub const GRND_NONBLOCK: c_uint = 0x0001;
3187 pub const GRND_RANDOM: c_uint = 0x0002;
3188 pub const GRND_INSECURE: c_uint = 0x0004;
3191 pub const SECCOMP_MODE_DISABLED: c_uint = 0;
3192 pub const SECCOMP_MODE_STRICT: c_uint = 1;
3193 pub const SECCOMP_MODE_FILTER: c_uint = 2;
3195 pub const SECCOMP_SET_MODE_STRICT: c_uint = 0;
3196 pub const SECCOMP_SET_MODE_FILTER: c_uint = 1;
3197 pub const SECCOMP_GET_ACTION_AVAIL: c_uint = 2;
3198 pub const SECCOMP_GET_NOTIF_SIZES: c_uint = 3;
3207 pub const SECCOMP_RET_KILL_PROCESS: c_uint = 0x80000000;
3208 pub const SECCOMP_RET_KILL_THREAD: c_uint = 0x00000000;
3209 pub const SECCOMP_RET_KILL: c_uint = SECCOMP_RET_KILL_THREAD;
3210 pub const SECCOMP_RET_TRAP: c_uint = 0x00030000;
3211 pub const SECCOMP_RET_ERRNO: c_uint = 0x00050000;
3212 pub const SECCOMP_RET_USER_NOTIF: c_uint = 0x7fc00000;
3213 pub const SECCOMP_RET_TRACE: c_uint = 0x7ff00000;
3214 pub const SECCOMP_RET_LOG: c_uint = 0x7ffc0000;
3215 pub const SECCOMP_RET_ALLOW: c_uint = 0x7fff0000;
3217 pub const SECCOMP_RET_ACTION_FULL: c_uint = 0xffff0000;
3218 pub const SECCOMP_RET_ACTION: c_uint = 0x7fff0000;
3219 pub const SECCOMP_RET_DATA: c_uint = 0x0000ffff;
3280 pub const MFD_CLOEXEC: c_uint = 0x0001;
3281 pub const MFD_ALLOW_SEALING: c_uint = 0x0002;
3282 pub const MFD_HUGETLB: c_uint = 0x0004;
3283 pub const MFD_NOEXEC_SEAL: c_uint = 0x0008;
3284 pub const MFD_EXEC: c_uint = 0x0010;
3285 pub const MFD_HUGE_64KB: c_uint = 0x40000000;
3286 pub const MFD_HUGE_512KB: c_uint = 0x4c000000;
3287 pub const MFD_HUGE_1MB: c_uint = 0x50000000;
3288 pub const MFD_HUGE_2MB: c_uint = 0x54000000;
3289 pub const MFD_HUGE_8MB: c_uint = 0x5c000000;
3290 pub const MFD_HUGE_16MB: c_uint = 0x60000000;
3291 pub const MFD_HUGE_32MB: c_uint = 0x64000000;
3292 pub const MFD_HUGE_256MB: c_uint = 0x70000000;
3293 pub const MFD_HUGE_512MB: c_uint = 0x74000000;
3294 pub const MFD_HUGE_1GB: c_uint = 0x78000000;
3295 pub const MFD_HUGE_2GB: c_uint = 0x7c000000;
3296 pub const MFD_HUGE_16GB: c_uint = 0x88000000;
3297 pub const MFD_HUGE_MASK: c_uint = 63;
3298 pub const MFD_HUGE_SHIFT: c_uint = 26;
3301 pub const CLOSE_RANGE_UNSHARE: c_uint = 1 << 1;
3302 pub const CLOSE_RANGE_CLOEXEC: c_uint = 1 << 2;
3702 pub const PACKET_FANOUT_HASH: c_uint = 0;
3703 pub const PACKET_FANOUT_LB: c_uint = 1;
3704 pub const PACKET_FANOUT_CPU: c_uint = 2;
3705 pub const PACKET_FANOUT_ROLLOVER: c_uint = 3;
3706 pub const PACKET_FANOUT_RND: c_uint = 4;
3707 pub const PACKET_FANOUT_QM: c_uint = 5;
3708 pub const PACKET_FANOUT_CBPF: c_uint = 6;
3709 pub const PACKET_FANOUT_EBPF: c_uint = 7;
3710 pub const PACKET_FANOUT_FLAG_ROLLOVER: c_uint = 0x1000;
3711 pub const PACKET_FANOUT_FLAG_UNIQUEID: c_uint = 0x2000;
3712 pub const PACKET_FANOUT_FLAG_DEFRAG: c_uint = 0x8000;
4425 pub const RTM_F_NOTIFY: c_uint = 0x100;
4426 pub const RTM_F_CLONED: c_uint = 0x200;
4427 pub const RTM_F_EQUALIZE: c_uint = 0x400;
4428 pub const RTM_F_PREFIX: c_uint = 0x800;
4522 pub const RTNLGRP_NONE: c_uint = 0x00;
4523 pub const RTNLGRP_LINK: c_uint = 0x01;
4524 pub const RTNLGRP_NOTIFY: c_uint = 0x02;
4525 pub const RTNLGRP_NEIGH: c_uint = 0x03;
4526 pub const RTNLGRP_TC: c_uint = 0x04;
4527 pub const RTNLGRP_IPV4_IFADDR: c_uint = 0x05;
4528 pub const RTNLGRP_IPV4_MROUTE: c_uint = 0x06;
4529 pub const RTNLGRP_IPV4_ROUTE: c_uint = 0x07;
4530 pub const RTNLGRP_IPV4_RULE: c_uint = 0x08;
4531 pub const RTNLGRP_IPV6_IFADDR: c_uint = 0x09;
4532 pub const RTNLGRP_IPV6_MROUTE: c_uint = 0x0a;
4533 pub const RTNLGRP_IPV6_ROUTE: c_uint = 0x0b;
4534 pub const RTNLGRP_IPV6_IFINFO: c_uint = 0x0c;
4535 pub const RTNLGRP_DECnet_IFADDR: c_uint = 0x0d;
4536 pub const RTNLGRP_NOP2: c_uint = 0x0e;
4537 pub const RTNLGRP_DECnet_ROUTE: c_uint = 0x0f;
4538 pub const RTNLGRP_DECnet_RULE: c_uint = 0x10;
4539 pub const RTNLGRP_NOP4: c_uint = 0x11;
4540 pub const RTNLGRP_IPV6_PREFIX: c_uint = 0x12;
4541 pub const RTNLGRP_IPV6_RULE: c_uint = 0x13;
4542 pub const RTNLGRP_ND_USEROPT: c_uint = 0x14;
4543 pub const RTNLGRP_PHONET_IFADDR: c_uint = 0x15;
4544 pub const RTNLGRP_PHONET_ROUTE: c_uint = 0x16;
4545 pub const RTNLGRP_DCB: c_uint = 0x17;
4546 pub const RTNLGRP_IPV4_NETCONF: c_uint = 0x18;
4547 pub const RTNLGRP_IPV6_NETCONF: c_uint = 0x19;
4548 pub const RTNLGRP_MDB: c_uint = 0x1a;
4549 pub const RTNLGRP_MPLS_ROUTE: c_uint = 0x1b;
4550 pub const RTNLGRP_NSID: c_uint = 0x1c;
4551 pub const RTNLGRP_MPLS_NETCONF: c_uint = 0x1d;
4552 pub const RTNLGRP_IPV4_MROUTE_R: c_uint = 0x1e;
4553 pub const RTNLGRP_IPV6_MROUTE_R: c_uint = 0x1f;
4554 pub const RTNLGRP_NEXTHOP: c_uint = 0x20;
4555 pub const RTNLGRP_BRVLAN: c_uint = 0x21;
4556 pub const RTNLGRP_MCTP_IFADDR: c_uint = 0x22;
4557 pub const RTNLGRP_TUNNEL: c_uint = 0x23;
4558 pub const RTNLGRP_STATS: c_uint = 0x24;
4585 pub const CN_IDX_PROC: c_uint = 0x1;
4586 pub const CN_VAL_PROC: c_uint = 0x1;
4587 pub const CN_IDX_CIFS: c_uint = 0x2;
4588 pub const CN_VAL_CIFS: c_uint = 0x1;
4589 pub const CN_W1_IDX: c_uint = 0x3;
4590 pub const CN_W1_VAL: c_uint = 0x1;
4591 pub const CN_IDX_V86D: c_uint = 0x4;
4592 pub const CN_VAL_V86D_UVESAFB: c_uint = 0x1;
4593 pub const CN_IDX_BB: c_uint = 0x5;
4594 pub const CN_DST_IDX: c_uint = 0x6;
4595 pub const CN_DST_VAL: c_uint = 0x1;
4596 pub const CN_IDX_DM: c_uint = 0x7;
4597 pub const CN_VAL_DM_USERSPACE_LOG: c_uint = 0x1;
4598 pub const CN_IDX_DRBD: c_uint = 0x8;
4599 pub const CN_VAL_DRBD: c_uint = 0x1;
4600 pub const CN_KVP_IDX: c_uint = 0x9;
4601 pub const CN_KVP_VAL: c_uint = 0x1;
4602 pub const CN_VSS_IDX: c_uint = 0xA;
4603 pub const CN_VSS_VAL: c_uint = 0x1;
4606 pub const MODULE_INIT_IGNORE_MODVERSIONS: c_uint = 0x0001;
4607 pub const MODULE_INIT_IGNORE_VERMAGIC: c_uint = 0x0002;
4610 pub const SOF_TIMESTAMPING_TX_HARDWARE: c_uint = 1 << 0;
4611 pub const SOF_TIMESTAMPING_TX_SOFTWARE: c_uint = 1 << 1;
4612 pub const SOF_TIMESTAMPING_RX_HARDWARE: c_uint = 1 << 2;
4613 pub const SOF_TIMESTAMPING_RX_SOFTWARE: c_uint = 1 << 3;
4614 pub const SOF_TIMESTAMPING_SOFTWARE: c_uint = 1 << 4;
4615 pub const SOF_TIMESTAMPING_SYS_HARDWARE: c_uint = 1 << 5;
4616 pub const SOF_TIMESTAMPING_RAW_HARDWARE: c_uint = 1 << 6;
4617 pub const SOF_TIMESTAMPING_OPT_ID: c_uint = 1 << 7;
4618 pub const SOF_TIMESTAMPING_TX_SCHED: c_uint = 1 << 8;
4619 pub const SOF_TIMESTAMPING_TX_ACK: c_uint = 1 << 9;
4620 pub const SOF_TIMESTAMPING_OPT_CMSG: c_uint = 1 << 10;
4621 pub const SOF_TIMESTAMPING_OPT_TSONLY: c_uint = 1 << 11;
4622 pub const SOF_TIMESTAMPING_OPT_STATS: c_uint = 1 << 12;
4623 pub const SOF_TIMESTAMPING_OPT_PKTINFO: c_uint = 1 << 13;
4624 pub const SOF_TIMESTAMPING_OPT_TX_SWHW: c_uint = 1 << 14;
4625 pub const SOF_TIMESTAMPING_BIND_PHC: c_uint = 1 << 15;
4626 pub const SOF_TIMESTAMPING_OPT_ID_TCP: c_uint = 1 << 16;
4627 pub const SOF_TIMESTAMPING_OPT_RX_FILTER: c_uint = 1 << 17;
4631 pub const HWTSTAMP_TX_OFF: c_uint = 0;
4632 pub const HWTSTAMP_TX_ON: c_uint = 1;
4633 pub const HWTSTAMP_TX_ONESTEP_SYNC: c_uint = 2;
4634 pub const HWTSTAMP_TX_ONESTEP_P2P: c_uint = 3;
4636 pub const HWTSTAMP_FILTER_NONE: c_uint = 0;
4637 pub const HWTSTAMP_FILTER_ALL: c_uint = 1;
4638 pub const HWTSTAMP_FILTER_SOME: c_uint = 2;
4639 pub const HWTSTAMP_FILTER_PTP_V1_L4_EVENT: c_uint = 3;
4640 pub const HWTSTAMP_FILTER_PTP_V1_L4_SYNC: c_uint = 4;
4641 pub const HWTSTAMP_FILTER_PTP_V1_L4_DELAY_REQ: c_uint = 5;
4642 pub const HWTSTAMP_FILTER_PTP_V2_L4_EVENT: c_uint = 6;
4643 pub const HWTSTAMP_FILTER_PTP_V2_L4_SYNC: c_uint = 7;
4644 pub const HWTSTAMP_FILTER_PTP_V2_L4_DELAY_REQ: c_uint = 8;
4645 pub const HWTSTAMP_FILTER_PTP_V2_L2_EVENT: c_uint = 9;
4646 pub const HWTSTAMP_FILTER_PTP_V2_L2_SYNC: c_uint = 10;
4647 pub const HWTSTAMP_FILTER_PTP_V2_L2_DELAY_REQ: c_uint = 11;
4648 pub const HWTSTAMP_FILTER_PTP_V2_EVENT: c_uint = 12;
4649 pub const HWTSTAMP_FILTER_PTP_V2_SYNC: c_uint = 13;
4650 pub const HWTSTAMP_FILTER_PTP_V2_DELAY_REQ: c_uint = 14;
4651 pub const HWTSTAMP_FILTER_NTP_ALL: c_uint = 15;
4654 pub const PTP_MAX_SAMPLES: c_uint = 25; // Maximum allowed offset measurement samples.
4679 pub const PTP_PF_NONE: c_uint = 0;
4680 pub const PTP_PF_EXTTS: c_uint = 1;
4681 pub const PTP_PF_PEROUT: c_uint = 2;
4682 pub const PTP_PF_PHYSYNC: c_uint = 3;
4813 pub const MLOCK_ONFAULT: c_uint = 0x01;
4816 pub const VMADDR_CID_ANY: c_uint = 0xFFFFFFFF;
4817 pub const VMADDR_CID_HYPERVISOR: c_uint = 0;
4823 pub const VMADDR_CID_RESERVED: c_uint = 1;
4824 pub const VMADDR_CID_LOCAL: c_uint = 1;
4825 pub const VMADDR_CID_HOST: c_uint = 2;
4826 pub const VMADDR_PORT_ANY: c_uint = 0xFFFFFFFF;
4916 pub const OPEN_TREE_CLONE: c_uint = 0x01;
4917 pub const OPEN_TREE_CLOEXEC: c_uint = O_CLOEXEC as c_uint;
4998 pub const NFT_DATA_VALUE: c_uint = 0;
4999 pub const NFT_DATA_VERDICT: c_uint = 0xffffff00;
5001 pub const NFT_DATA_RESERVED_MASK: c_uint = 0xffffff00;
5149 pub const UINPUT_VERSION: c_uint = 5;
5183 pub const FAN_CLOEXEC: c_uint = 0x0000_0001;
5184 pub const FAN_NONBLOCK: c_uint = 0x0000_0002;
5186 pub const FAN_CLASS_NOTIF: c_uint = 0x0000_0000;
5187 pub const FAN_CLASS_CONTENT: c_uint = 0x0000_0004;
5188 pub const FAN_CLASS_PRE_CONTENT: c_uint = 0x0000_0008;
5190 pub const FAN_UNLIMITED_QUEUE: c_uint = 0x0000_0010;
5191 pub const FAN_UNLIMITED_MARKS: c_uint = 0x0000_0020;
5192 pub const FAN_ENABLE_AUDIT: c_uint = 0x0000_0040;
5194 pub const FAN_REPORT_PIDFD: c_uint = 0x0000_0080;
5195 pub const FAN_REPORT_TID: c_uint = 0x0000_0100;
5196 pub const FAN_REPORT_FID: c_uint = 0x0000_0200;
5197 pub const FAN_REPORT_DIR_FID: c_uint = 0x0000_0400;
5198 pub const FAN_REPORT_NAME: c_uint = 0x0000_0800;
5199 pub const FAN_REPORT_TARGET_FID: c_uint = 0x0000_1000;
5201 pub const FAN_REPORT_DFID_NAME: c_uint = FAN_REPORT_DIR_FID | FAN_REPORT_NAME;
5202 pub const FAN_REPORT_DFID_NAME_TARGET: c_uint =
5205 pub const FAN_MARK_ADD: c_uint = 0x0000_0001;
5206 pub const FAN_MARK_REMOVE: c_uint = 0x0000_0002;
5207 pub const FAN_MARK_DONT_FOLLOW: c_uint = 0x0000_0004;
5208 pub const FAN_MARK_ONLYDIR: c_uint = 0x0000_0008;
5209 pub const FAN_MARK_IGNORED_MASK: c_uint = 0x0000_0020;
5210 pub const FAN_MARK_IGNORED_SURV_MODIFY: c_uint = 0x0000_0040;
5211 pub const FAN_MARK_FLUSH: c_uint = 0x0000_0080;
5212 pub const FAN_MARK_EVICTABLE: c_uint = 0x0000_0200;
5213 pub const FAN_MARK_IGNORE: c_uint = 0x0000_0400;
5215 pub const FAN_MARK_INODE: c_uint = 0x0000_0000;
5216 pub const FAN_MARK_MOUNT: c_uint = 0x0000_0010;
5217 pub const FAN_MARK_FILESYSTEM: c_uint = 0x0000_0100;
5219 pub const FAN_MARK_IGNORE_SURV: c_uint = FAN_MARK_IGNORE | FAN_MARK_IGNORED_SURV_MODIFY;
5453 pub const J1939_PGN_REQUEST: c_uint = 0x0ea00;
5454 pub const J1939_PGN_ADDRESS_CLAIMED: c_uint = 0x0ee00;
5455 pub const J1939_PGN_ADDRESS_COMMANDED: c_uint = 0x0fed8;
5456 pub const J1939_PGN_PDU1_MAX: c_uint = 0x3ff00;
5457 pub const J1939_PGN_MAX: c_uint = 0x3ffff;
5458 pub const J1939_NO_PGN: c_uint = 0x40000;
5786 const PF_SUSPEND_TASK_UINT: c_uint = 0x80000000;
6080 pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t {
6091 pub {const} fn major(dev: crate::dev_t) -> c_uint {
6095 major as c_uint
6098 pub {const} fn minor(dev: crate::dev_t) -> c_uint {
6102 minor as c_uint
6232 msg_prio: *mut c_uint,
6239 msg_prio: *mut c_uint,
6246 msg_prio: c_uint,
6253 msg_prio: c_uint,
6287 pub fn srand(seed: c_uint); in srand() argument
6446 pub fn sync_file_range(fd: c_int, offset: off64_t, nbytes: off64_t, flags: c_uint) -> c_int; in sync_file_range()
6532 pub fn tee(fd_in: c_int, fd_out: c_int, len: size_t, flags: c_uint) -> ssize_t; in tee()
6541 flags: c_uint, in splice() argument
6543 pub fn eventfd(init: c_uint, flags: c_int) -> c_int; in eventfd() argument
6555 pub fn vmsplice(fd: c_int, iov: *const crate::iovec, nr_segs: size_t, flags: c_uint) in vmsplice()
6599 count: c_uint, in pthread_barrier_init() argument
6834 pub fn fanotify_init(flags: c_uint, event_f_flags: c_uint) -> c_int; in fanotify_init() argument
6913 flags: c_uint, in copy_file_range() argument