Home
last modified time | relevance | path

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

/mirbsd/src/sys/lib/libsa/
Dbootparam.c85 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/
Dnfs_boot.c403 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);
Dkrpc.h14 struct mbuf *xdr_string_decode(struct mbuf *m, char *str, int *len_p);
Dkrpc_subr.c499 xdr_string_decode(m, str, len_p) in xdr_string_decode() function