Home
last modified time | relevance | path

Searched full:unavailable (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dother.json17 …patch group is valid but does not get dispatched due to a token stall. RETIRE Tokens unavailable.",
23 …ispatch group is valid but does not get dispatched due to a token stall. AGSQ Tokens unavailable.",
29 …ch group is valid but does not get dispatched due to a token stall. ALU tokens total unavailable.",
35 …tch group is valid but does not get dispatched due to a token stall. ALSQ 3_0 Tokens unavailable.",
41 …patch group is valid but does not get dispatched due to a token stall. ALSQ 3 Tokens unavailable.",
47 …patch group is valid but does not get dispatched due to a token stall. ALSQ 2 Tokens unavailable.",
53 …patch group is valid but does not get dispatched due to a token stall. ALSQ 1 Tokens unavailable.",
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h70 bool Unavailable = false; member
82 /// Check if the symbol is unavailable unconditionally or
85 return Unavailable || isUnconditionallyUnavailable(); in isUnavailable()
93 /// Check if the symbol is unconditionally unavailable.
95 /// i.e. \code __attribute__((unavailable)) \endcode
103 Unavailable(U), UnconditionallyDeprecated(UD), in AvailabilityInfo()
116 Lhs.Unavailable, Lhs.UnconditionallyDeprecated,
119 Rhs.Unavailable, Rhs.UnconditionallyDeprecated,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_raw.ksh32 # 5. Verify the key is unavailable
36 # 9. Verify the key is unavailable
72 [[ "$keystatus" == "unavailable" ]] || \
73 log_fail "Expected keystatus unavailable, got $keystatus"
84 [[ "$keystatus" == "unavailable" ]] || \
85 log_fail "Expected keystatus unavailable, got $keystatus"
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dother.json28 …oes not get dispatched due to a token stall. FP Miscellaneous resource unavailable. Applies to the…
82 …patch group is valid but does not get dispatched due to a token stall. RETIRE Tokens unavailable.",
88 …ispatch group is valid but does not get dispatched due to a token stall. AGSQ Tokens unavailable.",
94 …ch group is valid but does not get dispatched due to a token stall. ALU tokens total unavailable.",
106 …patch group is valid but does not get dispatched due to a token stall. ALSQ 2 Tokens unavailable.",
112 …patch group is valid but does not get dispatched due to a token stall. ALSQ 1 Tokens unavailable.",
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dpam_short_password.ksh44 keystatus unavailable
61 keystatus unavailable
67 keystatus unavailable
81 keystatus unavailable
86 keystatus unavailable
H A Dpam_change_unmounted.ksh30 keystatus unavailable
37 keystatus unavailable
53 keystatus unavailable
H A Dpam_basic.ksh30 keystatus unavailable
51 keystatus unavailable
H A Dpam_recursive.ksh46 keystatus unavailable
57 keystatus unavailable
/freebsd/sys/powerpc/include/
H A Dtrap.h49 #define EXC_FPU 0x0800 /* Floating-point Unavailable */
62 #define EXC_VEC 0x0f20 /* AltiVec Unavailable */
83 #define EXC_VSX 0x0f40 /* VSX Unavailable */
86 #define EXC_FAC 0x0f60 /* Facility Unavailable */
87 #define EXC_HFAC 0x0f80 /* Hypervisor Facility Unavailable */
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp149 llvm_unreachable("zlib::compress is unavailable"); in compress()
153 llvm_unreachable("zlib::decompress is unavailable"); in decompress()
158 llvm_unreachable("zlib::decompress is unavailable"); in decompress()
232 llvm_unreachable("zstd::compress is unavailable"); in compress()
236 llvm_unreachable("zstd::decompress is unavailable"); in decompress()
241 llvm_unreachable("zstd::decompress is unavailable"); in decompress()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h30 /// available slots in the buffer. A processor resource is unavailable if it
59 /// processor resource with multiple units has become unavailable.
204 bool Unavailable; variable
226 bool isReserved() const { return Unavailable; } in isReserved()
228 void setReserved() { Unavailable = true; } in setReserved()
229 void clearReserved() { Unavailable = false; } in clearReserved()
365 // Set of unavailable scheduler buffer resources. This is used internally to
369 // Set of dispatch hazard buffer resources that are currently unavailable.
423 // this cycle. It returns a non-zero mask value only if there are unavailable
H A DScheduler.h119 // the ready set due to unavailable pipeline resources.
120 // Each bit of the mask represents an unavailable resource.
128 // opcodes because scheduler buffers (or LS queues) were unavailable.
185 /// IR cannot be dispatched to the Scheduler due to unavailable resources.
260 // unavailable scheduler and/or LS resources.
/freebsd/sys/fs/nfs/
H A Dnfsv4_errstr.h47 "lock unavailable",
96 "layout unavailable",
121 "directory delegation unavailable",
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h54 /// Message to use when this entity is unavailable.
57 /// Whether this entity is marked unavailable.
59 unsigned Unavailable : 1;
61 /// Whether this entity is marked unavailable in Swift.
79 : Unavailable(0), UnavailableInSwift(0), SwiftPrivateSpecified(0), in CommonEntityInfo()
96 if (RHS.Unavailable) {
97 Unavailable = true;
123 LHS.Unavailable == RHS.Unavailable &&
/freebsd/lib/libfetch/
H A Dftp.errors31 450 UNAVAIL File unavailable (e.g., file busy)
42 550 UNAVAIL File unavailable (e.g., file not found, no access)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h95 Unavailable = 0 // (memset to all zeros) enumerator
164 /// Forces a function to be marked as unavailable.
166 setState(F, Unavailable); in setUnavailable()
374 /// Forces a function to be marked as unavailable.
381 return TargetLibraryInfoImpl::Unavailable; in getState()
387 return getState(F) != TargetLibraryInfoImpl::Unavailable; in has()
407 if (getState(F) == TargetLibraryInfoImpl::Unavailable) in hasOptimizedCodeGen()
443 if (State == TargetLibraryInfoImpl::Unavailable) in getName()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen_001_pos.ksh27 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
53 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
H A Dzpool_reopen_002_pos.ksh27 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
53 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml275 This property is unavailable in the case of the Hall channel.
288 This property is unavailable in the case of the Hall channel. The
343 This property is unavailable in the case of the Hall channel. The
356 This property is unavailable in the case of the Hall channel. The
371 This property is unavailable in the case of the ULP or Hall channels.
386 This property is unavailable in the case of the ULP or Hall channels.
402 This property is unavailable in the case of the ULP or Hall channels.
471 Proximity events are unavailable in the case of the Hall channel, and
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.5115 host names may be unavailable due to temporary name server problems. A
116 network address will be unavailable when the software cannot figure out
121 host names may be unavailable due to temporary name server problems. A
122 network address will be unavailable when the software cannot figure out
165 unavailable.
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,dither.yaml15 unavailable colors with available colors and by mixing and matching available
16 colors to mimic unavailable ones.
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td79 "Reserve G"#i#", making it unavailable as a GPR">;
82 "Reserve O"#i#", making it unavailable as a GPR">;
85 "Reserve L"#i#", making it unavailable as a GPR">;
88 "Reserve I"#i#", making it unavailable as a GPR">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h109 /// If None is returned, the 'unavailable' availability should be used
116 // Use None for maximum to force unavailable behavior for in mapIntroducedAvailabilityVersion()
121 /// If None is returned for 'obsoleted', the 'unavailable' availability
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c93 printf("%-30s UNAVAILABLE\n", #Name); \
142 printf("%-30s UNAVAILABLE\n", #Name); \
187 printf("%-30s UNAVAILABLE\n", #Name); \
343 printf("%-30s UNAVAILABLE\n", "GHASH (pclmul)"); in test_speed_ghash_pclmul()
357 printf("%-30s UNAVAILABLE\n", "GHASH (pwr8)"); in test_speed_ghash_pwr8()
438 printf("%-30s UNAVAILABLE\n", "Poly1305 (ctmulq)"); in test_speed_poly1305_ctmulq()
461 printf("%-30s UNAVAILABLE\n", name); in test_speed_eax_inner()
827 printf("%-30s KEYGEN UNAVAILABLE\n", name); in test_speed_rsa_inner()
930 printf("%-30s UNAVAILABLE\n", "RSA i62"); in test_speed_rsa_i62()
1050 printf("%-30s UNAVAILABLE\n", "EC p256_m62"); in test_speed_ec_p256_m62()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h18 /// RAT - Register unavailable: 0
19 /// RCU - Retire tokens unavailable: 0

12345678910>>...27