Home
last modified time | relevance | path

Searched refs:md_get_int64le (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/modules/libmchain/
H A DMakefile37 md_get_int64le \
/freebsd/sys/sys/
H A Dmchain.h96 int md_get_int64le(struct mdchain *mdp, int64_t *x);
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c164 md_get_int64le(mdp, &units); in smbfs_query_info_fs()
165 md_get_int64le(mdp, &funits); in smbfs_query_info_fs()
1285 md_get_int64le(mbp, &lint); in smbfs_findnextLM2()
1287 md_get_int64le(mbp, &lint); in smbfs_findnextLM2()
1289 md_get_int64le(mbp, &lint); in smbfs_findnextLM2()
1291 md_get_int64le(mbp, &lint); /* file size */ in smbfs_findnextLM2()
/freebsd/sys/kern/
H A Dsubr_mchain.c455 md_get_int64le(struct mdchain *mdp, int64_t *x) in md_get_int64le() function