/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 398 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink() argument 399 return Phase == ThinOrFullLTOPhase::ThinLTOPreLink || in isLTOPreLink() 400 Phase == ThinOrFullLTOPhase::FullLTOPreLink; in isLTOPreLink() 406 ThinOrFullLTOPhase Phase) { in buildO1FunctionSimplificationPipeline() argument 464 isLTOPreLink(Phase))); in buildO1FunctionSimplificationPipeline() 487 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt || in buildO1FunctionSimplificationPipeline() 546 ThinOrFullLTOPhase Phase) { in buildFunctionSimplificationPipeline() argument 552 return buildO1FunctionSimplificationPipeline(Level, Phase); in buildFunctionSimplificationPipeline() 647 isLTOPreLink(Phase))); in buildFunctionSimplificationPipeline() 678 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt || in buildFunctionSimplificationPipeline() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 851 AMDGPU::SchedulingPhase Phase) = 0; 855 AMDGPU::SchedulingPhase Phase) = 0; 871 AMDGPU::SchedulingPhase Phase) override; 874 AMDGPU::SchedulingPhase Phase) override { in shouldApplyStrategy() argument 887 AMDGPU::SchedulingPhase Phase) { in applyIGLPStrategy() argument 1342 AMDGPU::SchedulingPhase Phase) override; 1345 AMDGPU::SchedulingPhase Phase) override; 1551 AMDGPU::SchedulingPhase Phase) { in shouldApplyStrategy() argument 1555 if (Phase != AMDGPU::SchedulingPhase::PostRA) in shouldApplyStrategy() 1557 if (Phase != AMDGPU::SchedulingPhase::PostRA && !analyzeDAG(TII)) in shouldApplyStrategy() [all …]
|
H A D | AMDGPUIGroupLP.h | 24 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase);
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user | 23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration. 41 # version based on the Phase 1 identity. Without this flag, the EAP 58 # Phase 1 users 85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
|
H A D | ChangeLog | 754 * EAP-FAST server: piggyback Phase 2 start with the end of Phase 1 871 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2 873 * added support for EAP Sequences in EAP-FAST Phase 2 880 * added support for fragmenting EAP-TTLS/PEAP/FAST Phase 2 (tunneled) 903 phase 2 to allow EAP-SIM and EAP-AKA to be used as the Phase 2 method 1179 Phase 1 identity 1199 * added support for configuring multiple allowed EAP types for Phase 2 1207 * added support for configuring list of EAP methods for Phase 1 so that
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | README.md | 7 ### ZED+FM Phase 1 ### 9 All the phase 1 work is in current Master branch. Phase I work includes: 16 ### ZED+FM Phase 2 (WIP) ### 24 ### ZED+FM Phase 3 ###
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 196 ThinOrFullLTOPhase Phase); 214 ThinOrFullLTOPhase Phase); 219 ThinOrFullLTOPhase Phase); 224 ThinOrFullLTOPhase Phase); 700 ThinOrFullLTOPhase Phase);
|
/freebsd/usr.sbin/ppp/ |
H A D | ppp.conf | 11 set log Phase Chat LCP IPCP CCP tun command
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 236 packet from Supplicant looks like the one sent in the Phase 1. The 237 server generates a valid looking reply in the same way as in Phase 256 seems to get confused and fails to send proper Phase 2 data. 265 seems to get confused and fails to send proper Phase 2 data. 306 (Failed to decrypt Phase 2 data)
|
H A D | ChangeLog | 39 * EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1) 390 * EAP-TTLS: fixed success after fragmented final Phase 2 message 808 * added domain_suffix_match (and domain_suffix_match2 for Phase 2 989 certificate configuration between Phase 1 and Phase 2 1442 * added support for configuring Phase 2 (inner/tunneled) authentication 1446 * added support for EAP Sequences in EAP-FAST Phase 2 1571 * added support for fragmentation of outer TLS packets during Phase 2 2173 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of 2202 * allow EAP-PEAP/TTLS fast reauthentication only if Phase 2 succeeded 2203 in the previous authentication (previously, only Phase 1 success was [all …]
|
H A D | README-HS20 | 250 # phase1: Pre-configure Phase 1 (outer authentication) parameters 253 # phase2: Pre-configure Phase 2 (inner authentication) parameters
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | ad5755.txt | 24 Valid values for DC DC Phase control is:
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adf4350.txt | 54 2: Phase resync enable
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 4090 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local 4091 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments() 4191 for (phases::ID Phase : PL) { in BuildActions() local 4196 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions() 4201 if (Phase == phases::Link) { in BuildActions() 4202 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions() 4217 if (Phase == phases::IfsMerge) { in BuildActions() 4218 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions() 4224 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions() 4234 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions() [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel.m4 | 727 dnl # Phase 1) attempt to build the object files for all of the tests 731 dnl # Phase 2) disable all tests which failed the initial compilation, 742 dnl # Phase 1 - Compilation only, final linking is skipped. 746 dnl # Phase 2 - When building external modules disable test cases
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1572 if (ForceUpdate && Phase == AttributorPhase::UPDATE) 1593 if (Phase == AttributorPhase::SEEDING && !shouldSeedAttribute(AA)) { 1618 AttributorPhase OldPhase = Phase; 1619 Phase = AttributorPhase::UPDATE; 1623 Phase = OldPhase; 1705 if (Phase == AttributorPhase::SEEDING || Phase == AttributorPhase::UPDATE) 1741 if (Phase == AttributorPhase::MANIFEST || Phase == AttributorPhase::CLEANUP) 2553 } Phase = AttributorPhase::SEEDING;
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 30 set log Phase Chat LCP IPCP CCP tun command 315 set log Phase # Log link uptime 478 set log Phase Chat LQM 487 set log Phase LQM
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Driver.h | 639 Compilation &C, const llvm::opt::ArgList &Args, phases::ID Phase,
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.reg | 1707 * SCSI Phase 2575 * 960MHz Phase-Locked Loop Control 0 2600 * 960MHz Phase-Locked Loop Control 1 2640 * 960-MHz Phase-Locked Loop Test Count 2650 * 400-MHz Phase-Locked Loop Control 0 2676 * 400-MHz Phase-Locked Loop Control 1 2698 * 400-MHz Phase-Locked Loop Test Count
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_openssl.m4 | 272 NTP_OPENSSL_VERBOSE_MSG([OpenSSL Phase I checks:]) 514 NTP_OPENSSL_VERBOSE_MSG([OpenSSL Phase II checks:])
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 2659 Phase = AttributorPhase::UPDATE; in run() 2672 Phase = AttributorPhase::MANIFEST; in run() 2675 Phase = AttributorPhase::CLEANUP; in run() 2688 assert(Phase == AttributorPhase::UPDATE && in updateAA()
|
/freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
H A D | Acpi50.h | 109 UINT8 Phase;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1855 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local 1864 if (Phase) in ExpandBVWithShuffles() 1893 if (Phase) in ExpandBVWithShuffles() 1917 else if (Phase) in ExpandBVWithShuffles() 1926 if (Phase) in ExpandBVWithShuffles()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1748 bool verifySessionState(Twine Phase);
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 1971 bool ExecutionSession::verifySessionState(Twine Phase) { in verifySessionState() argument 1983 Stream << "ERROR: Bad ExecutionSession state detected " << Phase in verifySessionState()
|