Searched refs:repc (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/smbsrv/ |
H A D | smb_msgbuf.c | 226 int repc; in buf_decode() local 231 repc = 1; in buf_decode() 247 repc = 0; in buf_decode() 249 repc = repc * 10 + c - '0'; in buf_decode() 254 repc = va_arg(ap, int); in buf_decode() 261 if (smb_msgbuf_has_space(mb, repc) == 0) in buf_decode() 264 mb->scan += repc; in buf_decode() 268 if (smb_msgbuf_has_space(mb, repc) == 0) in buf_decode() 272 bcopy(mb->scan, bvalp, repc); in buf_decode() 273 mb->scan += repc; in buf_decode() [all …]
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 164 int repc; in smb_mbc_vdecodef() local 169 repc = 1; in smb_mbc_vdecodef() 172 repc = 0; in smb_mbc_vdecodef() 174 repc = repc * 10 + c - '0'; in smb_mbc_vdecodef() 179 repc = va_arg(ap, int); in smb_mbc_vdecodef() 195 if (mbc_marshal_get_mbuf_chain(mbc, repc, in smb_mbc_vdecodef() 201 if (mbc_marshal_get_mbufs(mbc, repc, in smb_mbc_vdecodef() 223 if (MBC_ROOM_FOR(mbc, repc) == 0) in smb_mbc_vdecodef() 227 while (repc-- > 0) in smb_mbc_vdecodef() 233 while (repc-- > 0) in smb_mbc_vdecodef() [all …]
|