Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd-src/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-src/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-src/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-src/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-src/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");
236 llvm_unreachable("zstd::decompress is unavailable");
241 llvm_unreachable("zstd::decompress is unavailable");
/freebsd-src/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-src/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-src/sys/fs/nfs/
H A Dnfsv4_errstr.h47 "lock unavailable",
96 "layout unavailable",
121 "directory delegation unavailable",
/freebsd-src/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 isSwiftPrivate()
96 if (RHS.Unavailable) {
97 Unavailable = true;
123 LHS.Unavailable == RHS.Unavailable &&
58 unsigned Unavailable : 1; global() variable
/freebsd-src/contrib/llvm-project/libcxx/include/
H A D__availability
/freebsd-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
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.
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.
/freebsd-src/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. in setUnavailable()
166 setState(F, Unavailable); in setUnavailable()
374 /// Forces a function to be marked as unavailable.
381 return TargetLibraryInfoImpl::Unavailable; in setUnavailable()
387 return getState(F) != TargetLibraryInfoImpl::Unavailable; in getState()
407 if (getState(F) == TargetLibraryInfoImpl::Unavailable) in getVectorMappingInfo()
443 if (State == TargetLibraryInfoImpl::Unavailable)
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAvailabilityInfo.h
/freebsd-src/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-src/crypto/openssl/doc/man1/
H A Dopenssl-engine.pod.in57 Displays an error trace for any unavailable engine.
81 [ unavailable ]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h18 /// RAT - Register unavailable: 0
19 /// RCU - Retire tokens unavailable: 0

12345678910>>...27