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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmbuf.c252 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
259 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
266 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
273 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
280 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
287 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
294 return (mb_put_mem(mbp, &y, sizeof (y), MB_MINLINE));
299 mb_put_mem(mbchain_t *mbp, const void *vmem, int size, int type) function
351 mb_put_mem(mbp, m->m_data, m->m_len, MB_MSYSTEM);
403 err = mb_put_mem(mb
[all...]
H A Dntlm.c528 mb_put_mem(lm_mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM);
545 mb_put_mem(nt_mbp, tim->m_data, tim->m_len, MB_MSYSTEM);
583 mb_put_mem(mbp, (char *)ucs, nlen, MB_MSYSTEM);
625 mb_put_mem(mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM);
633 err = mb_put_mem(mbp, names->m_data, names->m_len, MB_MSYSTEM);
H A Drq.c95 mb_put_mem(&rqp->rq_rq, NULL, SMB_HDRLEN, MB_MSYSTEM);
365 mb_put_mem(mbp, ffsmb, SMB_SIGLEN, MB_MSYSTEM);
371 mb_put_mem(mbp, NULL, 12, MB_MZERO);
H A Dntlmssp.c280 (void) mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM);
547 (void) mb_put_mem(out_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM);
H A Dkrb5ssp.c268 if ((err = mb_put_mem(out_mb, gtok, gtoklen, MB_MSYSTEM)) != 0)
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c185 mb_put_mem(mbp, NULL, SMB_HDRLEN, MB_MZERO);
211 mb_put_mem(mbp, SMB_SIGNATURE, 4, MB_MSYSTEM);
217 mb_put_mem(mbp, NULL, 8, MB_MZERO); /* MAC sig. (later) */
1040 error = mb_put_mem(mbp, NULL, nmsize, MB_MZERO);
1046 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO);
1055 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO);
1122 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO);
1130 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO);
1263 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO);
1272 mb_put_mem(mb
[all...]
H A Dsubr_mchain.c362 * Inline version of mb_put_mem(). Handles the easy case in-line,
363 * and calls mb_put_mem() if crossing mblk boundaries, etc.
383 return (mb_put_mem(mbp, src, size, MB_MINLINE));
400 return (mb_put_mem(MBP, SRC, SZ, MB_MINLINE))
473 * mb_put_mem() function copies size bytes of data specified by the source
478 mb_put_mem(struct mbchain *mbp, const void *vsrc, int size, int type) function
595 error = mb_put_mem(mbp, CAST_DOWN(caddr_t,
H A Dsmb_smb.c216 error = mb_put_mem(mbp, pbuf, plen, MB_MSYSTEM);
231 error = mb_put_mem(mbp, tname, tlen, MB_MSYSTEM);
H A Dsmb_usr.c167 err = mb_put_mem(mbp, ioc->ioc_tbuf, ioc->ioc_tbufsz, mbseg);
349 return (mb_put_mem(mbp, data, len, mbseg));
H A Dsmb_subrs.c1027 error = mb_put_mem(mbp, src, size, MB_MSYSTEM);
1055 error = mb_put_mem(mbp, (char *)cbuf, outlen, MB_MSYSTEM);
/illumos-gate/usr/src/uts/common/netsmb/
H A Dmchain.h177 #define MB_MZERO 3 /* bzero(), mb_put_mem only */
235 int mb_put_mem(mbchain_t *, const void *, int, int);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c864 mb_put_mem(mbp, NULL, 5 * 2, MB_MZERO);
1780 mb_put_mem(mbp, (char *)ctx->f_skey, SMB_SKEYLEN, MB_MSYSTEM);
1949 mb_put_mem(mbp, ctx->f_rname, ctx->f_rnamelen,
2682 mb_put_mem(mbp, (caddr_t)&ntsd, sizeof (ntsd), MB_MSYSTEM);
2684 mb_put_mem(mbp, (caddr_t)owner, sidlen(owner), MB_MSYSTEM);
2686 mb_put_mem(mbp, (caddr_t)group, sidlen(group), MB_MSYSTEM);
2688 mb_put_mem(mbp, (caddr_t)sacl, acllen(sacl), MB_MSYSTEM);
2690 mb_put_mem(mbp, (caddr_t)dacl, acllen(dacl), MB_MSYSTEM);
H A Dsmbfs_acl.c291 error = mb_put_mem(mbp, ubuf, iocb.used, MB_MUSER);
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c148 ERRCHK(mb_put_mem(mbp, sid->sid_authority, 6, MB_MSYSTEM));

Completed in 71 milliseconds