Searched refs:get (Results 126 - 150 of 3120) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh85 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'`
87 log_fail "ZFS get -p reservation did not return 0"
90 reserve=`$ZFS get -H reservation $FS | $AWK '{print $3}'`
92 log_fail "ZFS get reservation did not return 'none'"
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_get/
H A Dzpool_get_004_neg.ksh37 # Malformed zpool get commands are rejected
41 # 1. Run several different "zpool get" commands that should fail.
53 log_assert "Malformed zpool get commands are rejected"
67 log_mustnot $ZPOOL get $arg
70 log_pass "Malformed zpool get commands are rejected"
H A Dzpool_get_002_pos.ksh38 # zpool get all works as expected
42 # 1. Using zpool get, retrieve all default values
60 log_assert "Zpool get all works as expected"
68 log_must $ZPOOL get all $TESTPOOL
69 $ZPOOL get all $TESTPOOL > $TMPDIR/values.${TESTCASE_ID}
71 log_note "Checking zpool get all output for a header."
75 log_fail "The header was not printed from zpool get all"
103 log_pass "Zpool get all works as expected"
/freebsd-current/contrib/atf/atf-c/detail/
H A Denv_test.c51 ATF_TC(get); variable
52 ATF_TC_HEAD(get, tc)
56 ATF_TC_BODY(get, tc)
127 ATF_TP_ADD_TC(tp, get);
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dauto_array.hpp60 T* get(void) throw();
61 const T* get(void) const throw();
103 auto_array< T >::get(void) function in class:atf::auto_array
111 auto_array< T >::get(void) function in class:atf::auto_array
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.h33 static LibbacktraceSymbolizer *get(LowLevelAllocator *alloc);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.cpp32 return LoopMap[ML].get();
34 return LoopMap[ML].get();
38 return ExceptionMap[WE].get();
41 return ExceptionMap[WE].get();
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DNodeIntrospection.cpp74 return locationCallLessThan(LHS.second.get(), RHS.second.get());
80 return locationCallLessThan(LHS.second.get(), RHS.second.get());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolVendor.h41 SymbolFile *GetSymbolFile() { return m_sym_file_up.get(); }
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h196 LineEntry &get(size_t i) { function in class:llvm::gsym::LineTable
200 const LineEntry &get(size_t i) const {
205 return get(i);
208 return get(i);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp25 gpregset.ExtractBytes(0, size, lldb::eByteOrderLittle, m_gpregset.get());
34 fpregset.ExtractBytes(0, size, lldb::eByteOrderLittle, m_fpregset.get());
66 src = m_gpregset.get();
69 src = m_fpregset.get();
/freebsd-current/tools/regression/zfs/zpool/create/
H A Doption-o.t30 expect "${exp}" ${ZPOOL} get altroot ${name0}
52 expect "${exp}" ${ZPOOL} get version ${name0}
63 expect "${exp}" ${ZPOOL} get delegation ${name0}
71 expect "${exp}" ${ZPOOL} get autoreplace ${name0}
79 expect "${exp}" ${ZPOOL} get cachefile ${name0}
87 expect "${exp}" ${ZPOOL} get cachefile ${name0}
95 expect "${exp}" ${ZPOOL} get failmode ${name0}
103 expect "${exp}" ${ZPOOL} get failmode ${name0}
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp61 isa<MDString>(Op.get())
62 ? cast<MDString>(Op.get())->getString()
63 : cast<MDString>(cast<MDTuple>(Op.get())->getOperand(0).get())
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h17 #include <__fwd/get.h>
263 return !is_convertible_v<decltype(std::get<0>(std::declval<_PairLike&&>())), first_type> ||
264 !is_convertible_v<decltype(std::get<1>(std::declval<_PairLike&&>())), second_type>;
271 is_constructible_v<first_type, decltype(std::get<0>(std::declval<_PairLike &&>()))> &&
272 is_constructible_v<second_type, decltype(std::get<1>(std::declval<_PairLike &&>()))>)
274 : first(std::get<0>(std::forward<_PairLike>(__p))), second(std::get<1>(std::forward<_PairLike>(__p))) {}
367 is_assignable_v<first_type&, decltype(std::get<0>(std::declval<_PairLike>()))> &&
368 is_assignable_v<second_type&, decltype(std::get<1>(std::declval<_PairLike>()))>)
370 first = std::get<
[all...]
/freebsd-current/contrib/kyua/engine/
H A Dplain.cpp129 if (status.get().exited()) {
130 const int exitstatus = status.get().exitstatus();
141 F("Received signal %s") % status.get().termsig());
H A Dtap_parser.cpp95 text::to_type< std::size_t >(plan_matches.get(1)),
96 text::to_type< std::size_t >(plan_matches.get(2)));
102 out_plan.get().first % out_plan.get().second);
112 all_skipped_reason = skip_matches.get(2);
127 out_plan.get() == engine::all_skipped_plan);
151 if (result_matches.get(1) == "ok") {
154 INV(result_matches.get(1) == "not ok");
214 if (plan.get() == engine::all_skipped_plan) {
217 const std::size_t exp_count = plan.get()
[all...]
/freebsd-current/contrib/kyua/utils/
H A Doptional_test.cpp121 ATF_REQUIRE_EQ(3, with_arg.get());
128 ATF_REQUIRE_EQ(3, copy_arg.get());
143 ATF_REQUIRE_EQ("foo", with_arg.get());
150 ATF_REQUIRE_EQ("foo", copy_arg.get());
167 ATF_REQUIRE_EQ(6, from_int.get());
176 ATF_REQUIRE_EQ(123, from_return.get());
187 ATF_REQUIRE_EQ(3, optional1.get().value);
192 ATF_REQUIRE_EQ(3, optional2.get().value);
196 ATF_REQUIRE_EQ(5, optional2.get().value);
197 ATF_REQUIRE_EQ(3, optional1.get()
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclFriend.cpp31 NextFriend.get(getASTContext().getExternalSource()));
41 const auto *D = Friend.get<NamedDecl*>();
74 Decl *First = data().FirstFriend.get(Source);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h66 T *getItem() { return Item.get(); }
67 const T *getItem() const { return Item.get(); }
69 void *data() override { return Item.get(); }
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp42 lldb_private::ThreadCollection *SBThreadCollection::get() const { function in class:SBThreadCollection
43 return m_opaque_sp.get();
65 return m_opaque_sp.get() != nullptr;
H A DSBScriptObject.cpp80 assert(m_opaque_up.get());
84 ScriptObject *SBScriptObject::get() { return m_opaque_up.get(); } function in class:SBScriptObject
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh71 zpool get all $TESTPOOL
87 zpool get all $TESTPOOL
94 zpool get all $TESTPOOL
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp22 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const ";
24 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile ";
25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
/freebsd-current/tests/sys/netinet/
H A Dfibs.sh57 atf_check -s exit:0 -o ignore jexec ${jname}a setfib 1 route -4n get ${net_dst}0/24
58 atf_check -o match:"interface: lo0" jexec ${jname}a setfib 1 route -4n get ${net_dst}1
59 atf_check -o match:"destination: ${net_dst}1" jexec ${jname}a setfib 1 route -4n get ${net_dst}1
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh92 $ZPOOL get all $TESTPOOL
104 $ZPOOL get all $TESTPOOL
111 $ZPOOL get all $TESTPOOL

Completed in 378 milliseconds

1234567891011>>