/linux-2.4.37.9/fs/freevxfs/ |
D | vxfs.h | 48 typedef int32_t vx_daddr_t; 49 typedef int32_t vx_ino_t; 78 int32_t vs_version; /* VxFS version */ 81 int32_t __unused1; /* unused */ 82 int32_t __unused2; /* unused */ 85 int32_t vs_bsize; /* block size */ 86 int32_t vs_size; /* number of blocks */ 87 int32_t vs_dsize; /* number of data blocks */ 89 int32_t vs_old_nau; /* obsolete */ 90 int32_t __unused3; /* unused */ [all …]
|
D | vxfs_inode.h | 80 int32_t size; /* Size of extent */ 87 int32_t vt_size; /* Size in blocks */ 94 int32_t vd4_dev; /* Device ID */ 102 int32_t vdi_mode;
|
/linux-2.4.37.9/include/linux/ |
D | efs_fs_sb.h | 26 int32_t fs_size; /* size of filesystem, in sectors */ 27 int32_t fs_firstcg; /* bb offset to first cg */ 28 int32_t fs_cgfsize; /* size of cylinder group in bb's */ 34 int32_t fs_time; /* last super-block update */ 35 int32_t fs_magic; /* magic number */ 38 int32_t fs_bmsize; /* size of bitmap in bytes */ 39 int32_t fs_tfree; /* total free data blocks */ 40 int32_t fs_tinode; /* total free inodes */ 41 int32_t fs_bmblock; /* bitmap location. */ 42 int32_t fs_replsb; /* Location of replicated superblock. */ [all …]
|
D | efs_fs_i.h | 12 typedef int32_t efs_block_t; 44 int32_t di_size; /* number of bytes in file */ 45 int32_t di_atime; /* time last accessed */ 46 int32_t di_mtime; /* time last modified */ 47 int32_t di_ctime; /* time created */
|
D | coda.h | 128 typedef int int32_t; typedef 275 int32_t f_blocks; 276 int32_t f_bfree; 277 int32_t f_bavail; 278 int32_t f_files; 279 int32_t f_ffree;
|
D | types.h | 109 typedef __s32 int32_t; typedef
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_hw.c | 37 static int32_t e1000_swfw_sync_acquire(struct e1000_hw *hw, uint16_t mask); 39 static int32_t e1000_read_kmrn_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *data); 40 static int32_t e1000_write_kmrn_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t data); 41 static int32_t e1000_get_software_semaphore(struct e1000_hw *hw); 45 static int32_t e1000_check_downshift(struct e1000_hw *hw); 46 static int32_t e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity); 48 static int32_t e1000_commit_shadow_ram(struct e1000_hw *hw); 49 static int32_t e1000_config_dsp_after_link_change(struct e1000_hw *hw, boolean_t link_up); 50 static int32_t e1000_config_fc_after_link_up(struct e1000_hw *hw); 51 static int32_t e1000_detect_gig_phy(struct e1000_hw *hw); [all …]
|
D | e1000_hw.h | 302 int32_t e1000_reset_hw(struct e1000_hw *hw); 303 int32_t e1000_init_hw(struct e1000_hw *hw); 304 int32_t e1000_set_mac_type(struct e1000_hw *hw); 308 int32_t e1000_setup_link(struct e1000_hw *hw); 309 int32_t e1000_phy_setup_autoneg(struct e1000_hw *hw); 311 int32_t e1000_check_for_link(struct e1000_hw *hw); 312 int32_t e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex); 313 int32_t e1000_force_mac_fc(struct e1000_hw *hw); 317 int32_t e1000_read_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *phy_data); 318 int32_t e1000_write_phy_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t data); [all …]
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | sys_hpux.c | 89 int32_t f_tfree; /* total free (daddr_t) */ 136 tmp.f_tfree = (int32_t)sbuf.f_bfree; in hpux_ustat() 152 typedef int32_t hpux_fsid_t[2]; /* file system ID type */ 156 int32_t f_type; /* type of info, zero for now */ 157 int32_t f_bsize; /* fundamental file system block size */ 158 int32_t f_blocks; /* total blocks in file system */ 159 int32_t f_bfree; /* free block in fs */ 160 int32_t f_bavail; /* free blocks avail to non-superuser */ 161 int32_t f_files; /* total file nodes in file system */ 162 int32_t f_ffree; /* free file nodes in fs */ [all …]
|
/linux-2.4.37.9/arch/ppc/boot/utils/ |
D | mkbugboot.c | 64 unsigned long copy_image(int32_t in_fd, int32_t out_fd) in copy_image() 91 void write_bugboot_header(int32_t out_fd, unsigned long boot_size) in write_bugboot_header() 108 unsigned short calc_checksum(int32_t bug_fd) in calc_checksum() 129 int32_t image_fd, bugboot_fd; in main()
|
/linux-2.4.37.9/arch/mips/sibyte/cfe/ |
D | setup.c | 277 if ((int32_t)(long)prom_vec < 0) { in prom_init() 284 cfe_ept = (uint64_t)((int32_t)0x9fc00500); in prom_init() 292 cfe_handle = (uint64_t)((int32_t *)prom_vec)[0]; in prom_init() 293 cfe_ept = (uint64_t)((int32_t *)prom_vec)[2]; in prom_init()
|
/linux-2.4.37.9/drivers/net/wireless/prism54/ |
D | islpci_eth.h | 61 int32_t ssi_signal; 62 int32_t ssi_noise;
|
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ip_nat.h | 33 int32_t offset_before, offset_after;
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aiclib.h | 949 typedef void aic_option_callback_t(u_long, int, int, int32_t); 962 static __inline int32_t scsi_3btol(uint8_t *bytes); 1023 static __inline int32_t 1031 return (int32_t) rc; in scsi_3btol()
|
D | aic79xx_osm.c | 1931 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) 1944 ahd_linux_setup_rd_strm_info(u_long arg, int instance, int targ, int32_t value) 1955 ahd_linux_setup_dv(u_long arg, int instance, int targ, int32_t value) 1966 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value)
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | ml_iograph.c | 709 …widget_partnum = (((*(volatile int32_t *)(NODE_SWIN_BASE(COMPACT_TO_NASID_NODEID(cnodeid), 0) + WI… in io_init_node() 713 …npdap->basew_id = (((*(volatile int32_t *)(NODE_SWIN_BASE(COMPACT_TO_NASID_NODEID(cnodeid), 0) + B… in io_init_node() 728 …npdap->basew_id = (((*(volatile int32_t *)(NODE_SWIN_BASE(COMPACT_TO_NASID_NODEID(cnodeid), 0) + B… in io_init_node()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | perf.c | 719 int32_t i; in perf_rdr_clear() 829 int32_t i; in perf_rdr_write()
|
D | ccio-dma.c | 108 volatile int32_t unused1[12]; 112 volatile int32_t unused2[1];
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skdrv1st.h | 141 #define int32_t long macro
|
/linux-2.4.37.9/drivers/atm/ |
D | nicstarmac.c | 126 int32_t i, j; in nicstar_read_eprom_status()
|
/linux-2.4.37.9/fs/befs/ |
D | btree.c | 728 return *(int32_t *) key1 - *(int32_t *) key2;
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_helper.c | 101 this_way->offset_after = (int32_t) in ip_nat_resize_packet()
|
/linux-2.4.37.9/include/linux/mtd/ |
D | compatmac.h | 131 typedef __s32 int32_t; typedef
|
/linux-2.4.37.9/drivers/mtd/ |
D | ftl.c | 655 part->BlocksPerUnit * sizeof(int32_t), &retlen, in copy_erase_unit()
|
/linux-2.4.37.9/drivers/sound/ |
D | rme96xx.c | 261 typedef int32_t raw_sample_t;
|