Symbol: __uint32_t
usr/src/boot/include/arpa/inet.h
78
typedef __uint32_t uint32_t;
usr/src/boot/include/netinet/in.h
60
typedef __uint32_t uint32_t;
usr/src/boot/include/stdlib.h
255
__uint32_t
usr/src/boot/include/stdlib.h
260
__uint32_t
usr/src/boot/include/stdlib.h
261
arc4random_uniform(__uint32_t);
usr/src/boot/sys/sys/_sigset.h
52
__uint32_t __bits[_SIG_WORDS];
usr/src/boot/sys/sys/_stdint.h
64
typedef __uint32_t uint32_t;
usr/src/boot/sys/sys/_types.h
102
typedef __uint32_t __dev_t; /* device number */
usr/src/boot/sys/sys/_types.h
104
typedef __uint32_t __fixpt_t; /* fixed point number */
usr/src/boot/sys/sys/_types.h
41
typedef __uint32_t __fflags_t; /* file flags */
usr/src/boot/sys/sys/_types.h
44
typedef __uint32_t __gid_t;
usr/src/boot/sys/sys/_types.h
46
typedef __uint32_t __ino_t; /* inode number */
usr/src/boot/sys/sys/_types.h
59
typedef __uint32_t __socklen_t;
usr/src/boot/sys/sys/_types.h
63
typedef __uint32_t __uid_t;
usr/src/boot/sys/sys/dirent.h
51
__uint32_t d_fileno; /* file number of entry */
usr/src/boot/sys/sys/endian.h
47
typedef __uint32_t uint32_t;
usr/src/boot/sys/sys/param.h
312
__uint32_t htonl(__uint32_t);
usr/src/boot/sys/sys/param.h
314
__uint32_t ntohl(__uint32_t);
usr/src/boot/sys/sys/socket.h
88
typedef __uint32_t uint32_t;
usr/src/boot/sys/sys/stat.h
118
__uint32_t st_gen; /* file generation number */
usr/src/boot/sys/sys/stat.h
137
__uint32_t st_gen; /* file generation number */
usr/src/boot/sys/sys/stat.h
156
__uint32_t st_mode; /* inode protection mode */
usr/src/boot/sys/sys/stat.h
157
__uint32_t st_nlink; /* number of hard links */
usr/src/boot/sys/sys/stat.h
168
__uint32_t st_gen; /* file generation number */
usr/src/boot/sys/sys/types.h
136
typedef __uint32_t in_addr_t; /* base type for internet address */
usr/src/boot/sys/sys/types.h
278
typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask...) */
usr/src/boot/sys/sys/types.h
310
#define __bitcount32(x) __builtin_popcount((__uint32_t)(x))
usr/src/boot/sys/sys/types.h
330
static __inline __uint32_t
usr/src/boot/sys/sys/types.h
331
__bitcount32(__uint32_t _x)
usr/src/boot/sys/sys/types.h
75
typedef __uint32_t u_int32_t;
usr/src/boot/sys/x86/include/_types.h
113
typedef __uint32_t __size_t;
usr/src/boot/sys/x86/include/_types.h
116
typedef __uint32_t __uintfptr_t;
usr/src/boot/sys/x86/include/_types.h
117
typedef __uint32_t __uintptr_t;
usr/src/boot/sys/x86/include/_types.h
120
typedef __uint32_t __uint_fast8_t;
usr/src/boot/sys/x86/include/_types.h
121
typedef __uint32_t __uint_fast16_t;
usr/src/boot/sys/x86/include/_types.h
122
typedef __uint32_t __uint_fast32_t;
usr/src/boot/sys/x86/include/_types.h
126
typedef __uint32_t __uint_least32_t;
usr/src/boot/sys/x86/include/_types.h
134
typedef __uint32_t __u_register_t;
usr/src/boot/sys/x86/include/_types.h
135
typedef __uint32_t __vm_offset_t;
usr/src/boot/sys/x86/include/_types.h
139
typedef __uint32_t __vm_paddr_t;
usr/src/boot/sys/x86/include/_types.h
141
typedef __uint32_t __vm_size_t;
usr/src/boot/sys/x86/include/_types.h
158
__uint32_t _pad1[2]; /* gp_offset, fp_offset */
usr/src/boot/sys/x86/include/endian.h
68
(((__uint32_t)__bswap16((x) & 0xffff) << 16) | __bswap16((x) >> 16))
usr/src/boot/sys/x86/include/endian.h
78
__bswap32_gen((__uint32_t)(x)) : __bswap32_var(x))
usr/src/boot/sys/x86/include/endian.h
98
static __inline __uint32_t
usr/src/boot/sys/x86/include/endian.h
99
__bswap32_var(__uint32_t _x)
usr/src/compat/bhyve/sys/types.h
24
typedef __uint32_t u_int32_t;
usr/src/compat/bhyve/x86/_types.h
47
typedef __uint32_t __vm_paddr_t;
usr/src/compat/bhyve/x86/_types.h
48
typedef __uint32_t __vm_size_t;
usr/src/uts/common/io/ntxn/nic_cmn.h
235
__uint32_t PegId:2, /* 0x2 for tx and 01 for rx */
usr/src/uts/common/io/ntxn/nic_cmn.h
244
__uint32_t Count:18, /* INT */
usr/src/uts/common/io/ntxn/nic_cmn.h
256
__uint32_t RcvRingAddrLo;
usr/src/uts/common/io/ntxn/nic_cmn.h
257
__uint32_t RcvRingAddrHi;
usr/src/uts/common/io/ntxn/nic_cmn.h
258
__uint32_t RcvRingSize;
usr/src/uts/common/io/ntxn/nic_cmn.h
259
__uint32_t Rsrv;
usr/src/uts/common/io/ntxn/nic_cmn.h
267
__uint32_t CmdRingAddrLo;
usr/src/uts/common/io/ntxn/nic_cmn.h
268
__uint32_t CmdRingAddrHi;
usr/src/uts/common/io/ntxn/nic_cmn.h
269
__uint32_t CmdRingSize;
usr/src/uts/common/io/ntxn/nic_cmn.h
270
__uint32_t Rsrv;
usr/src/uts/common/io/ntxn/nic_cmn.h
276
__uint32_t StsRingAddrLo;
usr/src/uts/common/io/ntxn/nic_cmn.h
277
__uint32_t StsRingAddrHi;
usr/src/uts/common/io/ntxn/nic_cmn.h
278
__uint32_t StsRingSize;
usr/src/uts/common/io/ntxn/nic_cmn.h
280
__uint32_t CtxId;
usr/src/uts/common/io/ntxn/nic_cmn.h
283
__uint32_t DummyDmaAddrLo;
usr/src/uts/common/io/ntxn/nic_cmn.h
284
__uint32_t DummyDmaAddrHi;
usr/src/uts/common/io/ntxn/nic_cmn.h
351
__uint32_t tcpHdrOffset:8, /* For LSO only */
usr/src/uts/common/io/ntxn/nic_cmn.h
358
__uint32_t numOfBuffers:8,
usr/src/uts/common/io/ntxn/nic_cmn.h
369
__uint32_t AddrLowPart2;
usr/src/uts/common/io/ntxn/nic_cmn.h
370
__uint32_t AddrHighPart2;
usr/src/uts/common/io/ntxn/nic_cmn.h
379
__uint32_t referenceHandle:16,
usr/src/uts/common/io/ntxn/nic_cmn.h
382
__uint32_t port:4,
usr/src/uts/common/io/ntxn/nic_cmn.h
394
__uint32_t AddrLowPart3;
usr/src/uts/common/io/ntxn/nic_cmn.h
395
__uint32_t AddrHighPart3;
usr/src/uts/common/io/ntxn/nic_cmn.h
403
__uint32_t AddrLowPart1;
usr/src/uts/common/io/ntxn/nic_cmn.h
404
__uint32_t AddrHighPart1;
usr/src/uts/common/io/ntxn/nic_cmn.h
412
__uint32_t buffer1Length:16,
usr/src/uts/common/io/ntxn/nic_cmn.h
414
__uint32_t buffer3Length:16,
usr/src/uts/common/io/ntxn/nic_cmn.h
422
__uint32_t AddrLowPart4;
usr/src/uts/common/io/ntxn/nic_cmn.h
423
__uint32_t AddrHighPart4;
usr/src/uts/common/io/ntxn/nic_cmn.h
436
__uint32_t referenceHandle:16,
usr/src/uts/common/io/ntxn/nic_cmn.h
438
__uint32_t
usr/src/uts/common/io/ntxn/nic_cmn.h
468
__uint32_t port:4,
usr/src/uts/common/io/ntxn/nic_cmn.h
478
__uint32_t referenceHandle_hi:12,
usr/src/uts/common/io/ntxn/nic_cmn.h
489
__uint32_t HashValue;
usr/src/uts/common/io/ntxn/nic_cmn.h
726
__uint32_t ip_addr[15];
usr/src/uts/common/io/ntxn/nic_phan_reg.h
152
#define lower32(x) ((__uint32_t)((x) & 0xffffffff))
usr/src/uts/common/io/ntxn/nic_phan_reg.h
153
#define upper32(x) ((__uint32_t)(((unsigned long long)(x) >> 32) & \
usr/src/uts/common/io/ntxn/nx_hw_pci_regs.h
125
__uint32_t int_vec_bit;
usr/src/uts/common/io/ntxn/nx_hw_pci_regs.h
126
__uint32_t tgt_status_reg;
usr/src/uts/common/io/ntxn/nx_hw_pci_regs.h
127
__uint32_t tgt_mask_reg;
usr/src/uts/common/io/ntxn/nx_hw_pci_regs.h
128
__uint32_t pci_int_reg;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
122
__uint32_t header_version;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
124
__uint32_t board_mfg;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
125
__uint32_t board_type;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
126
__uint32_t board_num;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
127
__uint32_t chip_id;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
128
__uint32_t chip_minor;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
129
__uint32_t chip_major;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
130
__uint32_t chip_pkg;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
131
__uint32_t chip_lot;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
134
__uint32_t port_mask; /* available niu ports */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
135
__uint32_t peg_mask; /* available pegs */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
136
__uint32_t icache_ok; /* can we run with icache? */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
137
__uint32_t dcache_ok; /* can we run with dcache? */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
138
__uint32_t casper_ok;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
141
__uint32_t mac_addr_lo_0;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
142
__uint32_t mac_addr_lo_1;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
143
__uint32_t mac_addr_lo_2;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
144
__uint32_t mac_addr_lo_3;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
147
__uint32_t mn_sync_mode; /* enable/ sync shift cclk/ sync shift mclk */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
148
__uint32_t mn_sync_shift_cclk;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
149
__uint32_t mn_sync_shift_mclk;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
150
__uint32_t mn_wb_en;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
151
__uint32_t mn_crystal_freq; /* in MHz */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
152
__uint32_t mn_speed; /* in MHz */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
153
__uint32_t mn_org;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
154
__uint32_t mn_depth;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
155
__uint32_t mn_ranks_0; /* ranks per slot */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
156
__uint32_t mn_ranks_1; /* ranks per slot */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
157
__uint32_t mn_rd_latency_0;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
158
__uint32_t mn_rd_latency_1;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
159
__uint32_t mn_rd_latency_2;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
160
__uint32_t mn_rd_latency_3;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
161
__uint32_t mn_rd_latency_4;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
162
__uint32_t mn_rd_latency_5;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
163
__uint32_t mn_rd_latency_6;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
164
__uint32_t mn_rd_latency_7;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
165
__uint32_t mn_rd_latency_8;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
166
__uint32_t mn_dll_val[18];
usr/src/uts/common/io/ntxn/unm_brdcfg.h
167
__uint32_t mn_mode_reg; /* See MIU DDR Mode Register */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
168
__uint32_t mn_ext_mode_reg; /* See MIU DDR Extended Mode Register */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
169
__uint32_t mn_timing_0; /* See MIU Memory Control Timing Rgister */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
170
__uint32_t mn_timing_1; /* See MIU Extended Memory Ctrl Timing Register */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
171
__uint32_t mn_timing_2; /* See MIU Extended Memory Ctrl Timing2 Register */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
174
__uint32_t sn_sync_mode; /* enable/ sync shift cclk / sync shift mclk */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
175
__uint32_t sn_pt_mode; /* pass through mode */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
176
__uint32_t sn_ecc_en;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
177
__uint32_t sn_wb_en;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
178
__uint32_t sn_crystal_freq;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
179
__uint32_t sn_speed;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
180
__uint32_t sn_org;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
181
__uint32_t sn_depth;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
182
__uint32_t sn_dll_tap;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
183
__uint32_t sn_rd_latency;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
185
__uint32_t mac_addr_hi_0;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
186
__uint32_t mac_addr_hi_1;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
187
__uint32_t mac_addr_hi_2;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
188
__uint32_t mac_addr_hi_3;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
190
__uint32_t magic; /* indicates flash has been initialized */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
192
__uint32_t mn_rdimm;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
193
__uint32_t mn_dll_override;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
194
__uint32_t coreclock_speed;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
200
__uint32_t flash_addr[32];
usr/src/uts/common/io/ntxn/unm_brdcfg.h
209
__uint32_t bootld_version;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
210
__uint32_t bootld_size;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
213
__uint32_t image_version;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
214
__uint32_t image_size;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
217
__uint32_t primary_status;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
218
__uint32_t secondary_present;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
232
__uint32_t bootld_version;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
233
__uint32_t bootld_size;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
236
__uint32_t image_version;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
237
__uint32_t image_size;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
240
__uint32_t primary_status;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
241
__uint32_t secondary_present;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
245
__uint32_t sub_sys_id;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
247
__uint32_t bios_version;
usr/src/uts/common/io/ntxn/unm_brdcfg.h
248
__uint32_t pxe_enable; /* bitmask, per port */
usr/src/uts/common/io/ntxn/unm_brdcfg.h
249
__uint32_t vlan_tag[FLASH_NUM_PORTS];
usr/src/uts/common/io/ntxn/unm_inc.h
582
typedef __uint32_t unm_crbword_t; /* single word in CRB space */
usr/src/uts/common/io/ntxn/unm_nic.h
612
__uint32_t _v1_ = (_val_); \
usr/src/uts/common/io/ntxn/unm_nic.h
667
long unm_nic_phy_read(unm_adapter *adapter, long reg, __uint32_t *);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1159
*(__uint32_t *)data = UNM_NIC_PCI_READ_32(addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1223
UNM_NIC_PCI_WRITE_32(*(__uint32_t *)data, addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1242
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1276
tmpw = *((__uint32_t *)data);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1295
UNM_NIC_PCI_WRITE_32((__uint32_t)(off8 + (i << 3)),
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1335
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1358
UNM_NIC_PCI_WRITE_32((__uint32_t)(off8 + (i << 3)),
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1412
*(__uint32_t *)data = val;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1428
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1466
tmpw = *((__uint32_t *)data);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1533
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1619
*(__uint32_t *)data = val;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1909
unm_nic_phy_read(unm_adapter *adapter, long reg, __uint32_t *readval)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
511
UNM_NIC_PCI_WRITE_32 (*(__uint32_t *)data, addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
576
UNM_NIC_PCI_WRITE_32 (*(__uint32_t *)data, addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
723
UNM_NIC_PCI_WRITE_32(*(__uint32_t *)data, (void *) (uptr_t)off);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
780
*(__uint32_t *)data = UNM_NIC_PCI_READ_32(addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
831
*(__uint32_t *)data = UNM_NIC_PCI_READ_32((void *) (uptr_t)off);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
887
*(__uint32_t *)data = UNM_NIC_PCI_READ_32(addr);
usr/src/uts/common/io/ntxn/unm_nic_ioctl.h
61
__uint32_t cmd;
usr/src/uts/common/io/ntxn/unm_nic_ioctl.h
62
__uint32_t unused1;
usr/src/uts/common/io/ntxn/unm_nic_ioctl.h
64
__uint32_t size;
usr/src/uts/common/io/ntxn/unm_nic_ioctl.h
65
__uint32_t rv;
usr/src/uts/common/io/ntxn/unm_nic_main.c
1514
dbwritel(*((__uint32_t *)&msg),
usr/src/uts/common/io/ntxn/unm_nic_main.c
218
__uint32_t temp = 0;