Home
last modified time | relevance | path

Searched refs:len0 (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/common/lzma/
H A DLzFind.c354 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 Dentry.c1252 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 Dsubr_mchain.c1029 int len0, in m_split() argument
1033 int mbl, len = len0; in m_split()
/titanic_44/usr/src/uts/common/io/iwp/
H A Diwp.c2979 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 Diwh.c3081 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 Diwk2.c2647 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 Dt4_msg.h2041 __be32 len0; member
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2332 txinfo->sgl.len0 = cpu_to_be32(len); in add_seg()
/titanic_44/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h951 __be32 len0; member