Home
last modified time | relevance | path

Searched refs:repc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c229 int repc; in buf_decode() local
234 repc = 1; in buf_decode()
250 repc = 0; in buf_decode()
252 repc = repc * 10 + c - '0'; in buf_decode()
257 repc = va_arg(ap, int); in buf_decode()
264 if (smb_msgbuf_has_space(mb, repc) == 0) in buf_decode()
267 mb->scan += repc; in buf_decode()
271 if (smb_msgbuf_has_space(mb, repc) == 0) in buf_decode()
275 bcopy(mb->scan, bvalp, repc); in buf_decode()
276 mb->scan += repc; in buf_decode()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c163 int repc; in smb_mbc_vdecodef() local
168 repc = 1; in smb_mbc_vdecodef()
171 repc = 0; in smb_mbc_vdecodef()
173 repc = repc * 10 + c - '0'; in smb_mbc_vdecodef()
178 repc = va_arg(ap, int); in smb_mbc_vdecodef()
194 if (mbc_marshal_get_mbuf_chain(mbc, repc, in smb_mbc_vdecodef()
200 if (mbc_marshal_get_mbufs(mbc, repc, in smb_mbc_vdecodef()
222 if (MBC_ROOM_FOR(mbc, repc) == 0) in smb_mbc_vdecodef()
226 while (repc-- > 0) in smb_mbc_vdecodef()
232 while (repc-- > 0) in smb_mbc_vdecodef()
[all …]