Searched refs:L9P__FIRST (Results 1 – 2 of 2) sorted by relevance
99 #define X(NAME, name) [L9P_T##NAME - L9P__FIRST] = "T" name, \100 [L9P_R##NAME - L9P__FIRST] = "R" name933 if (type < L9P__FIRST || type >= L9P__LAST_PLUS_1 || in l9p_describe_fcall()934 ftype_names[type - L9P__FIRST] == NULL) { in l9p_describe_fcall()947 sbuf_printf(sb, "%s tag=%d", ftype_names[type - L9P__FIRST], in l9p_describe_fcall()
49 L9P__FIRST = 6, /* NB: must be <= all legal values */ enumerator