Searched refs:slenp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/netgraph/ |
| HD | ng_parse.h | 527 int *lenp, int *slenp);
|
| HD | ng_parse.c | 1729 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() argument 1748 if (slenp != NULL) in ng_get_string_token() 1749 *slenp = slen; in ng_get_string_token()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sshd-session.c | 1417 struct sshkey *pubkey, u_char **signature, size_t *slenp, in sshd_hostkey_sign() argument 1421 if (mm_sshkey_sign(ssh, privkey, signature, slenp, in sshd_hostkey_sign() 1426 if (mm_sshkey_sign(ssh, pubkey, signature, slenp, in sshd_hostkey_sign()
|
| /freebsd-14-stable/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 4605 nfsrv_refstrbigenough(int siz, u_char **cpp, u_char **cpp2, int *slenp) in nfsrv_refstrbigenough() argument 4610 if (siz <= *slenp) in nfsrv_refstrbigenough() 4613 NFSBCOPY(*cpp, cp, *slenp); in nfsrv_refstrbigenough() 4618 *slenp = siz + 1024; in nfsrv_refstrbigenough()
|