Searched refs:mbuf_chain_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 41 static int mbc_marshal_make_room(mbuf_chain_t *, int32_t); 42 static void mbc_marshal_store_byte(mbuf_chain_t *, uint8_t); 43 static int mbc_marshal_put_char(mbuf_chain_t *mbc, uint8_t); 44 static int mbc_marshal_put_short(mbuf_chain_t *mbc, uint16_t); 45 static int mbc_marshal_put_long(mbuf_chain_t *mbc, uint32_t); 46 static int mbc_marshal_put_long_long(mbuf_chain_t *mbc, uint64_t); 47 static int mbc_marshal_put_ascii_string(mbuf_chain_t *, char *, int); 48 static int mbc_marshal_put_unicode_string(mbuf_chain_t *, char *, int); 49 static int mbc_marshal_put_uio(mbuf_chain_t *, struct uio *); 50 static int mbc_marshal_put_mbufs(mbuf_chain_t *mbc, mbuf_t *m); [all …]
|
H A D | smb_mbuf_util.c | 72 sizeof (mbuf_chain_t), 8, NULL, NULL, NULL, NULL, NULL, 0); in smb_mbc_init() 84 mbuf_chain_t * 87 mbuf_chain_t *mbc; in smb_mbc_alloc() 106 smb_mbc_free(mbuf_chain_t *mbc) in smb_mbc_free() 329 mbc_moveout(mbuf_chain_t *mbc, caddr_t buf, int buflen, int *tlen) in mbc_moveout()
|
H A D | smb_session.c | 122 smb_session_send(smb_session_t *session, uint8_t type, mbuf_chain_t *mbc) in smb_session_send() 1431 mbuf_chain_t *mbc; in smb_session_oplock_break()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 277 } mbuf_chain_t; typedef 281 int mbc_moveout(mbuf_chain_t *, caddr_t, int, int *); 284 mbuf_chain_t *smb_mbc_alloc(uint32_t); 285 void smb_mbc_free(mbuf_chain_t *);
|
H A D | smb_kproto.h | 339 int smb_mbc_vencodef(mbuf_chain_t *, char *, va_list); 340 int smb_mbc_vdecodef(mbuf_chain_t *, char *, va_list); 341 int smb_mbc_decodef(mbuf_chain_t *, char *, ...); 342 int smb_mbc_encodef(mbuf_chain_t *, char *, ...); 343 int smb_mbc_peek(mbuf_chain_t *, int, char *, ...); 344 int smb_mbc_poke(mbuf_chain_t *, int, char *, ...); 345 int smb_mbc_put_mem(mbuf_chain_t *, void *, int); 346 int smb_mbc_copy(mbuf_chain_t *, const mbuf_chain_t *, int, int); 548 void smb_sign_reply(smb_request_t *, mbuf_chain_t *); 584 int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);
|