Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c223 uint8_t *bvalp; in buf_decode() local
274 bvalp = va_arg(ap, uint8_t *); in buf_decode()
275 bcopy(mb->scan, bvalp, repc); in buf_decode()
283 bvalp = va_arg(ap, uint8_t *); in buf_decode()
285 *bvalp++ = *mb->scan++; in buf_decode()
562 uint8_t *bvalp; in buf_encode() local
612 bvalp = va_arg(ap, uint8_t *); in buf_encode()
613 bcopy(bvalp, mb->scan, repc); in buf_encode()