Home
last modified time | relevance | path

Searched refs:L9P__FIRST (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/lib9p/
HDutils.c93 #define X(NAME, name) [L9P_T##NAME - L9P__FIRST] = "T" name, \
94 [L9P_R##NAME - L9P__FIRST] = "R" name
842 if (type < L9P__FIRST || type >= L9P__LAST_PLUS_1 || in l9p_describe_fcall()
843 ftype_names[type - L9P__FIRST] == NULL) { in l9p_describe_fcall()
856 sbuf_printf(sb, "%s tag=%d", ftype_names[type - L9P__FIRST], in l9p_describe_fcall()
HDfcall.h49 L9P__FIRST = 6, /* NB: must be <= all legal values */ enumerator