Home
last modified time | relevance | path

Searched refs:MAXTAG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c63 #define MAXTAG 0xffff macro
856 char tagid_used[MAXTAG + 1]; in it_tpgt_create()
890 if ((tpgt_tag > ISCSIT_DEFAULT_TPGT) && (tpgt_tag < MAXTAG) && in it_tpgt_create()
894 } else if (tagid == MAXTAG) { in it_tpgt_create()
899 for (; tagid < MAXTAG; tagid++) { in it_tpgt_create()
904 if (tagid >= MAXTAG) { in it_tpgt_create()
/illumos-gate/usr/src/cmd/praudit/
H A Dtoktable.h162 MAXTAG enumerator
H A Dtoktable.c42 token_desc_t tokentable[MAXTAG + 1];
H A Dformat.c453 if ((tagnum > 0) && (tagnum <= MAXTAG) && in process_tag()