Searched refs:md_top (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 793 if (mdp->md_top == NULL) { in smb_t2_placedata() 796 m_cat(mdp->md_top, n); in smb_t2_placedata() 833 (smb_rq_t *), rqp, (mblk_t *), mdp->md_top); in smb_t2_reply() 834 m_dumpm(mdp->md_top); in smb_t2_reply() 888 error2 = smb_t2_placedata(mdp->md_top, poff, in smb_t2_reply() 896 error2 = smb_t2_placedata(mdp->md_top, doff, in smb_t2_reply() 960 (smb_rq_t *), rqp, (mblk_t *), mdp->md_top); in smb_nt_reply() 961 m_dumpm(mdp->md_top); in smb_nt_reply() 1014 error2 = smb_t2_placedata(mdp->md_top, poff, pcount, in smb_nt_reply() 1022 error2 = smb_t2_placedata(mdp->md_top, doff, dcount, in smb_nt_reply() [all …]
|
H A D | subr_mchain.c | 657 mdp->md_top = mdp->md_cur = m; in md_initm() 671 while ((m = mdp->md_top) != NULL) { in md_done() 672 mdp->md_top = m->b_next; in md_done() 693 if (mdp->md_top == NULL) { in md_append_record() 697 m = mdp->md_top; in md_append_record() 713 if ((top = mdp->md_top) == NULL) in md_next_record()
|
H A D | smb2_sign.c | 239 mblk_t *mp = rqp->sr_rp.md_top; in smb2_rq_verify()
|
H A D | smb_sign.c | 244 mblk_t *mp = rqp->sr_rp.md_top; in smb_rq_verify()
|
H A D | smb_usr.c | 157 if (err == 0 && recv_md.md_top != NULL) { in smb_usr_xnp() 159 size_t len = m_fixhdr(recv_md.md_top); in smb_usr_xnp()
|
H A D | smb3_crypt.c | 304 mdp->md_top = NULL; // keeping thdr in smb3_msg_decrypt()
|
H A D | smb_iod.c | 730 if (rqp->sr_rp.md_top == NULL) { in smb1_iod_process() 890 if (rqp->sr_rp.md_top == NULL) { in smb2_iod_process()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb2.c | 859 if (mdp->md_top == NULL) { in smbfs_smb2_getsec() 863 *res = mdp->md_top; in smbfs_smb2_getsec() 864 mdp->md_top = NULL; in smbfs_smb2_getsec()
|
H A D | smbfs_smb1.c | 648 ctx->f_left = m_fixhdr(mdp->md_top); in smbfs_smb1_trans2find2() 799 m = t2p->t2_rdata.md_top; in smbfs_smb1_get_streaminfo() 804 t2p->t2_rdata.md_top = NULL; in smbfs_smb1_get_streaminfo()
|
H A D | smbfs_xattr.c | 335 ctx->f_left = m_fixhdr(mdp->md_top); in smbfs_xa_get_streaminfo()
|
/illumos-gate/usr/src/uts/common/netsmb/ |
H A D | mchain.h | 193 mblk_t *md_top; /* head of mblk chain */ member
|