Searched refs:tix (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dasn1_compiler.c350 unsigned tix, lineno; local
360 tix = 0;
407 tokens[tix].line = lineno;
420 tokens[tix].size = q - p;
423 tokens[tix].content = malloc(tokens[tix].size + 1);
424 if (!tokens[tix].content) {
428 memcpy(tokens[tix].content, start, tokens[tix].size);
429 tokens[tix]
[all...]
/linux-master/drivers/scsi/
H A Dadvansys.c240 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID))
241 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID)
243 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN)

Completed in 119 milliseconds