Searched refs:tix (Results 1 – 2 of 2) sorted by relevance
353 unsigned tix, lineno; in tokenise() local363 tix = 0; in tokenise()410 tokens[tix].line = lineno; in tokenise()411 tokens[tix].value = p; in tokenise()423 tokens[tix].size = q - p; in tokenise()429 if (islower(tokens[tix].value[0])) { in tokenise()430 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()437 dir = bsearch(&tokens[tix], directives, in tokenise()442 tokens[tix++].token_type = dir - directives; in tokenise()446 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()[all …]
297 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID)) argument298 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID) argument300 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN) argument