Home
last modified time | relevance | path

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

/trueos/sys/netgraph/
HDng_parse.h529 int *lenp, int *slenp);
HDng_parse.c1727 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() argument
1746 if (slenp != NULL) in ng_get_string_token()
1747 *slenp = slen; in ng_get_string_token()
/trueos/sys/fs/nfs/
HDnfs_commonsubs.c3488 nfsrv_refstrbigenough(int siz, u_char **cpp, u_char **cpp2, int *slenp) in nfsrv_refstrbigenough() argument
3493 if (siz <= *slenp) in nfsrv_refstrbigenough()
3496 NFSBCOPY(*cpp, cp, *slenp); in nfsrv_refstrbigenough()
3501 *slenp = siz + 1024; in nfsrv_refstrbigenough()