Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c233 static void nfsrv_refstrbigenough(int, u_char **, u_char **, int *);
4516 nfsrv_refstrbigenough(siz + len + 3, &cp2, &cp3, &slen); in nfsrv_getrefstr()
4557 nfsrv_refstrbigenough(siz + len + 1, &cp2, &cp3, &slen); in nfsrv_getrefstr()
4567 nfsrv_refstrbigenough(siz + lsp->len + stringlen + 3, in nfsrv_getrefstr()
4599 nfsrv_refstrbigenough(int siz, u_char **cpp, u_char **cpp2, int *slenp) in nfsrv_refstrbigenough() function