Searched refs:smb2_create_ctx_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c58 } smb2_create_ctx_t; typedef in typeref:struct:smb2_create_ctx
61 mbuf_chain_t *, smb2_create_ctx_t *);
63 mbuf_chain_t *, smb2_create_ctx_t *);
66 static void smb2_free_create_ctx(smb2_create_ctx_t *);
73 smb2_create_ctx_t cctx;
435 smb2_decode_create_ctx(mbuf_chain_t *in_mbc, smb2_create_ctx_t *cc)
573 smb2_encode_create_ctx(mbuf_chain_t *mbc, smb2_create_ctx_t *cc)
656 smb2_free_create_ctx(smb2_create_ctx_t *cc)

Completed in 45 milliseconds