Lines Matching defs:mbc
145 smb_mbc_vdecodef(mbuf_chain_t *mbc, char *fmt, va_list ap) in smb_mbc_vdecodef()
376 smb_mbc_decodef(mbuf_chain_t *mbc, char *fmt, ...) in smb_mbc_decodef()
397 smb_mbc_peek(mbuf_chain_t *mbc, int offset, char *fmt, ...) in smb_mbc_peek()
500 smb_mbc_vencodef(mbuf_chain_t *mbc, char *fmt, va_list ap) in smb_mbc_vencodef()
721 smb_mbc_encodef(mbuf_chain_t *mbc, char *fmt, ...) in smb_mbc_encodef()
742 smb_mbc_poke(mbuf_chain_t *mbc, int offset, char *fmt, ...) in smb_mbc_poke()
760 mbc_marshal_make_room(mbuf_chain_t *mbc, int32_t bytes_needed) in mbc_marshal_make_room()
841 mbc_marshal_store_byte(mbuf_chain_t *mbc, uint8_t data) in mbc_marshal_store_byte()
858 mbc_marshal_put_char(mbuf_chain_t *mbc, uint8_t data) in mbc_marshal_put_char()
867 mbc_marshal_put_short(mbuf_chain_t *mbc, uint16_t data) in mbc_marshal_put_short()
877 mbc_marshal_put_long(mbuf_chain_t *mbc, uint32_t data) in mbc_marshal_put_long()
889 mbc_marshal_put_long_long(mbuf_chain_t *mbc, uint64_t data) in mbc_marshal_put_long_long()
910 mbc_marshal_put_ascii_string(mbuf_chain_t *mbc, char *mbs, int repc) in mbc_marshal_put_ascii_string()
947 mbc_marshal_put_unicode_string(mbuf_chain_t *mbc, char *ascii, int repc) in mbc_marshal_put_unicode_string()
982 mbc_marshal_put_uio(mbuf_chain_t *mbc, struct uio *uio) in mbc_marshal_put_uio()
1008 mbc_marshal_put_mbufs(mbuf_chain_t *mbc, mbuf_t *m) in mbc_marshal_put_mbufs()
1037 mbc_marshal_put_mbuf_chain(mbuf_chain_t *mbc, mbuf_chain_t *nmbc) in mbc_marshal_put_mbuf_chain()
1048 mbc_marshal_fetch_byte(mbuf_chain_t *mbc) in mbc_marshal_fetch_byte()
1064 mbc_marshal_get_char(mbuf_chain_t *mbc, uint8_t *data) in mbc_marshal_get_char()
1075 mbc_marshal_get_short(mbuf_chain_t *mbc, uint16_t *data) in mbc_marshal_get_short()
1102 mbc_marshal_get_long(mbuf_chain_t *mbc, uint32_t *data) in mbc_marshal_get_long()
1141 mbc_marshal_get_odd_long_long(mbuf_chain_t *mbc, uint64_t *data) in mbc_marshal_get_odd_long_long()
1175 mbc_marshal_get_long_long(mbuf_chain_t *mbc, uint64_t *data) in mbc_marshal_get_long_long()
1219 mbuf_chain_t *mbc, in mbc_marshal_get_ascii_string()
1266 mbuf_chain_t *mbc, uint8_t **ascii, int max_unicode) in mbc_marshal_get_unicode_string()
1305 mbc_marshal_get_mbufs(mbuf_chain_t *mbc, int32_t bytes, mbuf_t **m) in mbc_marshal_get_mbufs()
1315 mbc_marshal_get_mbuf_chain(mbuf_chain_t *mbc, int32_t bytes, mbuf_chain_t *nmbc) in mbc_marshal_get_mbuf_chain()
1341 mbc_marshal_get_uio(mbuf_chain_t *mbc, struct uio *uio) in mbc_marshal_get_uio()
1394 mbc_marshal_get_skip(mbuf_chain_t *mbc, uint_t skip) in mbc_marshal_get_skip()