Searched refs:ARG_SEP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sim710.c | 45 #define ARG_SEP ' ' macro 47 #define ARG_SEP ',' macro 70 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
|
H A D | ncr53c8xx.c | 575 #define ARG_SEP ' ' macro 577 #define ARG_SEP ',' macro 611 #define ARG_SEP ' ' macro 613 #define ARG_SEP ',' macro 679 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup() 767 if ((cur = strchr(cur, ARG_SEP)) != NULL) in sym53c8xx__setup()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sim710.c | 45 #define ARG_SEP ' ' macro 47 #define ARG_SEP ',' macro 70 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
|
H A D | ncr53c8xx.c | 579 #define ARG_SEP ' ' macro 581 #define ARG_SEP ',' macro 615 #define ARG_SEP ' ' macro 617 #define ARG_SEP ',' macro 683 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup() 771 if ((cur = strchr(cur, ARG_SEP)) != NULL) in sym53c8xx__setup()
|
Completed in 19 milliseconds