Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c99 #define X(NAME, name) [L9P_T##NAME - L9P__FIRST] = "T" name, \
100 [L9P_R##NAME - L9P__FIRST] = "R" name
933 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()
H A Dfcall.h49 L9P__FIRST = 6, /* NB: must be <= all legal values */ enumerator