Searched refs:md_get_uint8 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/modules/libmchain/
H A DMakefile30 md_get_uint8 \
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_smb.c158 error = md_get_uint8(mdp, &wc);
176 md_get_uint8(mdp, &sp->sv_sm);
185 md_get_uint8(mdp, &sblen);
662 md_get_uint8(mdp, &wc);
668 md_get_uint8(mdp, NULL);
670 md_get_uint8(mdp, NULL);
747 md_get_uint8(mdp, &wc);
752 md_get_uint8(mdp, NULL);
753 md_get_uint8(mdp, NULL);
798 md_get_uint8(md
[all...]
H A Dsmb_rq.c335 error = md_get_uint8(mdp, &tb);
339 error = md_get_uint8(mdp, &rqp->sr_errclass);
340 error = md_get_uint8(mdp, &tb);
345 error = md_get_uint8(mdp, &rqp->sr_rpflags);
472 if ((error = md_get_uint8(mdp, &wc)) != 0)
505 md_get_uint8(mdp, &wc);
506 md_get_uint8(mdp, NULL);
H A Dsmb_usr.c255 md_get_uint8(mdp, &wc);
/freebsd-10.1-release/sys/sys/
H A Dmchain.h87 int md_get_uint8(struct mdchain *mdp, u_int8_t *x);
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_smb.c398 if (md_get_uint8(mdp, &wc) != 0 || wc != 10) {
701 if (md_get_uint8(mdp, &wc) != 0 || wc != 7) {
783 md_get_uint8(mdp, &wc);
999 md_get_uint8(mdp, &wc);
1010 md_get_uint8(mdp, &bt);
1062 md_get_uint8(mbp, &battr);
1279 md_get_uint8(mbp, &tb);
/freebsd-10.1-release/sys/kern/
H A Dsubr_mchain.c373 md_get_uint8(struct mdchain *mdp, uint8_t *x) function
/freebsd-10.1-release/share/man/man9/
H A DMakefile951 mdchain.9 md_get_uint8.9 \

Completed in 200 milliseconds