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

/drivers/lguest/
H A Dlguest_device.c473 * scan_devices() simply iterates through the device page. The type 0 is
476 static void scan_devices(void) function
505 * Finally we call scan_devices() which adds all the devices found in the
520 scan_devices();
/drivers/s390/kvm/
H A Dkvm_virtio.c329 * scan_devices() simply iterates through the device page.
332 static void scan_devices(void) function
475 scan_devices();
/drivers/scsi/
H A Dtmscsim.c177 * 2.1d 04/05/27 GL Moved setting of scan_devices to *
1293 if (pDCB && pACB->scan_devices && pDCB->GoingSRBCnt == 1) {
1495 if( !pACB->scan_devices )
1596 if( !( pACB->scan_devices ) )
1755 pACB->scan_devices)
2138 pACB->scan_devices = 1;
2155 pACB->scan_devices = 0;
2189 acb->scan_devices = 0;
H A Ddc395x.c324 u8 scan_devices; member in struct:AdapterCtlBlk
3010 if (acb->scan_devices) {
3083 || acb->scan_devices) {
3143 if (!acb->scan_devices) {
3341 dcb->target_lun, status, acb->scan_devices);
3347 dcb->target_lun, status, acb->scan_devices);
3353 dcb->target_lun, status, acb->scan_devices);
3359 dcb->target_lun, status, acb->scan_devices);
3365 dcb->target_lun, status, acb->scan_devices);
4387 acb->scan_devices
[all...]
H A Dtmscsim.h121 u8 scan_devices; member in struct:dc390_acb

Completed in 128 milliseconds