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

/linux-master/drivers/scsi/
H A Dscsi_debug.c1106 struct sdebug_target_info *targetip = local
1109 if (targetip)
1110 seq_printf(m, "%c\n", targetip->reset_fail ? 'Y' : 'N');
1126 struct sdebug_target_info *targetip = local
1129 if (targetip) {
1130 ret = kstrtobool_from_user(ubuf, count, &targetip->reset_fail);
1145 struct sdebug_target_info *targetip; local
1147 targetip = kzalloc(sizeof(struct sdebug_target_info), GFP_KERNEL);
1148 if (!targetip)
1151 targetip
1164 struct sdebug_target_info *targetip = data; local
1172 struct sdebug_target_info *targetip; local
5867 struct sdebug_target_info *targetip = local
[all...]

Completed in 138 milliseconds