xdr_string_decode 84 lib/libsa/bootparam.c int xdr_string_decode(char **p, char *str, int *len_p); xdr_string_decode 198 lib/libsa/bootparam.c if (xdr_string_decode(&recv_head, hostname, &hostnamelen)) { xdr_string_decode 205 lib/libsa/bootparam.c if (xdr_string_decode(&recv_head, domainname, &domainnamelen)) { xdr_string_decode 291 lib/libsa/bootparam.c if (xdr_string_decode(&recv_head, serv_name, &sn_len)) { xdr_string_decode 304 lib/libsa/bootparam.c if (xdr_string_decode(&recv_head, pathname, &path_len)) { xdr_string_decode 14 nfs/krpc.h struct mbuf *xdr_string_decode(struct mbuf *m, char *str, int *len_p); xdr_string_decode 401 nfs/nfs_boot.c m = xdr_string_decode(m, hostname, &hostnamelen); xdr_string_decode 407 nfs/nfs_boot.c m = xdr_string_decode(m, domainname, &domainnamelen); xdr_string_decode 479 nfs/nfs_boot.c m = xdr_string_decode(m, serv_name, &sn_len); xdr_string_decode 490 nfs/nfs_boot.c m = xdr_string_decode(m, pathname, &path_len);