Home
last modified time | relevance | path

Searched refs:found_device (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/p5-Device-USB/Device-USB-0.35/t/
H A D04-find_device.t20 my $found_device = TestTools::find_an_installed_device( 0, @{$busses} );
24 skip "No USB devices installed", 4 unless defined $found_device;
26 my $vendor = $found_device->idVendor();
27 my $product = $found_device->idProduct();
32 is_deeply( $dev, $found_device, "first device matches" );
37 $found_device = undef;
46 $found_device = $dev;
51 skip "No accessible device found", 2 unless defined $found_device;
52 $vendor = $found_device->idVendor();
53 $product = $found_device->idProduct();
[all …]
H A D05-find_device_if.t30 my $found_device = TestTools::find_an_installed_device( 0, @{$busses} );
34 skip "No USB devices installed", 5 unless defined $found_device;
36 my $vendor = $found_device->idVendor();
37 my $product = $found_device->idProduct();
44 is_deeply( $dev, $found_device, "first device matches" );
49 $found_device = undef;
58 $found_device = $dev;
63 skip "No accessible device found", 3 unless defined $found_device;
64 $vendor = $found_device->idVendor();
65 $product = $found_device->idProduct();
[all …]
H A D13-bus_find_device_if.t28 my ($found_bus, $found_device) =
31 skip "No USB devices installed", 4 unless defined $found_device;
33 my $vendor = $found_device->idVendor();
34 my $product = $found_device->idProduct();
41 is_deeply( $dev, $found_device, "first device matches" );
46 ($found_bus, $found_device) =
49 skip "No accessible device found", 2 unless defined $found_device;
50 $vendor = $found_device->idVendor();
51 $product = $found_device->idProduct();
58 is_deeply( $dev, $found_device, "second device matches" );
H A D06-list_devices.t18 my $found_device = TestTools::find_an_installed_device( 0, @{$busses} );
22 skip "No installed USB devices", 5 unless defined $found_device;
24 my $vendor = $found_device->idVendor();
25 my $product = $found_device->idProduct();
H A D14-bus_list_devices_if.t28 my ($found_bus, $found_device) =
31 skip "No installed USB devices", 5 unless defined $found_device;
33 my $vendor = $found_device->idVendor();
34 my $product = $found_device->idProduct();
H A D07-list_devices_if.t24 my $found_device = TestTools::find_an_installed_device( 0, @{$busses} );
28 skip "No installed USB devices", 6 unless defined $found_device;
30 my $vendor = $found_device->idVendor();
31 my $product = $found_device->idProduct();
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c329 struct pqi_scsi_dev *found_device; in pqi_sas_get_enclosure_identifier() local
338 found_device = pqi_find_device_by_sas_rphy(ctrl_info, rphy); in pqi_sas_get_enclosure_identifier()
340 if (!found_device) { in pqi_sas_get_enclosure_identifier()
345 if (found_device->devtype == TYPE_ENCLOSURE) { in pqi_sas_get_enclosure_identifier()
346 *identifier = get_unaligned_be64(&found_device->wwid); in pqi_sas_get_enclosure_identifier()
351 if (found_device->box_index == 0xff || in pqi_sas_get_enclosure_identifier()
352 found_device->phys_box_on_bus == 0 || in pqi_sas_get_enclosure_identifier()
353 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
361 device->box_index == found_device->box_index && in pqi_sas_get_enclosure_identifier()
363 found_device->phys_box_on_bus && in pqi_sas_get_enclosure_identifier()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c329 struct pqi_scsi_dev *found_device; in pqi_sas_get_enclosure_identifier() local
338 found_device = pqi_find_device_by_sas_rphy(ctrl_info, rphy); in pqi_sas_get_enclosure_identifier()
340 if (!found_device) { in pqi_sas_get_enclosure_identifier()
345 if (found_device->devtype == TYPE_ENCLOSURE) { in pqi_sas_get_enclosure_identifier()
346 *identifier = get_unaligned_be64(&found_device->wwid); in pqi_sas_get_enclosure_identifier()
351 if (found_device->box_index == 0xff || in pqi_sas_get_enclosure_identifier()
352 found_device->phys_box_on_bus == 0 || in pqi_sas_get_enclosure_identifier()
353 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
361 device->box_index == found_device->box_index && in pqi_sas_get_enclosure_identifier()
363 found_device->phys_box_on_bus && in pqi_sas_get_enclosure_identifier()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c329 struct pqi_scsi_dev *found_device; in pqi_sas_get_enclosure_identifier() local
338 found_device = pqi_find_device_by_sas_rphy(ctrl_info, rphy); in pqi_sas_get_enclosure_identifier()
340 if (!found_device) { in pqi_sas_get_enclosure_identifier()
345 if (found_device->devtype == TYPE_ENCLOSURE) { in pqi_sas_get_enclosure_identifier()
346 *identifier = get_unaligned_be64(&found_device->wwid); in pqi_sas_get_enclosure_identifier()
351 if (found_device->box_index == 0xff || in pqi_sas_get_enclosure_identifier()
352 found_device->phys_box_on_bus == 0 || in pqi_sas_get_enclosure_identifier()
353 found_device->bay == 0xff) { in pqi_sas_get_enclosure_identifier()
361 device->box_index == found_device->box_index && in pqi_sas_get_enclosure_identifier()
363 found_device->phys_box_on_bus && in pqi_sas_get_enclosure_identifier()
[all …]
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnetslot_solaris.c24 static int found_device = 0; variable
121 found_device = strtol(dev,NULL,16); in parse_binding_name()
208 found_device = ints[0]; in check_node()
245 *device = found_device; in find_interface_ids()
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/libjaylink/libjaylink/
H A Ddiscovery_usb.c145 bool found_device; in probe_device() local
158 found_device = false; in probe_device()
163 found_device = true; in probe_device()
168 if (!found_device) in probe_device()
/dports/astro/phd2/phd2-2.6.10/
H A Dscope_GC_USBST4.cpp145 bool found_device = false; in Connect() local
153 found_device = true; in Connect()
159 if (!found_device) { in Connect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/storage_monitor/
H A Dmedia_storage_util.cc126 bool found_device = monitor->GetStorageInfoForPath(path, &info); in GetDeviceInfoFromPath() local
128 if (found_device && StorageInfo::IsRemovableDevice(info.device_id())) { in GetDeviceInfoFromPath()
146 if (!found_device) in GetDeviceInfoFromPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/storage_monitor/
H A Dmedia_storage_util.cc126 bool found_device = monitor->GetStorageInfoForPath(path, &info); in GetDeviceInfoFromPath() local
128 if (found_device && StorageInfo::IsRemovableDevice(info.device_id())) { in GetDeviceInfoFromPath()
146 if (!found_device) in GetDeviceInfoFromPath()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xwayland/xorg-server-1.20.13/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xephyr/xorg-server-1.20.13/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xarcan/xarcan-0.6.0/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/os/
H A Dinputthread.c255 Bool found_device = FALSE; in InputThreadUnregisterDev() local
268 found_device = TRUE; in InputThreadUnregisterDev()
273 if (!found_device) { in InputThreadUnregisterDev()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/
H A Dvie_input_manager.cc167 bool found_device = false; in CreateCaptureDevice() local
189 found_device = true; in CreateCaptureDevice()
193 if (!found_device) { in CreateCaptureDevice()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_midi_dialog.c621 gboolean found_device; in ags_midi_dialog_reset() local
659 found_device = FALSE; in ags_midi_dialog_reset()
675 found_device = TRUE; in ags_midi_dialog_reset()
687 if(found_device){ in ags_midi_dialog_reset()

12