Searched refs:len0 (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzFind.c | 354 UInt32 len0 = 0, len1 = 0; in GetMatchesSpec1() local 366 UInt32 len = (len0 < len1 ? len0 : len1); in GetMatchesSpec1() 397 len0 = len; in GetMatchesSpec1() 408 UInt32 len0 = 0, len1 = 0; in SkipMatchesSpec() local 420 UInt32 len = (len0 < len1 ? len0 : len1); in SkipMatchesSpec() 447 len0 = len; in SkipMatchesSpec()
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 1252 int len0; in build_usage_string() local 1265 len0 = strlen(*msg); in build_usage_string() 1267 len0 = 0; in build_usage_string() 1277 if ((p = realloc(*msg, len0 + len1 + 1)) == NULL) { in build_usage_string() 1285 (void) snprintf(*msg + len0, len1 + 1, use, dname, data); in build_usage_string()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 1029 int len0, in m_split() argument 1033 int mbl, len = len0; in m_split()
|
/titanic_44/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 2979 int hdrlen, len, len0, mblen, off, err = IWP_SUCCESS; in iwp_send() local 3211 len0 = roundup(4 + sizeof (iwp_tx_cmd_t) + hdrlen, 4); in iwp_send() 3212 if (len0 != (4 + sizeof (iwp_tx_cmd_t) + hdrlen)) { in iwp_send() 3267 desc->pa[0].val1 = ((len0 << 4) & 0xfff0) | in iwp_send() 3276 len0, len - hdrlen, desc->pa[0].val1, desc->pa[0].val2)); in iwp_send()
|
/titanic_44/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 3081 int hdrlen, len, len0, mblen, off, err = IWH_SUCCESS; in iwh_send() local 3362 len0 = roundup(4 + sizeof (iwh_tx_cmd_t) + hdrlen, 4); in iwh_send() 3363 if (len0 != (4 + sizeof (iwh_tx_cmd_t) + hdrlen)) { in iwh_send() 3433 desc->pa[0].val1 = ((len0 << 4) & 0xfff0) | in iwh_send() 3442 len0, len - hdrlen, desc->pa[0].val1, desc->pa[0].val2)); in iwh_send()
|
/titanic_44/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 2647 int rate, hdrlen, len, len0, mblen, off, err = IWK_SUCCESS; in iwk_send() local 2828 len0 = roundup(4 + sizeof (iwk_tx_cmd_t) + hdrlen, 4); in iwk_send() 2829 if (len0 != (4 + sizeof (iwk_tx_cmd_t) + hdrlen)) in iwk_send() 2893 desc->pa[0].val1 = ((len0 << 4) & 0xfff0) | in iwk_send() 2901 len0, len - hdrlen, LE_32(desc->pa[0].val1), in iwk_send()
|
/titanic_44/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 2041 __be32 len0; member
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 2332 txinfo->sgl.len0 = cpu_to_be32(len); in add_seg()
|
/titanic_44/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 951 __be32 len0; member
|