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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcontent_encoding.c93 int allow_restart = 1; local
117 allow_restart = 0;
145 else if(allow_restart && status == Z_DATA_ERROR) {
156 allow_restart = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dscsiglue.c236 sdev->allow_restart = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_device.h141 unsigned allow_restart:1; /* issue START_UNIT in error handler */ member in struct:scsi_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_error.c306 if (scmd->device->allow_restart &&
1000 if (scmd->device->allow_restart) {
H A Dsd.c210 sdp->allow_restart = simple_strtoul(buf, NULL, 10);
249 return snprintf(buf, 40, "%d\n", sdkp->device->allow_restart);
283 __ATTR(allow_restart, S_IRUGO|S_IWUSR, sd_show_allow_restart,
H A Dpmcraid.c243 scsi_dev->allow_restart = 1;
245 scsi_dev->allow_restart = 1;
H A Dipr.c6830 res->sdev->allow_restart = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_scsi_host.c805 scsi_dev->allow_restart = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dsbp2.c1527 sdev->allow_restart = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1576 * ibmvscsi_slave_configure: Set the "allow_restart" flag for each disk.
1579 * Enable allow_restart for a device if it is a disk. Adjust the
1590 sdev->allow_restart = 1;
H A Dibmvfc.c2782 * Enable allow_restart for a device if it is a disk. Adjust the
2796 sdev->allow_restart = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dsbp2.c1947 sdev->allow_restart = 1;

Completed in 291 milliseconds