Home
last modified time | relevance | path

Searched refs:deviceNodes (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dscsi-freebsd.c90 g_ptr_array_add(Closure->deviceNodes, g_strdup(buf)); in DefaultDevice()
99 if(Closure->deviceNodes->len) in DefaultDevice()
100 return g_strdup(g_ptr_array_index(Closure->deviceNodes, 0)); in DefaultDevice()
H A Dscsi-netbsd.c92 g_ptr_array_add(Closure->deviceNodes, g_strdup(buf)); in my_facet()
100 if(Closure->deviceNodes->len) in my_facet()
101 return g_strdup(g_ptr_array_index(Closure->deviceNodes, 0)); in my_facet()
H A Dscsi-linux.c78 g_ptr_array_add(Closure->deviceNodes, g_strdup(buf)); in DefaultDevice()
88 if(Closure->deviceNodes->len) in DefaultDevice()
89 return g_strdup(g_ptr_array_index(Closure->deviceNodes, 0)); in DefaultDevice()
H A Dmenubar.c220 if(!Closure->deviceNodes->len)
302 if(!Closure->deviceNodes->len) /* No drives available */
310 dnode = g_ptr_array_index(Closure->deviceNodes, n);
483 if(!strcmp(Closure->device, g_ptr_array_index(Closure->deviceNodes,i)))
487 if(!Closure->deviceNodes->len)
H A Dmedium-info.c237 if(!Closure->deviceNodes->len) /* No drives available */ in drive_select_cb()
245 dnode = g_ptr_array_index(Closure->deviceNodes, n); in drive_select_cb()
339 if(!strcmp(Closure->device, g_ptr_array_index(Closure->deviceNodes,i))) in CreateMediumInfoWindow()
343 if(!Closure->deviceNodes->len) in CreateMediumInfoWindow()
H A Dscsi-simulated.c36 g_ptr_array_add(Closure->deviceNodes, g_strdup("sim-cd")); in InitSimulatedCD()
H A Dclosure.c466 Closure->deviceNodes = g_ptr_array_new();
584 cond_free_ptr_array(Closure->deviceNodes);
H A Dmain-window.c335 if(!Closure->deviceNodes->len) in create_action_bar()
H A Ddvdisaster.h137 GPtrArray *deviceNodes; /* List of device nodes (C: or /dev/foo) */ member
H A Dmisc.c766 if(Closure->deviceNodes->len) in allow_actions_idle_func()
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Dvolumemanagerdevice.cpp40 return deviceNodes().join(QStringLiteral(", ")); in prettyDeviceNodeList()
H A Dvolumemanagerdevice.h41 virtual const QStringList deviceNodes() const = 0;
H A Dlvmdevice.h46 const QStringList deviceNodes() const override;
H A Dlvmdevice.cpp241 const QStringList LvmDevice::deviceNodes() const in deviceNodes() function in LvmDevice
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/jobs/
H A Dmovephysicalvolumejob.cpp32 QStringList destinations = device().deviceNodes(); in run()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroiddevicedialog.cpp389 QList<AndroidDeviceModelNode *> deviceNodes = topLevelNode->children(); in indexFor() local
390 for (int i = 0; i < deviceNodes.size(); ++i) { in indexFor()
391 const AndroidDeviceInfo &info = deviceNodes.at(i)->deviceInfo(); in indexFor()
396 return createIndex(i, 0, deviceNodes.at(i)); in indexFor()
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/plugins/sfdisk/
H A Dsfdiskbackend.cpp72 QStringList deviceNodes; in scanDevices() local
103 deviceNodes << deviceNode; in scanDevices()
106 int totalDevices = deviceNodes.length(); in scanDevices()
108 const QString deviceNode = deviceNodes[i]; in scanDevices()
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/raid/
H A Dsoftwareraid.h32 const QStringList deviceNodes() const override;
H A Dsoftwareraid.cpp58 const QStringList SoftwareRAID::deviceNodes() const in deviceNodes() function in SoftwareRAID
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_Ioman.cpp1076 …auto deviceNodes = deviceStateNode->SelectNodes(STATE_USERDEVICES_DEVICESNODE "/" STATE_USERDEVICE… in LoadUserDevicesState() local
1077 for(auto deviceNode : deviceNodes) in LoadUserDevicesState()