Home
last modified time | relevance | path

Searched refs:__u32 (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/external/e2fsprogs/ext2ed/
Dext2.descriptors60 __u32 bg_block_bitmap; /* Blocks bitmap block */
61 __u32 bg_inode_bitmap; /* Inodes bitmap block */
62 __u32 bg_inode_table; /* Inodes table block */
67 __u32 bg_reserved[0];
68 __u32 bg_reserved[1];
69 __u32 bg_reserved[2];
78 __u32 i_size; /* Size in bytes */
79 __u32 i_atime; /* Access time */
80 __u32 i_ctime; /* Creation time */
81 __u32 i_mtime; /* Modification time */
[all …]
/external/kernel-headers/original/linux/
Dif_fddi.h116 __u32 smt_op_version_id;
117 __u32 smt_hi_version_id;
118 __u32 smt_lo_version_id;
120 __u32 smt_mib_version_id;
121 __u32 smt_mac_cts;
122 __u32 smt_non_master_cts;
123 __u32 smt_master_cts;
124 __u32 smt_available_paths;
125 __u32 smt_config_capabilities;
126 __u32 smt_config_policy;
[all …]
Dtcp.h26 __u32 seq;
27 __u32 ack_seq;
65 __u32 words[5];
127 __u32 tcpi_rto;
128 __u32 tcpi_ato;
129 __u32 tcpi_snd_mss;
130 __u32 tcpi_rcv_mss;
132 __u32 tcpi_unacked;
133 __u32 tcpi_sacked;
134 __u32 tcpi_lost;
[all …]
Dpkt_sched.h35 __u32 packets; /* Number of enqueued packets */
36 __u32 drops; /* Packets dropped because of lack of resources */
37 __u32 overlimits; /* Number of throttle events when this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
85 __u32 rate;
114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
141 __u32 limit;
[all …]
Dethtool.h19 __u32 cmd;
20 __u32 supported; /* Features this interface supports */
21 __u32 advertising; /* Features this interface advertises */
28 __u32 maxtxpkt; /* Tx pkts before generating tx int */
29 __u32 maxrxpkt; /* Rx pkts before generating rx int */
32 __u32 reserved[3];
36 __u32 speed) in ethtool_cmd_speed_set()
43 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep) in ethtool_cmd_speed()
51 __u32 cmd;
59 __u32 n_priv_flags; /* number of flags valid in ETHTOOL_GPFLAGS */
[all …]
Dif_link.h9 __u32 rx_packets; /* total packets received */
10 __u32 tx_packets; /* total packets transmitted */
11 __u32 rx_bytes; /* total bytes received */
12 __u32 tx_bytes; /* total bytes transmitted */
13 __u32 rx_errors; /* bad packets received */
14 __u32 tx_errors; /* packet transmit problems */
15 __u32 rx_dropped; /* no space in linux buffers */
16 __u32 tx_dropped; /* no space available in linux */
17 __u32 multicast; /* multicast packets received */
18 __u32 collisions;
[all …]
Dvideodev2.h102 ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
234 __u32 numerator;
235 __u32 denominator;
245 __u32 version; /* should use KERNEL_VERSION() */
246 __u32 capabilities; /* Device capabilities */
247 __u32 reserved[4];
281 __u32 width;
282 __u32 height;
283 __u32 pixelformat;
285 __u32 bytesperline; /* for padding, zero if unused */
[all …]
Dppp_defs.h108 typedef __u32 ext_accm[8];
124 __u32 ppp_discards; /* # frames discarded */
126 __u32 ppp_ibytes; /* bytes received */
127 __u32 ppp_ioctects; /* bytes received not in error */
128 __u32 ppp_ipackets; /* packets received */
129 __u32 ppp_ierrors; /* receive errors */
130 __u32 ppp_ilqrs; /* # LQR frames received */
132 __u32 ppp_obytes; /* raw bytes sent */
133 __u32 ppp_ooctects; /* frame bytes sent */
134 __u32 ppp_opackets; /* packets sent */
[all …]
Dswab.h16 #define ___constant_swab32(x) ((__u32)( \
17 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \
18 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \
19 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \
20 (((__u32)(x) & (__u32)0xff000000UL) >> 24)))
32 #define ___constant_swahw32(x) ((__u32)( \
33 (((__u32)(x) & (__u32)0x0000ffffUL) << 16) | \
34 (((__u32)(x) & (__u32)0xffff0000UL) >> 16)))
36 #define ___constant_swahb32(x) ((__u32)( \
37 (((__u32)(x) & (__u32)0x00ff00ffUL) << 8) | \
[all …]
Dtegrafb.h59 __u32 buff_id;
60 __u32 flags;
61 __u32 blend;
62 __u32 offset;
63 __u32 offset_u;
64 __u32 offset_v;
65 __u32 stride;
66 __u32 stride_uv;
67 __u32 pixformat;
68 __u32 x;
[all …]
Dfb.h41 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
161 __u32 smem_len; /* Length of frame buffer mem */
162 __u32 type; /* see FB_TYPE_* */
163 __u32 type_aux; /* Interleave for interleaved Planes */
164 __u32 visual; /* see FB_VISUAL_* */
168 __u32 line_length; /* length of a line in bytes */
171 __u32 mmio_len; /* Length of Memory Mapped I/O */
172 __u32 accel; /* Indicate to driver which */
188 __u32 offset; /* beginning of bitfield */
189 __u32 length; /* length of bitfield */
[all …]
Dif_bridge.h58 __u32 root_path_cost;
59 __u32 max_age;
60 __u32 hello_time;
61 __u32 forward_delay;
62 __u32 bridge_max_age;
63 __u32 bridge_hello_time;
64 __u32 bridge_forward_delay;
69 __u32 ageing_time;
70 __u32 gc_interval;
71 __u32 hello_timer_value;
[all …]
/external/kernel-headers/original/linux/raid/
Dmd_p.h88 __u32 number; /* 0 Device number in the entire set */
89 __u32 major; /* 1 Device major number */
90 __u32 minor; /* 2 Device minor number */
91 __u32 raid_disk; /* 3 The role of the device in the raid set */
92 __u32 state; /* 4 Operational state */
93 __u32 reserved[MD_SB_DESCRIPTOR_WORDS - 5];
121 __u32 md_magic; /* 0 MD identifier */
122 __u32 major_version; /* 1 major version to which the set conforms */
123 __u32 minor_version; /* 2 minor version ... */
124 __u32 patch_version; /* 3 patchlevel version ... */
[all …]
/external/e2fsprogs/lib/blkid/
Dprobe.h52 __u32 s_inodes_count;
53 __u32 s_blocks_count;
54 __u32 s_r_blocks_count;
55 __u32 s_free_blocks_count;
56 __u32 s_free_inodes_count;
57 __u32 s_first_data_block;
58 __u32 s_log_block_size;
59 __u32 s_dummy3[7];
62 __u32 s_dummy5[8];
63 __u32 s_feature_compat;
[all …]
/external/iproute2/include/linux/
Dpkt_sched.h34 __u32 packets; /* Number of enqueued packets */
35 __u32 drops; /* Packets dropped because of lack of resources */
36 __u32 overlimits; /* Number of throttle events when this
38 __u32 bps; /* Current flow byte rate */
39 __u32 pps; /* Current flow packet rate */
40 __u32 qlen;
41 __u32 backlog;
82 __u32 rate;
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
135 __u32 limit;
[all …]
Dif_link.h9 __u32 rx_packets; /* total packets received */
10 __u32 tx_packets; /* total packets transmitted */
11 __u32 rx_bytes; /* total bytes received */
12 __u32 tx_bytes; /* total bytes transmitted */
13 __u32 rx_errors; /* bad packets received */
14 __u32 tx_errors; /* packet transmit problems */
15 __u32 rx_dropped; /* no space in linux buffers */
16 __u32 tx_dropped; /* no space available in linux */
17 __u32 multicast; /* multicast packets received */
18 __u32 collisions;
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h97 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))
118 __u32 aclh_size;
119 __u32 aclh_file_count;
120 __u32 aclh_acle_count;
121 __u32 aclh_first_acle;
126 __u32 acle_size;
131 __u32 acle_next; /* Pointer on next entry for the */
140 __u32 bg_block_bitmap; /* Blocks bitmap block */
141 __u32 bg_inode_bitmap; /* Inodes bitmap block */
142 __u32 bg_inode_table; /* Inodes table block */
[all …]
De2image.h17 __u32 magic_number; /* This must be EXT2_ET_MAGIC_E2IMAGE */
21 __u32 fs_netaddr_type;/* 0 = IPV4, 1 = IPV6, etc. */
22 __u32 fs_device; /* Device number of image */
25 __u32 fs_blocksize; /* Block size of the filesystem */
26 __u32 fs_reserved[8];
28 __u32 image_device; /* Device number of image file */
29 __u32 image_inode; /* Inode number of image file */
30 __u32 image_time; /* Time of image creation */
31 __u32 image_reserved[8];
33 __u32 offset_super; /* Byte offset of the sb and descriptors */
[all …]
/external/kernel-headers/original/linux/byteorder/
Dswabb.h30 __u32 __x = (x); \
31 ((__u32)( \
32 (((__u32)(__x) & (__u32)0x0000ffffUL) << 16) | \
33 (((__u32)(__x) & (__u32)0xffff0000UL) >> 16) )); \
37 __u32 __x = (x); \
38 ((__u32)( \
39 (((__u32)(__x) & (__u32)0x00ff00ffUL) << 8) | \
40 (((__u32)(__x) & (__u32)0xff00ff00UL) >> 8) )); \
44 ((__u32)( \
45 (((__u32)(x) & (__u32)0x0000ffffUL) << 16) | \
[all …]
/external/iproute2/include/linux/can/
Dnetlink.h25 __u32 bitrate; /* Bit-rate in bits/second */
26 __u32 sample_point; /* Sample point in one-tenth of a percent */
27 __u32 tq; /* Time quanta (TQ) in nanoseconds */
28 __u32 prop_seg; /* Propagation segment in TQs */
29 __u32 phase_seg1; /* Phase buffer segment 1 in TQs */
30 __u32 phase_seg2; /* Phase buffer segment 2 in TQs */
31 __u32 sjw; /* Synchronisation jump width in TQs */
32 __u32 brp; /* Bit-rate prescaler */
42 __u32 tseg1_min; /* Time segement 1 = prop_seg + phase_seg1 */
43 __u32 tseg1_max;
[all …]
/external/qemu/android/config/linux-x86/linux/
Dkvm.h19 __u32 buf_size; /* sub_buffer size of each per-cpu */
20 __u32 buf_nr; /* the number of sub_buffers of each per-cpu */
25 __u32 slot;
26 __u32 flags;
33 __u32 slot;
34 __u32 flags;
52 __u32 irq;
55 __u32 level;
60 __u32 chip_id;
61 __u32 pad;
[all …]
/external/qemu/android/config/linux-x86_64/linux/
Dkvm.h19 __u32 buf_size; /* sub_buffer size of each per-cpu */
20 __u32 buf_nr; /* the number of sub_buffers of each per-cpu */
25 __u32 slot;
26 __u32 flags;
33 __u32 slot;
34 __u32 flags;
52 __u32 irq;
55 __u32 level;
60 __u32 chip_id;
61 __u32 pad;
[all …]
/external/qemu/android/config/linux-x86/asm/
Dkvm.h27 __u32 slot; /* this has a different namespace than memory slots */
28 __u32 flags;
57 __u32 ioregsel;
58 __u32 id;
59 __u32 irr;
60 __u32 pad;
101 __u32 limit;
139 __u32 mxcsr;
140 __u32 pad2;
144 __u32 index;
[all …]
/external/qemu/android/config/linux-x86_64/asm/
Dkvm.h27 __u32 slot; /* this has a different namespace than memory slots */
28 __u32 flags;
57 __u32 ioregsel;
58 __u32 id;
59 __u32 irr;
60 __u32 pad;
101 __u32 limit;
139 __u32 mxcsr;
140 __u32 pad2;
144 __u32 index;
[all …]
/external/yaffs2/yaffs2/
Dyaffs_guts.h276 __u32 needsRetiring:1; /* Data has failed on this block, need to get valid data off */
278 __u32 skipErasedCheck: 1; /* If this is set we can skip the erased check on this block */
279 __u32 gcPrioritise: 1; /* An ECC check or bank check has failed on this block.
281__u32 chunkErrorStrikes:3; /* How many times we've had ecc etc failures on this block and tried to…
284 __u32 hasShrinkHeader:1; /* This block has at least one shrink object header */
285 __u32 sequenceNumber; /* block sequence number for yaffs2 */
302 __u32 yst_mode; /* protection */
305 __u32 notForWinCE[5];
307 __u32 yst_uid;
308 __u32 yst_gid;
[all …]

12345678910>>...16