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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dscsi_sysfs.c31 } sdev_states[] = { variable in typeref:struct:__anon18855
47 for (i = 0; i < ARRAY_SIZE(sdev_states); i++) {
48 if (sdev_states[i].value == state) {
49 name = sdev_states[i].name;
526 for (i = 0; i < ARRAY_SIZE(sdev_states); i++) {
527 const int len = strlen(sdev_states[i].name);
528 if (strncmp(sdev_states[i].name, buf, len) == 0 &&
530 state = sdev_states[i].value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_sysfs.c31 } sdev_states[] = { variable in typeref:struct:__anon30548
47 for (i = 0; i < ARRAY_SIZE(sdev_states); i++) {
48 if (sdev_states[i].value == state) {
49 name = sdev_states[i].name;
526 for (i = 0; i < ARRAY_SIZE(sdev_states); i++) {
527 const int len = strlen(sdev_states[i].name);
528 if (strncmp(sdev_states[i].name, buf, len) == 0 &&
530 state = sdev_states[i].value;

Completed in 169 milliseconds