Searched refs:drive2 (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/block/paride/ |
D | pg.c | 146 static int drive2[6] = { 0, 0, 0, -1, -1, -1 }; variable 149 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 175 module_param_array(drive2, int, NULL, 0);
|
D | pd.c | 137 static int drive2[8] = { 0, 0, 0, -1, 0, 1, -1, -1 }; variable 140 static int (*drives[4])[8] = {&drive0, &drive1, &drive2, &drive3}; 170 module_param_array(drive2, int, NULL, 0);
|
D | pcd.c | 122 static int drive2[6] = { 0, 0, 0, -1, -1, -1 }; variable 125 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 153 module_param_array(drive2, int, NULL, 0);
|
D | pf.c | 136 static int drive2[7] = { 0, 0, 0, -1, -1, -1, -1 }; variable 139 static int (*drives[4])[7] = {&drive0, &drive1, &drive2, &drive3}; 168 module_param_array(drive2, int, NULL, 0);
|
D | pt.c | 125 static int drive2[6] = { 0, 0, 0, -1, -1, -1 }; variable 128 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 158 module_param_array(drive2, int, NULL, 0);
|