Lines Matching refs:s2t_map
829 } s2t_map[] = {
852 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
853 if (s2t_map[i].stringlen == len &&
854 0 == memcmp(s2t_map[i].string, p, len))
855 return s2t_map[i].type;
865 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
866 if (s2t_map[i].type != who)
868 p = xdr_reserve_space(xdr, s2t_map[i].stringlen + 4);
871 p = xdr_encode_opaque(p, s2t_map[i].string,
872 s2t_map[i].stringlen);