Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c673 if (mdp->md_top == NULL) { in smb_t2_placedata()
676 m_cat(mdp->md_top, n); in smb_t2_placedata()
713 (smb_rq_t *), rqp, (mblk_t *), mdp->md_top); in smb_t2_reply()
714 m_dumpm(mdp->md_top); in smb_t2_reply()
768 error2 = smb_t2_placedata(mdp->md_top, poff, in smb_t2_reply()
776 error2 = smb_t2_placedata(mdp->md_top, doff, in smb_t2_reply()
840 (smb_rq_t *), rqp, (mblk_t *), mdp->md_top); in smb_nt_reply()
841 m_dumpm(mdp->md_top); in smb_nt_reply()
894 error2 = smb_t2_placedata(mdp->md_top, poff, pcount, in smb_nt_reply()
902 error2 = smb_t2_placedata(mdp->md_top, doff, dcount, in smb_nt_reply()
[all …]
H A Dsubr_mchain.c613 mdp->md_top = mdp->md_cur = m; in md_initm()
627 while ((m = mdp->md_top) != NULL) { in md_done()
628 mdp->md_top = m->b_next; in md_done()
649 if (mdp->md_top == NULL) { in md_append_record()
653 m = mdp->md_top; in md_append_record()
669 if ((top = mdp->md_top) == NULL) in md_next_record()
H A Dsmb_usr.c183 rsz = msgdsize(mdp->md_top) - SMB_HDRLEN; in smb_usr_simplerq()
288 if (err == 0 && mdp->md_top != NULL) { in smb_usr_t2request()
290 len = m_fixhdr(mdp->md_top); in smb_usr_t2request()
304 if (err == 0 && mdp->md_top != NULL) { in smb_usr_t2request()
306 len = m_fixhdr(mdp->md_top); in smb_usr_t2request()
H A Dsmb_sign.c237 mblk_t *mp = rqp->sr_rp.md_top; in smb_rq_verify()
H A Dsmb_iod.c500 if (rqp->sr_rp.md_top == NULL) { in smb_iod_recvall()
/titanic_44/usr/src/uts/common/netsmb/
H A Dmchain.h190 mblk_t *md_top; /* head of mblk chain */ member
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2493 if (mdp->md_top == NULL) { in smbfs_smb_getsec_m()
2504 len = m_fixhdr(mdp->md_top); in smbfs_smb_getsec_m()