Searched defs:u32 (Results 1 - 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dostypes.h43 typedef unsigned int u32; typedef
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dtag_list.c27 #define u32 unsigned macro
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin.h68 typedef unsigned int u32; typedef
/illumos-gate/usr/src/lib/libproc/common/
H A DPstack.c196 ucontext32_t u32; local
198 if (Pread(P, &u32, sizeof (u32), addr) != sizeof (u32))
200 uc.uc_link = (ucontext_t *)(uintptr_t)u32.uc_link;
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_ioctl.c60 drm_unique_32_t u32; local
62 DRM_COPYFROM_WITH_RETURN(&u32, (void *)data, sizeof (u32));
63 u1.unique_len = u32.unique_len;
64 u1.unique = (char __user *)(uintptr_t)u32.unique;
81 drm_unique_32_t u32; local
83 u32.unique_len = (uint32_t)u1.unique_len;
84 u32.unique = (caddr32_t)(uintptr_t)u1.unique;
85 DRM_COPYTO_WITH_RETURN((void *)data, &u32, sizeof (u32));
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c194 uint32_t u32; local
250 value = (uchar_t *)&u32;
265 new_value = u32 = (long)u64;
278 new_value = u32;
336 uint32_t u32; local
391 u32 = (uint32_t)new_value;
392 vp = (uchar_t *)&u32;
/illumos-gate/usr/src/uts/common/sys/
H A Depoll.h29 uint32_t u32; member in union:epoll_data
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c776 u_int32_t u32; local
780 u32 = now.tv_sec;
781 memcpy(statp->_u._ext._rnd, &u32, 4);
782 u32 = now.tv_usec;
783 memcpy(statp->_u._ext._rnd + 4, &u32, 4);
784 u32 += now.tv_sec;
785 memcpy(statp->_u._ext._rnd + 8, &u32, 4);
/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c13 typedef unsigned int u32; typedef
20 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
26 (((u32)((p)[0]) ) | \
27 ((u32)((p)[1]) << 8) | \
28 ((u32)((p)[2]) << 16) | \
29 ((u32)((p)[3]) << 24))
54 chacha_keysetup(chacha_ctx_t *x,const u8 *k,u32 kbits,u32 ivbits)
88 chacha_encrypt_bytes(chacha_ctx_t *x,const u8 *m,u8 *c,u32 bytes)
90 u32 x
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h74 typedef u32 u32_t;
109 typedef u_int32_t u32; typedef
240 typedef U32 u32; typedef
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c547 uint32_t u32; local
549 u32 = (ko_val & 0xFF) + (((ko_val & 0xFF00) == 0xC900) ?
552 udc[1] = (uchar_t)(0x80 | (u32 & 0x00000FC0) >> 6);
553 udc[2] = (uchar_t)(0x80 | (u32 & 0x0000003F));
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_tools_4u.c80 uint32_t u32; member in union:__anon9796
143 *value_p = (uint64_t)peek_value.u32;
182 poke_value.u32 = (uint32_t)value;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h138 typedef uint32_t u32; typedef
144 #define __le32 u32
147 #define __be32 u32
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c750 uint32_t u32; local
753 * u32 = ((gbk_val >> 24) - 0x90) * 12600 +
759 u32 = (gbk_val >> 24) * 12600 +
763 u8array[0] = (uchar_t)(0xF0 | ((u32 & 0x1C0000) >> 18));
764 u8array[1] = (uchar_t)(0x80 | ((u32 & 0x03F000) >> 12));
765 u8array[2] = (uchar_t)(0x80 | ((u32 & 0x000FC0) >> 6));
766 u8array[3] = (uchar_t)(0x80 | (u32 & 0x00003F));
811 uint32_t u32; local
813 u32 = (((utf8 & 0x07000000) >> 6) | ((utf8 & 0x3F0000) >> 4) |
816 gbkcode = ((u32 / 1260
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h204 typedef uint32_t u32; typedef
209 #define __le32 u32
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h105 typedef uint32_t u32; typedef
113 #define __le32 u32
116 #define __be32 u32
147 u32 size;
196 extern void i40e_debug(void *, u32, char *, ...);
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h160 #define __le32 u32
169 typedef uint32_t u32; typedef
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h171 uint32_t u32[2]; variable
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c56 typedef unsigned int u32; typedef
170 static void phy_write_1bit(u32, u32);
171 static int phy_read_1bit(u32);
215 u32 io_dcr9;
259 u32 io_dcr9;
297 static void phy_write_1bit(u32 ee_addr, u32 phy_data)
311 static int phy_read_1bit(u32 ee_addr)
H A Dnatsemi.c78 typedef uint32_t u32; typedef
166 u32 link;
167 volatile u32 cmdsts;
168 u32 bufptr;
169 u32 software_use;
188 static u32 SavedClkRun;
248 u32 tmp;
272 u32 newtmp = tmp & ~(0x03|0x100);
295 u32 chip_config = inl(ioaddr + ChipConfig);
507 txd.link = (u32)
[all...]
/illumos-gate/usr/src/cmd/od/
H A Dod.c104 typedef unsigned int u32; typedef
131 DECL_GET(u32)
155 DECL_OUT(oct_d, u32, " %011o")
159 DECL_OUT(dec_d, u32, " %010u")
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c234 uint_t u32, /* UTF-32 to write */
243 if (u32 <= 0x7f) {
244 KICONV_JA_NPUT((uchar_t)(u32));
246 } else if (u32 <= 0x7ff) {
247 KICONV_JA_NPUT((uchar_t)((((u32)>>6) & 0x1f) | 0xc0));
248 KICONV_JA_NPUT((uchar_t)(((u32) & 0x3f) | 0x80));
250 } else if ((u32 >= 0xd800) && (u32 <= 0xdfff)) {
252 } else if (u32 <= 0xffff) {
253 KICONV_JA_NPUT((uchar_t)((((u32)>>1
233 write_unicode( uint_t u32, char **pop, size_t *poleft, int *errno) argument
328 uint_t u32; /* UTF-32 */ local
517 uint_t u32; /* UTF-32 */ local
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c725 uint32_t u32; local
771 u32 = get_unicode_from_UDA(plane_no,
774 * As U+F0000 <= u32 <= U+F8A0F, so its UTF-8 sequence
778 udc[1] = (uchar_t)(0x80 | (u32 & 0x03F000) >> 12);
779 udc[2] = (uchar_t)(0x80 | (u32 & 0x000FC0) >> 6);
780 udc[3] = (uchar_t)(0x80 | (u32 & 0x00003F));
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c79 uint32_t u32; member in union:__anon9790
167 *value_p = (uint64_t)peek_value.u32;
206 poke_value.u32 = (uint32_t)value;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h152 typedef uint32_t u32; typedef

Completed in 269 milliseconds

12