/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_tx.c | 92 size_t mbsize; in ixgbe_ring_tx() local 119 mbsize = 0; in ixgbe_ring_tx() 121 mbsize += MBLKL(nmp); in ixgbe_ring_tx() 141 ((mbsize - ctx->mac_hdr_len) > IXGBE_LSO_MAXLEN)) || in ixgbe_ring_tx() 143 (mbsize > (ixgbe->max_frame_size - ETHERFCSL)))) { in ixgbe_ring_tx() 469 mbsize - hdr_len); in ixgbe_ring_tx() 472 mbsize); in ixgbe_ring_tx() 510 mbsize); in ixgbe_ring_tx() 514 tx_ring->stat_obytes += mbsize; in ixgbe_ring_tx() 973 ixgbe_tx_context_t *ctx, size_t mbsize) in ixgbe_tx_fill_ring() argument [all …]
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_tx.c | 110 size_t mbsize; in igb_tx() local 127 mbsize = 0; in igb_tx() 129 mbsize += MBLKL(nmp); in igb_tx() 145 (mbsize > (ctx->mac_hdr_len + IGB_LSO_MAXLEN))) || in igb_tx() 147 (mbsize > (igb->max_frame_size - ETHERFCSL)))) { in igb_tx() 154 if (mbsize > (igb->max_frame_size - ETHERFCSL)) { in igb_tx() 424 desc_num = igb_tx_fill_ring(tx_ring, &pending_list, ctx, mbsize); in igb_tx() 430 tx_ring->tx_bytes += mbsize; in igb_tx() 857 tx_context_t *ctx, size_t mbsize) in igb_tx_fill_ring() argument 978 (mbsize - ctx->mac_hdr_len - ctx->ip_hdr_len in igb_tx_fill_ring() [all …]
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | fcin.c | 165 if((c = mbsize(extra.next)) < 0) in fcmbstate() 184 switch(*len = mbsize(_Fcin.fcptr)) in fcmbstate()
|
H A D | string.c | 204 int c = mbsize(sp); in sh_substitute() 256 if(mbwide() && (len=mbsize(sp))>1) in sh_trim()
|
H A D | macro.c | 291 switch(len = mbsize(cp)) in sh_machere() 456 switch(len = mbsize(cp)) in copyto() 1591 if((c=mbsize(v))<1) in varsub() 1625 if((c=mbsize(vp))<1) in varsub() 2131 if(mbwide() && (len=mbsize(cp))>1) in mac_copy() 2188 if(mbwide() && n!=S_MBYTE && (len=mbsize(cp-1))>1) in mac_copy() 2211 n = mbsize(cp-1) - 1; in mac_copy() 2226 n = mbsize(cp-1) - 1; in mac_copy() 2374 if((c=mbsize(str))<0) in lastchar()
|
H A D | lex.c | 2063 switch(len = mbsize(sp)) in sh_endword() 2271 switch(len = mbsize(sp)) in sh_endword()
|
H A D | init.c | 495 while(n=mbsize(cp),c= *(unsigned char*)cp) in get_ifs()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 425 if((s=mbsize(cp-1)) > 1) in fmthtml() 584 len = mbsize(str); in varname() 731 if(mbwide() && (n = mbsize(argp)) > 1) in extend() 763 if(mbwide() && mbsize(w) > 1) in extend() 947 if ((chlen = mbsize(cp)) > 1) in fmtvecho() 965 if (mbwide() && ((chlen = mbsize(cp)) > 1)) in fmtvecho()
|
H A D | read.c | 398 while (up < cur && (z = mbsize(up)) > 0) in sh_readline() 515 c = mbsize((char*)cp-1); in sh_readline() 592 if((c = mbsize((char*)cp-1))>1) in sh_readline()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | cat.c | 164 if ((m = mbsize(pp = cp - 1)) > 1) in vcat() 177 if ((m = mbsize(pp)) == c) in vcat() 214 if ((m = mbsize(tmp)) >= c) in vcat()
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | fmtesc.c | 87 if ((c = mbsize(s)) > 1) in fmtquote()
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 181 #define mbsize(p) (mbwide()?(*ast.mb_len)((char*)(p),mbmax()):((p),1)) macro
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 72 #define MBSIZE(p) ((ast.tmp_int=mbsize(p))>0?ast.tmp_int:1)
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 190 #define mbsize(p) (mbwide()?(*ast.mb_len)((char*)(p),mbmax()):((p),1)) macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 190 #define mbsize(p) (mbwide()?(*ast.mb_len)((char*)(p),mbmax()):((p),1)) macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 190 #define mbsize(p) (mbwide()?(*ast.mb_len)((char*)(p),mbmax()):((p),1)) macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 190 #define mbsize(p) (mbwide()?(*ast.mb_len)((char*)(p),mbmax()):((p),1)) macro
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 1005 if((c=mbsize(cp)) < 0) in hist_match()
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 318 #define SFMBLEN(s,mb) mbsize(s)
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 491 regex: use MBSIZE() instead of mbsize() to grab 1 char on err
|