Searched defs:__u32 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h31 typedef unsigned int __u32; typedef
50 __u32 hidden; /* hidden sectors (unused) */
51 __u32 long_sectors; /* number of sectors (if short_sectors == 0) */
54 __u32 fat32_length; /* sectors/FAT */
57 __u32 root_cluster; /* first cluster in root directory */
H A Dfsys_minix.c54 typedef unsigned int __u32; typedef
90 __u32 i_size;
91 __u32 i_time;
108 __u32 i_size;
109 __u32 i_atime;
110 __u32 i_mtime;
111 __u32 i_ctime;
112 __u32 i_zone[10];
125 __u32 s_max_size;
128 __u32 s_zone
[all...]
H A Dfsys_ext2fs.c43 typedef unsigned int __u32; typedef
57 __u32 s_inodes_count; /* Inodes count */
58 __u32 s_blocks_count; /* Blocks count */
59 __u32 s_r_blocks_count; /* Reserved blocks count */
60 __u32 s_free_blocks_count; /* Free blocks count */
61 __u32 s_free_inodes_count; /* Free inodes count */
62 __u32 s_first_data_block; /* First Data Block */
63 __u32 s_log_block_size; /* Block size */
65 __u32 s_blocks_per_group; /* # Blocks per group */
66 __u32 s_frags_per_grou
[all...]
H A Dfsys_reiserfs.c37 typedef unsigned int __u32; typedef
46 #define __cpu_to_le32(x) ((__u32) (x))
47 #define __le32_to_cpu(x) ((__u32) (x))
55 __u32 s_block_count; /* blocks count */
56 __u32 s_free_blocks; /* free blocks count */
57 __u32 s_root_block; /* root block number */
58 __u32 s_journal_block; /* journal block number */
59 __u32 s_journal_dev; /* journal device number */
60 __u32 s_journal_size; /* size of the journal on FS creation. used to make sure they don't overflow it */
61 __u32 s_journal_trans_ma
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h157 typedef uint32_t __u32; typedef
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h477 typedef uint32_t __u32; typedef
481 __u32 opcode_tid;
515 __u32 len;
516 __u32 seq;
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1616 __u32 write_sel;
1663 __u32 :30; member in struct:cpl_rte_read_rpl
1664 __u32 select:1;
1666 __u32 select:1;
1667 __u32 :30; member in struct:cpl_rte_read_rpl

Completed in 87 milliseconds