Searched refs:xdr_string_decode (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/lib/libsa/ |
| D | bootparam.c | 85 int xdr_string_decode(char **p, char *str, int *len_p); 198 if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) { in bp_whoami() 204 if (xdr_string_decode(&recv_head, NULL, NULL)) { in bp_whoami() 294 if (xdr_string_decode(&recv_head, serv_name, &sn_len)) { in bp_getfile() 307 if (xdr_string_decode(&recv_head, pathname, &path_len)) { in bp_getfile() 347 xdr_string_decode(char **pkt, char *str, int *len_p) in xdr_string_decode() function
|
| /mirbsd/src/sys/nfs/ |
| D | nfs_boot.c | 403 m = xdr_string_decode(m, hostname, &hostnamelen); 409 m = xdr_string_decode(m, ldomainname, &ldomainnamelen); 481 m = xdr_string_decode(m, serv_name, &sn_len); 492 m = xdr_string_decode(m, pathname, &path_len);
|
| D | krpc.h | 14 struct mbuf *xdr_string_decode(struct mbuf *m, char *str, int *len_p);
|
| D | krpc_subr.c | 499 xdr_string_decode(m, str, len_p) in xdr_string_decode() function
|