Home
last modified time | relevance | path

Searched refs:ARG_SEP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dsim710.c58 #define ARG_SEP ' ' macro
60 #define ARG_SEP ',' macro
83 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
DNCR_D700.c121 #define ARG_SEP ' ' macro
123 #define ARG_SEP ',' macro
153 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
Dncr53c8xx.c587 #define ARG_SEP ' ' macro
589 #define ARG_SEP ',' macro
623 #define ARG_SEP ' ' macro
625 #define ARG_SEP ',' macro
691 while (*pe && *pe != ARG_SEP && in sym53c8xx__setup()
779 if ((cur = strchr(cur, ARG_SEP)) != NULL) in sym53c8xx__setup()