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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_negprot.c218 smbfs_md_get_mem(mbp, NULL, 8, MB_MSYSTEM); /* SystemTime(s) */
291 err = smbfs_md_get_mem(mbp, NULL, SMB_GUID_LEN, MB_MSYSTEM);
324 err = smbfs_md_get_mem(mbp, ctx->ct_ntlm_chal,
H A Dsmbfs_mbuf.c436 return (smbfs_md_get_mem(mbp, x, 1, MB_MINLINE));
445 if ((err = smbfs_md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
457 if ((err = smbfs_md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
470 if ((err = smbfs_md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
483 if ((err = smbfs_md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
492 smbfs_md_get_mem(mdchain_t *mbp, void *vmem, int size, int type) function
540 err = smbfs_md_get_mem(mbp, m->m_data, size, MB_MSYSTEM);
H A Dsmbfs_rq.c356 smbfs_md_get_mem(mbp, (char *)sigbuf, 4, MB_MSYSTEM);
366 smbfs_md_get_mem(mbp, NULL, 12, MB_MSYSTEM);
H A Dsmbfs_ntlmssp.c116 err = smbfs_md_get_mem(&tmp_mb, NULL, sb->sb_offset, MB_MSYSTEM);
340 (void) smbfs_md_get_mem(in_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM);
348 (void) smbfs_md_get_mem(in_mb, &hdr.h_challenge, NTLM_CHAL_SZ,
H A Dsmbfs_private.h142 int smbfs_md_get_mem(mdchain_t *, void *, int, int);
H A Dsmbfs_nbns_rq.c427 error = smbfs_md_get_mem(mbp, NULL, len, MB_MSYSTEM);
435 error = smbfs_md_get_mem(mbp, NULL, rrp->rr_rdlength, MB_MSYSTEM);

Completed in 32 milliseconds