Searched refs:md_get_uint8 (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_smb.c | 262 md_get_uint8(mdp, &wc); 430 error = md_get_uint8(mdp, &wc); 437 md_get_uint8(mdp, NULL); /* secondary cmd */ 438 md_get_uint8(mdp, NULL); /* mbz */ 440 md_get_uint8(mdp, NULL); /* oplock lvl granted */ 558 error = md_get_uint8(mdp, &wc); 738 error = md_get_uint8(mdp, &wc); 745 md_get_uint8(mdp, NULL); 746 md_get_uint8(mdp, NULL); 837 error = md_get_uint8(md [all...] |
H A D | smb_rq.c | 494 error = md_get_uint8(mdp, &tb); 496 error = md_get_uint8(mdp, &rqp->sr_rpflags); 716 if ((error2 = md_get_uint8(mdp, &wc)) != 0) 753 md_get_uint8(mdp, &wc); /* SetupCount */ 754 md_get_uint8(mdp, NULL); /* Reserved2 */ 843 if ((error2 = md_get_uint8(mdp, &wc)) != 0) 880 md_get_uint8(mdp, &wc); /* SetupCount */
|
H A D | subr_mchain.c | 732 md_get_uint8(struct mdchain *mdp, u_int8_t *x) function
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | negprot.c | 209 (void) md_get_uint8(mbp, &wc); 227 md_get_uint8(mbp, &sv->sv_sm); /* SecurityMode */ 236 md_get_uint8(mbp, &eklen); /* EncryptionKeyLength */
|
H A D | mbuf.c | 432 md_get_uint8(mdchain_t *mbp, uint8_t *x) function 615 err = md_get_uint8(mbp, &ch); 632 md_get_uint8(mbp, &ch); 636 md_get_uint8(mbp, NULL); 669 md_get_uint8(real_mbp, NULL);
|
H A D | rq.c | 425 md_get_uint8(mbp, &ctmp); /* SMB cmd */ 427 md_get_uint8(mbp, &rqp->rq_hflags);
|
H A D | ssnsetup.c | 382 err = md_get_uint8(mbp, &wc);
|
/illumos-gate/usr/src/uts/common/netsmb/ |
H A D | mchain.h | 242 int md_get_uint8(mdchain_t *, uint8_t *);
|
/illumos-gate/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.c | 107 if ((error = md_get_uint8(mdp, &revision)) != 0) 109 if ((error = md_get_uint8(mdp, &subauthcount)) != 0) 208 ERRCHK(md_get_uint8(&tmp_md, &ace_hdr.ace_type)); 209 ERRCHK(md_get_uint8(&tmp_md, &ace_hdr.ace_flags)); 335 if ((error = md_get_uint8(mdp, &revision)) != 0) 337 if ((error = md_get_uint8(mdp, NULL)) != 0) /* pad1 */ 453 ERRCHK(md_get_uint8(mdp, &sd->sd_revision)); 454 ERRCHK(md_get_uint8(mdp, &sd->sd_rmctl));
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 413 (void) md_get_uint8(mdp, NULL);
|
H A D | smbfs_smb.c | 812 error = md_get_uint8(mdp, &wc); 1256 error = md_get_uint8(mdp, &wc); 1487 md_get_uint8(mdp, &wc); 1791 error = md_get_uint8(mdp, &wc); 1798 md_get_uint8(mdp, &bt); 1865 md_get_uint8(mdp, &battr); 2108 error = md_get_uint8(mdp, &tb);
|
Completed in 83 milliseconds