Searched refs:tix (Results 1 – 2 of 2) sorted by relevance
350 unsigned tix, lineno; in tokenise() local360 tix = 0; in tokenise()407 tokens[tix].line = lineno; in tokenise()420 tokens[tix].size = q - p; in tokenise()423 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()424 if (!tokens[tix].content) { in tokenise()428 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()429 tokens[tix].content[tokens[tix].size] = 0; in tokenise()434 if (islower(tokens[tix].content[0])) { in tokenise()435 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()[all …]
249 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID)) argument250 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID) argument252 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN) argument