Searched refs:s32 (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_superblock.h51 s32 s_bsize; /* 4: aggregate block size in bytes;
56 s32 s_pbsize; /* 4: hardware/LVM block size in bytes */
68 s32 s_compress; /* 4: > 0 if data compression */
78 s32 s_logserial; /* 4: log serial number at aggregate mount */
85 s32 s_fsckloglen; /* 4: Number of file system blocks reserved for
H A Djfs_types.h63 typedef int32_t s32; typedef
78 typedef s32 int32;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Djfs.h102 typedef int s32; typedef
177 s32 s_bsize; /* 4: aggregate block size in bytes;
182 s32 s_pbsize; /* 4: hardware/LVM block size in bytes */
194 s32 s_compress; /* 4: > 0 if data compression */
204 s32 s_logserial; /* 4: log serial number at aggregate mount */
211 s32 s_fsckloglen; /* 4: Number of filesystem blocks reserved for
452 s32 di_fileset; /* 4: fileset number */
477 s32 di_next_index; /* 4: Next available dir_table index */
479 s32 di_acltype; /* 4: Type of ACL */
573 s32 iagnu
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dendians.h170 #define sle32_to_cpu(x) (s32)__le32_to_cpu((sle32)(x))
174 #define sle32_to_cpup(x) (s32)__le32_to_cpu(*(const sle32*)(x))
190 #define cpu_to_sle32(x) (__force sle32)__cpu_to_le32((s32)(x))
194 #define cpu_to_sle32p(x) (__force sle32)__cpu_to_le32(*(const s32*)(x))
215 (sle32)cpu_to_sle32((s32)1);
221 (s32)sle32_to_cpu((__force sle32)1);
H A Dtypes.h46 typedef int32_t s32; typedef
H A Dinode.h121 s32 nr_extents; /* For a base mft record, the number of
H A Dvolume.h220 s32 attrdef_len; /* Size of the attribute definition table in
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c92 typedef signed int s32; typedef
207 s32 status;
208 s32 length;
214 s32 status;
215 s32 length;
396 s32 status = desc->status;
H A Deepro100.c109 typedef signed int s32; typedef
234 s32 count; /* # of TBD (=2), Tx start thresh., etc. */
237 s32 tx_buf_size0; /* Length of Tx hdr. */
239 s32 tx_buf_size1; /* Length of Tx data. */
H A Dsis900.h371 typedef signed int s32; typedef
H A Dtlan.h48 typedef signed int s32; typedef
H A Ddavicom.c57 typedef signed int s32; typedef
H A Dnatsemi.c79 typedef int32_t s32; typedef
H A Dr8169.c60 typedef signed int s32; typedef
H A Dforcedeth.c68 typedef signed int s32; typedef
H A Dns83820.c61 typedef signed int s32; typedef
H A Dpcnet32.c62 typedef signed int s32; typedef
H A Dsundance.c60 typedef signed int s32; typedef
H A Dtulip.c125 typedef int32_t s32; typedef
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c324 s32 i;
769 s32 i;
H A Dvolume.c1186 for (j = 0; j < (s32)u; j++) {
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c718 static void write_empty_clusters(s32 csize, s64 count,
736 s32 csize = le32_to_cpu(image_hdr.cluster_size);
1206 s32 i;
H A Dmkntfs.c3472 if (g_mft_size < (s32)g_vol->cluster_size)
4015 if (nr_sysfiles * (s32)g_vol->mft_record_size < g_mft_size) {
4017 i * (s32)g_vol->mft_record_size < g_mft_size; i++) {
4273 (s32)g_vol->indx_record_size) {
4677 for (i = 0; i < g_mft_size / (s32)g_vol->mft_record_size; i++) {
H A Dntfsinfo.c1756 static s32 ntfs_dump_index_block(INDEX_BLOCK *ib, INDEX_ATTR_TYPE type,

Completed in 111 milliseconds