| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Thunk.h | 65 } Virtual; member 69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() 73 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual); 86 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual); 132 } Virtual; member 136 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() 139 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual); 150 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | aspeed,usb-vhub.yaml | 8 title: ASPEED USB 2.0 Virtual Hub Controller 14 The ASPEED USB 2.0 Virtual Hub Controller implements 1 set of USB Hub 16 the Virtual Hub's downstream USB devices. 19 revisions. AST2400 and AST2500 Virtual Hub supports 5 downstream devices 20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream 40 description: Number of downstream ports supported by the Virtual Hub 47 description: Number of generic endpoints supported by the Virtual Hub 135 product = "USB Virtual Hub";
|
| /freebsd-14.2/sys/dev/cxgbe/firmware/ |
| H A D | t5fw_cfg_fpga.txt | 21 # 1. Virtual Interfaces: 128. 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a 27 # Virtual Functions based off of a Physical Function all get the 29 # Additionally, regardless of whether Virtual Functions are enabled or 31 # And finally, all Physical Funcations capable of supporting Virtual 68 # Virtual Machines to directly access T4 functionality via SR-IOV 177 # NVI = 128 # available Virtual Interfaces 246 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 469 # Virtual Interfaces: 104 [all …]
|
| H A D | t4fw_cfg_uwire.txt | 21 # 1. Virtual Interfaces: 128. 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a 27 # Virtual Functions based off of a Physical Function all get the 29 # Additionally, regardless of whether Virtual Functions are enabled or 31 # And finally, all Physical Funcations capable of supporting Virtual 68 # Virtual Machines to directly access T4 functionality via SR-IOV 160 # NVI = 128 # available Virtual Interfaces 229 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 557 # Virtual Interfaces: 104 [all …]
|
| H A D | t6fw_cfg_fpga.txt | 22 # 1. Virtual Interfaces: 256. 52 # 9. Some customers will want to use PCI-E SR-IOV Capability to allow Virtual 189 # NVI = 256 # available Virtual Interfaces 196 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified 254 # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have 258 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 283 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions 285 # UnifiedPF aren't inherited by any Virtual Functions. As a result we can 286 # provision many more Virtual Functions than we can if the UnifiedPF were 479 # Virtual Interfaces: 104 [all …]
|
| H A D | t5fw_cfg_uwire.txt | 22 # 1. Virtual Interfaces: 256. 52 # 9. Some customers will want to use PCI-E SR-IOV Capability to allow Virtual 195 # NVI = 128 # available Virtual Interfaces 202 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified 260 # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have 264 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 289 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions 291 # UnifiedPF aren't inherited by any Virtual Functions. As a result we can 292 # provision many more Virtual Functions than we can if the UnifiedPF were 608 # Virtual Interfaces: 104 [all …]
|
| H A D | t6fw_cfg_uwire.txt | 22 # 1. Virtual Interfaces: 256. 52 # 9. Some customers will want to use PCI-E SR-IOV Capability to allow Virtual 212 # NVI = 256 # available Virtual Interfaces 219 # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified 277 # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have 281 # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM 306 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions 308 # UnifiedPF aren't inherited by any Virtual Functions. As a result we can 309 # provision many more Virtual Functions than we can if the UnifiedPF were 598 # Virtual Interfaces: 104 [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | virtual | 6 # Virtual Server 7 # Virtual PC 11 # Virtual%20Hard%20Disk%20Format%20Spec_10_18_06.doc 12 0 string conectix Microsoft Disk Image, Virtual Server or Virtual PC 14 #0 string conectix Microsoft Virtual Hard Disk image 15 #0 string conectix Microsoft Virtual HD image 32 # vpc~Microsoft Virtual PC, vs~Microsoft Virtual Server, vbox~VirtualBox, d2v~disk2vhd 34 # Creator Version: 0x00010000~Virtual Server 2004, 0x00050000~Virtual PC 2004 180 # 2442A52F1BCD7648B2115DBED83BF4B8 Virtual Disk Size ID 184 # no Virtual Disk Size ID [all …]
|
| H A D | lecter | 4 # DEC SRC Virtual Paper: Lectern files 6 0 string lect DEC SRC Virtual Paper Lectern file
|
| H A D | parrot | 3 # parrot: file(1) magic for Parrot Virtual Machine
|
| H A D | natinst | 17 >>10 string IN Virtual Instrument Program, data
|
| /freebsd-14.2/share/doc/papers/relengr/ |
| H A D | ref.bib | 5 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version 13 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1199 Adjustment.Virtual.Itanium.VBaseOffsetOffset = in ComputeReturnAdjustment() 1202 Adjustment.Virtual.Itanium.VBaseOffsetOffset = in ComputeReturnAdjustment() 1299 Adjustment.Virtual.Itanium.VCallOffsetOffset = in ComputeThisAdjustment() 2884 TA.Virtual.Microsoft.VtordispOffset = in CalculateVtordispAdjustment() 2895 TA.Virtual.Microsoft.VBPtrOffset = in CalculateVtordispAdjustment() 2898 TA.Virtual.Microsoft.VBOffsetOffset = in CalculateVtordispAdjustment() 3092 ReturnAdjustment.Virtual.Microsoft.VBIndex = in AddMethods() 3122 if (R.Virtual.Microsoft.VBPtrOffset) in dumpMicrosoftThunkAdjustment() 3124 if (R.Virtual.Microsoft.VBIndex) in dumpMicrosoftThunkAdjustment() 3135 if (!TI.This.Virtual.isEmpty()) { in dumpMicrosoftThunkAdjustment() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 36 HANDLE_DI_FLAG((1 << 5), Virtual) 63 // the bitwise or of Virtual and FwdDecl, which does not otherwise 81 HANDLE_DISP_FLAG(1u, Virtual)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.h | 67 Virtual, enumerator 69 Last = Virtual 141 CGCallee result(SpecialKind::Virtual); in forVirtual() 189 return KindOrFunctionPointer == SpecialKind::Virtual; in isVirtual()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/security/tpm/ |
| H A D | ibmvtpm.txt | 1 * Device Tree Bindings for IBM Virtual Trusted Platform Module(vtpm) 26 Example (IBM Virtual Trusted Platform Module)
|
| /freebsd-14.2/sbin/init/ |
| H A D | ttys | 32 # Virtual terminals 49 # Xen Virtual console
|
| /freebsd-14.2/sys/contrib/device-tree/src/arc/ |
| H A D | vdk_hs38.dts | 5 * ARC HS38 Virtual Development Kit (VDK)
|
| H A D | vdk_hs38_smp.dts | 5 * ARC HS38 Virtual Development Kit, SMP version (VDK)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | arm,rtsm-display.yaml | 7 title: Arm RTSM Virtual Platforms Display
|
| /freebsd-14.2/contrib/sendmail/cf/feature/ |
| H A D | virtusertable.m4 | 22 # Virtual user table (maps incoming users)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,vas.txt | 1 * IBM Powerpc Virtual Accelerator Switchboard (VAS)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | rtc-meson-vrtc.txt | 1 * Amlogic Virtual RTC (VRTC)
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/arm/ |
| H A D | corstone1000-fvp.dts | 13 model = "ARM Corstone1000 FVP (Fixed Virtual Platform)";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mips/loongson/ |
| H A D | devices.yaml | 36 - description: Virtual Loongson64 Quad Core + VirtIO
|