Home
last modified time | relevance | path

Searched defs:FSInfo (Results 1 – 22 of 22) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/go-nfs-client/nfs/
H A Dnfs.go207 type FSInfo struct { struct
209 RTMax uint32
210 RTPref uint32
211 RTMult uint32
212 WTMax uint32
213 WTPref uint32
214 WTMult uint32
215 DTPref uint32
216 Size uint64
217 TimeDelta NFS3Time
[all …]
H A Dtarget.go77 func (v *Target) FSInfo() (*FSInfo, error) { func
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java25 public class FSInfo { class
38 protected FSInfo() { in FSInfo() method in FSInfo
41 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java25 public class FSInfo { class
38 protected FSInfo() { in FSInfo() method in FSInfo
41 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java52 public class FSInfo { class
65 protected FSInfo() { in FSInfo() method in FSInfo
68 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java58 public class FSInfo { class
71 protected FSInfo() { in FSInfo() method in FSInfo
74 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java57 public class FSInfo { class
70 protected FSInfo() { in FSInfo() method in FSInfo
73 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java58 public class FSInfo { class
71 protected FSInfo() { in FSInfo() method in FSInfo
74 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java57 public class FSInfo { class
70 protected FSInfo() { in FSInfo() method in FSInfo
73 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java57 public class FSInfo { class
70 protected FSInfo() { in FSInfo() method in FSInfo
73 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java57 public class FSInfo { class
70 protected FSInfo() { in FSInfo() method in FSInfo
73 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java57 public class FSInfo { class
70 protected FSInfo() { in FSInfo() method in FSInfo
73 protected FSInfo(Context context) { in FSInfo() method in FSInfo
/dports/devel/py-fs/fs-0.5.4/fs/commands/
H A Dfsinfo.py6 class FSInfo(Command): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc70 struct FSInfo { struct in TestMediaFileSystemContext
71 FSInfo() {} in FSInfo() function
77 std::string device_id;
78 base::FilePath path;
79 std::string fs_name;
107 TestMediaFileSystemContext::FSInfo::FSInfo(const std::string& device_id, in FSInfo() function in TestMediaFileSystemContext::FSInfo
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/
H A Dudiskslinuxfsinfo.h39 } FSInfo; typedef
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/DuetPkg/BootSector/
H A Dbs32.S66 FSInfo: .word 0 # Sector Number of FSINFO - 2 bytes label
H A Dbs32.asm64 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes define
H A Dstart32.S63 FSInfo: .word 0 # Sector Number of FSINFO - 2 bytes label
H A Dst32_64.S63 FSInfo: .word 0 # Sector Number of FSINFO - 2 bytes label
H A Dstart32.asm59 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes define
H A Dst32_64.asm59 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes define
/dports/sysutils/syslinux/syslinux-6.03/libinstaller/
H A Dsyslxint.h254 uint16_t FSInfo; member