Lines Matching refs:s2t_map
836 } s2t_map[] = {
859 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
860 if (s2t_map[i].stringlen == len &&
861 0 == memcmp(s2t_map[i].string, p, len))
862 return s2t_map[i].type;
872 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
873 if (s2t_map[i].type != who)
875 p = xdr_reserve_space(xdr, s2t_map[i].stringlen + 4);
878 p = xdr_encode_opaque(p, s2t_map[i].string,
879 s2t_map[i].stringlen);