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

/freebsd-10.1-release/sys/modules/libmchain/
H A DMakefile31 md_get_uint16 \
/freebsd-10.1-release/sys/sys/
H A Dmchain.h88 int md_get_uint16(struct mdchain *mdp, u_int16_t *x);
/freebsd-10.1-release/sys/kern/
H A Dsubr_mchain.c379 md_get_uint16(struct mdchain *mdp, uint16_t *x) function
388 int error = md_get_uint16(mdp, &v);
399 int error = md_get_uint16(mdp, &v);
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_smb.c234 md_get_uint16(mdp, &tw); /* time */
235 md_get_uint16(mdp, &tw1); /* date */
240 md_get_uint16(mdp, NULL); /* mbz */
H A Dsmb_trantcp.c270 md_get_uint16(mdp, &port);
H A Dsmb_rq.c509 md_get_uint16(mdp, NULL);
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_smb.c705 md_get_uint16(mdp, &fid);
785 md_get_uint16(mdp, &fid);
1168 if ((error = md_get_uint16(mdp, &ctx->f_Sid)) != 0)
/freebsd-10.1-release/share/man/man9/
H A DMakefile945 mdchain.9 md_get_uint16.9 \

Completed in 176 milliseconds