Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps116 $Setup = 'setup-x86_64.exe' variable
43 if (-Not (Test-Path ${Cygwin}\${Setup} -PathType leaf)) {
44 Invoke-WebRequest ${URL}/${Setup} `
45 -OutFile ${Cygwin}\${Setup}
47 if (-Not (Test-Path ${Cygwin}\${Setup}.sig -PathType leaf)) {
48 Invoke-WebRequest ${URL}/${Setup}.sig `
49 -OutFile ${Cygwin}\${Setup}.sig
54 --verify ${Cygwin}\${Setup}.sig ${Cygwin}\${Setup}
63 Start-Process "${Cygwin}\${Setup}" -Wait -NoNewWindow `
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devhandler.c501 ACPI_ADR_SPACE_SETUP Setup, in AcpiEvInstallSpaceHandler() argument
536 Setup = AcpiEvSystemMemoryRegionSetup; in AcpiEvInstallSpaceHandler()
542 Setup = AcpiEvIoSpaceRegionSetup; in AcpiEvInstallSpaceHandler()
548 Setup = AcpiEvPciConfigRegionSetup; in AcpiEvInstallSpaceHandler()
554 Setup = AcpiEvCmosRegionSetup; in AcpiEvInstallSpaceHandler()
560 Setup = AcpiEvPciBarRegionSetup; in AcpiEvInstallSpaceHandler()
566 Setup = AcpiEvDataTableRegionSetup; in AcpiEvInstallSpaceHandler()
578 if (!Setup) in AcpiEvInstallSpaceHandler()
580 Setup = AcpiEvDefaultRegionSetup; in AcpiEvInstallSpaceHandler()
693 HandlerObj->AddressSpace.Setup = Setup; in AcpiEvInstallSpaceHandler()
H A Devxfregn.c194 ACPI_ADR_SPACE_SETUP Setup, in AcpiInstallAddressSpaceHandlerInternal() argument
230 Node, SpaceId, Handler, Setup, Context); in AcpiInstallAddressSpaceHandlerInternal()
253 ACPI_ADR_SPACE_SETUP Setup, in AcpiInstallAddressSpaceHandler() argument
256 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE); in AcpiInstallAddressSpaceHandler()
266 ACPI_ADR_SPACE_SETUP Setup, in ACPI_EXPORT_SYMBOL()
269 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE); in ACPI_EXPORT_SYMBOL()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp162 IntrinsicInst *Setup = FindLoopIterations(Preheader); in runOnLoop() local
165 if (!Setup) { in runOnLoop()
168 Setup = FindLoopIterations(Preheader->getSinglePredecessor()); in runOnLoop()
169 if (!Setup) in runOnLoop()
173 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n"); in runOnLoop()
175 bool Changed = TryConvertActiveLaneMask(Setup->getArgOperand(0)); in runOnLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h62 class Setup {
88 Setup(SimpleRemoteEPCServer &S) : S(S) {} in Setup() function
99 Create(unique_function<Error(Setup &S)> SetupFunction, in Create()
102 Setup S(*Server); in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h37 struct Setup { struct
51 Create(std::unique_ptr<TaskDispatcher> D, Setup S, in Create() argument
111 Error setup(Setup S);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp70 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
71 dbgs() << "Setup"; in handleMessage()
72 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
73 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage()
100 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
101 return make_error<StringError>("Unexpected Setup opcode", in handleMessage()
159 case SimpleRemoteEPCOpcode::Setup: in sendMessage()
160 dbgs() << "Setup"; in sendMessage()
161 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in sendMessage()
162 assert(!TagAddr && "Non-zero TagAddr for Setup in sendMessage()
[all...]
/freebsd/contrib/tcsh/
H A Ddot.tcshrc2 # ~/.tcshrc - Setup user shell environment
48 # Setup $hosts from ~/.hosts, ~/.rhosts, ~/.ssh/known_hosts
H A Ddot.login2 # ~/.login - Setup user login shell environment
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp76 // This avoids the possibility of code called from Setup reentering in InitTracePcGuard()
78 u32 idx = Setup(end - start); in InitTracePcGuard()
128 u32 Setup(u32 num_guards) { in Setup() function in __sancov::__anon3d757ad90111::TracePcGuardController
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp143 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
172 case SimpleRemoteEPCOpcode::Setup: in handleMessage()
237 assert(OpC != SimpleRemoteEPCOpcode::Setup && in sendMessage()
294 Error SimpleRemoteEPC::setup(Setup S) { in setup()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td104 // Supervisor Trap Setup
154 // Hypervisor Trap Setup
230 // Machine Trap Setup
299 // Machine Counter Setup
315 // Supervisor Counter Setup
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dkeystone-reset.txt37 Setup keystone reset so that in case software reset or
58 Setup keystone reset so that in case of software reset or
/freebsd/sys/contrib/openzfs/contrib/initramfs/conf-hooks.d/
H A Dzfs4 # Setup the keyboard mapping so passphrases can be entered correctly.
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-db-88f6281.dts3 * Marvell DB-88F6281-BP Development Board Setup
H A Dkirkwood-db-88f6282.dts3 * Marvell DB-88F6282-BP Development Board Setup
H A Dkirkwood-db.dtsi3 * Marvell DB-{88F6281,88F6282}-BP Development Board Setup
/freebsd/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp54 [](SimpleRemoteEPCServer::Setup &S) -> Error { in main()
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Dcn9130-db.dts14 /* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
H A Dcn9132-db-B.dts14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
H A Dcn9132-db.dts14 /* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
H A Dcn9131-db.dts14 /* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
H A Dcn9130-db-B.dts14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
H A Dcn9131-db-B.dts14 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
/freebsd/tools/test/stress2/misc/
H A Dopen.sh66 /* Setup. */

1234