Home
last modified time | relevance | path

Searched refs:u32 (Results 351 – 364 of 364) sorted by relevance

1...<<1112131415

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h52 typedef uint32_t u32; typedef
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1087 static u32_t lm_parse_license_info(u32 val, u8_t is_high) in lm_parse_license_info()
1109 static u32_t lm_parse_license_info_bounded(u32 val, u32_t max_cons, u8_t is_high) in lm_parse_license_info_bounded()
1807 u32 pcicfg_chip; in lm_get_shmem_base_addr()
H A Dlm_hw_attn.c989 u32 cnt = 0; in lm_handle_assertion_processing()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5458 u32 ivar, index; in ixgbe_setup_ivar()
5516 u32 ivar, index; in ixgbe_enable_ivar()
5569 u32 ivar, index; in ixgbe_disable_ivar()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c3959 uint32_t u32; in set_public_prop() local
3983 u32 = vdp->vd_val; in set_public_prop()
3984 val = &u32; in set_public_prop()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg594 @ MSG_BND_PSUM_SPARCV9 "Summary of PLT types bound: 21d=%d, 24d=%d, u32=%d, \
1596 @ MSG_PLT_U32 "u32"
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2712 u32 mask; in xgell_debug_module_mask_set()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c311 uint32_t u32; in i_ddi_peekpoke() member
336 peekpoke_value.u32 = *(uint32_t *)value_p; in i_ddi_peekpoke()
364 *(uint32_t *)value_p = peekpoke_value.u32; in i_ddi_peekpoke()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2f.S910 bl,pn %icc,.u32
3279 .u32: label
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1414 u32 tx_space, min_tx, min_rx; in igb_init_adapter()
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A Djfp_jis_to_ucs2.h14767 unsigned int u32; member
15094 return (p->u32); in _jfp_lookup_x0213_nonbmp()
H A Djfp_ucs2_to_euc16.h69992 _jfp_u32_to_euc16(unsigned int u32) in _jfp_u32_to_euc16() argument
69996 if ((u32 <= 0xffff) in _jfp_u32_to_euc16()
69997 && (p = _jfp_tbl_ucs2_to_euc16_index[u32 >> 8]) != NULL) { in _jfp_u32_to_euc16()
69998 return (p[u32 & 0xff]); in _jfp_u32_to_euc16()
70001 else if ((u32 >= 0x20000) && (u32 <= 0x2ffff) in _jfp_u32_to_euc16()
70002 && ((p = _jfp_tbl_uni_to_euc16_index_p2[(u32 & 0xffff) >> 8]) in _jfp_u32_to_euc16()
70004 return (p[u32 & 0xff]); in _jfp_u32_to_euc16()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c2025 u32 fext_nvm11, tdlen; in e1000g_flush_desc_rings()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex666 …A message is a u32 consisting of a command bit-mask which indicates of the message the HW-function…
667 In addition there’s another u32 field which might contain additional parameters [command-specific].

1...<<1112131415