Home
last modified time | relevance | path

Searched defs:DriveInfo (Results 1 – 25 of 49) sorted by relevance

12

/dports/emulators/qemu5/qemu-5.2.0/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
39 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu42/qemu-4.2.1/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu/qemu-6.2.0/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu60/qemu-6.0.0/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu-utils/qemu-4.2.1/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/sysemu/
H A Dblockdev.h30 struct DriveInfo { struct
38 QTAILQ_ENTRY(DriveInfo) next; argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.DriveInfo/src/System/IO/
H A DDriveInfo.cs10 public sealed partial class DriveInfo : ISerializable class
14 public DriveInfo(string driveName) in DriveInfo() method in System.IO.DriveInfo
24 private DriveInfo(SerializationInfo info, StreamingContext context) in DriveInfo() method in System.IO.DriveInfo
H A DDriveInfo.Windows.cs12 public sealed partial class DriveInfo class
H A DDriveInfo.Unix.cs10 public sealed partial class DriveInfo class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Ddriveinfo.cs47 public sealed class DriveInfo : ISerializable class
56 public DriveInfo(String driveName) in DriveInfo() method in System.IO.DriveInfo
91 private DriveInfo(SerializationInfo info, StreamingContext context) in DriveInfo() method in System.IO.DriveInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.IO/
H A DDriveInfo.cs34 public sealed class DriveInfo : ISerializable { class
38 DriveInfo (string path, string fstype) in DriveInfo() method in System.IO.DriveInfo
44 public DriveInfo (string driveName) in DriveInfo() method in System.IO.DriveInfo
/dports/net/rclone/rclone-1.57.0/backend/jottacloud/api/
H A Dtypes.go223 type DriveInfo struct { struct
224 Username string `xml:"username"`
225 AccountType string `xml:"account-type"`
226 Locked bool `xml:"locked"`
227 Capacity int64 `xml:"capacity"`
228 MaxDevices int `xml:"max-devices"`
230 Usage int64 `xml:"usage"`
231 ReadLocked bool `xml:"read-locked"`
232 WriteLocked bool `xml:"write-locked"`
234 EnableSync bool `xml:"enable-sync"`
[all …]
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/simulator/
H A Dqsysteminfodata_simulator_p.h152 struct DriveInfo struct
154 qint64 totalSpace;
155 qint64 availableSpace;
156 QString uri;
157 QStorageInfo_Custom::DriveType type;
/dports/sysutils/cdrdao/cdrdao-1.2.4/dao/
H A DCdrDriver.h82 struct DriveInfo { struct
83 int maxReadSpeed;
84 int currentReadSpeed;
85 int maxWriteSpeed;
86 int currentWriteSpeed;
88 unsigned int accurateAudioStream : 1;
89 unsigned int burnProof : 1;
90 unsigned int ricohJustLink : 1;
91 unsigned int ricohJustSpeed : 1;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.DriveInfo/ref/
H A DSystem.IO.FileSystem.DriveInfo.cs11 public sealed partial class DriveInfo : System.Runtime.Serialization.ISerializable class
13 public DriveInfo(string driveName) { } in DriveInfo() method in System.IO.DriveInfo
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c123 DRIVE_INFO *DriveInfo in GetDriveInfo()
242 DRIVE_INFO DriveInfo; in ListDrive() local
583 DRIVE_INFO DriveInfo; in GetPathInfo() local
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dtypedefs.h39 typedef struct DriveInfo DriveInfo; typedef
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dtypedefs.h39 typedef struct DriveInfo DriveInfo; typedef
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddrives.h44 static struct DriveInfo { struct
45 std::vector<DOS_Drive*> disks;
46 Bit32u currentDisk;
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Ddrives.h48 static struct DriveInfo { struct
49 std::vector<DOS_Drive*> disks = {};
50 int currentDisk = 0;
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddrives.h45 static struct DriveInfo { struct
46 std::vector<DOS_Drive*> disks;
47 Bit32u currentDisk;
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dtypedefs.h44 typedef struct DriveInfo DriveInfo; typedef

12