Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_xdr_func.h46 #define AM_FHSIZE3 64 /* size in bytes of a file handle (v3) */ macro
70 char am_fh3_data[AM_FHSIZE3];
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c87 char fhh_path[AM_FHSIZE3-sizeof(u_int)]; /* path to am_node */
901 fhp->am_fh3_length = AM_FHSIZE3; in mp_to_fh3()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c914 AM_FHSIZE3)) in xdr_am_fhandle3()
1020 if (objp->am_fh3_length > AM_FHSIZE3) in xdr_am_nfs_fh3()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog3735 * libamu/xdr_func.c (xdr_am_nfs_fh3): Use AM_FHSIZE3 instead of
3764 * include/am_xdr_func.h: ... here. Also define AM_FHSIZE3,