Searched refs:repc (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/smbsrv/ |
H A D | smb_msgbuf.c | 225 int repc; in buf_decode() local 229 repc = 1; in buf_decode() 245 repc = 0; in buf_decode() 247 repc = repc * 10 + c - '0'; in buf_decode() 251 repc = va_arg(ap, int); in buf_decode() 257 if (smb_msgbuf_has_space(mb, repc) == 0) in buf_decode() 260 mb->scan += repc; in buf_decode() 264 if (smb_msgbuf_has_space(mb, repc) == 0) in buf_decode() 268 bcopy(mb->scan, cvalp, repc); in buf_decode() 269 mb->scan += repc; in buf_decode() [all …]
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 159 int repc; in smb_mbc_vdecodef() local 162 repc = 1; in smb_mbc_vdecodef() 165 repc = 0; in smb_mbc_vdecodef() 167 repc = repc * 10 + c - '0'; in smb_mbc_vdecodef() 171 repc = va_arg(ap, int); in smb_mbc_vdecodef() 182 if (mbc_marshal_get_mbuf_chain(mbc, repc, in smb_mbc_vdecodef() 188 if (mbc_marshal_get_mbufs(mbc, repc, in smb_mbc_vdecodef() 205 if (MBC_ROOM_FOR(mbc, repc) == 0) in smb_mbc_vdecodef() 209 while (repc-- > 0) in smb_mbc_vdecodef() 215 while (repc-- > 0) in smb_mbc_vdecodef() [all …]
|