Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dasn1_compiler.c350 unsigned tix, lineno; in tokenise() local
360 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] in tokenise()
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dasn1_compiler.c350 unsigned tix, lineno; in tokenise() local
360 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] in tokenise()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c249 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID))
250 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID)
252 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN)
/kernel/linux/linux-6.6/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 34 milliseconds