Home
last modified time | relevance | path

Searched full:ancestor (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_006_pos.ksh37 # 'zfs recv -d <fs>' should create ancestor filesystem if it does not
44 # 4. Verify receiving the stream succeeds, and the ancestor filesystem
46 # 5. Verify receiving the stream still succeeds when ancestor filesystem
71 log_assert "'zfs recv -d <fs>' should succeed no matter ancestor filesystem \
95 log_note "Verify 'zfs receive -d' succeed and create ancestor filesystem \
101 log_fail "ancestor filesystem is not created"
103 log_note "Verify 'zfs receive -d' still succeed if ancestor filesystem exists"
108 log_pass "'zfs recv -d <fs>' should succeed no matter ancestor filesystem \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_receive/
H A Dzfs_receive_006_pos.ksh36 # 'zfs recv -d <fs>' should create ancestor filesystem if it does not
43 # 4. Verify receiving the stream succeeds, and the ancestor filesystem
45 # 5. Verify receiving the stream still succeeds when ancestor filesystem
79 log_assert "'zfs recv -d <fs>' should succeed no matter ancestor filesystem \
103 log_note "Verify 'zfs receive -d' succeed and create ancestor filesystem \
109 log_fail "ancestor filesystem is not created"
111 log_note "Verify 'zfs receive -d' still succeed if ancestor filesystem exists"
116 log_pass "'zfs recv -d <fs>' should succeed no matter ancestor filesystem \
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp692 /// Given an instruction that happens after a return, find the ancestor function
693 /// call that owns it. If this ancestor doesn't exist, create a new ancestor and
717 TraceDumper::FunctionCall *ancestor = last_function_call.GetParentCall(); in AppendReturnedInstructionToFunctionCallForest() local
719 for (; ancestor; ancestor = ancestor->GetParentCall()) { in AppendReturnedInstructionToFunctionCallForest()
721 if (IsSameInstructionSymbolContext(ancestor->GetSymbolInfo(), symbol_info, in AppendReturnedInstructionToFunctionCallForest()
727 ancestor->AppendSegment(cursor_sp, symbol_info); in AppendReturnedInstructionToFunctionCallForest()
728 return *ancestor; in AppendReturnedInstructionToFunctionCallForest()
746 /// ancestor call.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() argument
33 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType()) in AreTypesCompatible()
36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c115 * the common ancestor. A receive will also validate the counts and then update
809 * initialized) filesystem or the given ancestor must be satisfied.
813 dsl_dir_t *ancestor, cred_t *cr) in dsl_fs_ss_limit_check() argument
857 * If an ancestor has been provided, stop checking the limit once we in dsl_fs_ss_limit_check()
859 * the check once we recurse up to the common ancestor. in dsl_fs_ss_limit_check()
861 if (ancestor == dd) in dsl_fs_ss_limit_check()
889 ancestor, cr); in dsl_fs_ss_limit_check()
1194 * How much space would dd have available if ancestor had delta applied
1200 dsl_dir_t *ancestor, int64_t delta, int ondiskonly) in dsl_dir_space_available() argument
1213 ancestor, delta, ondiskonly); in dsl_dir_space_available()
[all …]
/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch142 --remap-to-ancestor)
489 # Ancestor remapping fixes this by mapping these heads to the unique
490 # nearest ancestor that survived the pruning.
498 ancestor=$(git rev-list --simplify-merges -1 "$ref" "$@")
499 test "$ancestor" && echo $(map $ancestor) >"$workdir"/../map/$sha1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_verbose.ksh76 log_fail "multiple ancestor creation" \
146 # Ancestor creation with -p should emit relevant line
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h78 /// Usually we try to find a statement that is the least common ancestor of
83 /// \param Where -- the least common ancestor statement.
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.yaml163 Manager specified by its ancestor FPGA Region. This supports both the case
167 FPGA Regions do not inherit their ancestor FPGA regions' bridges. This prevents
273 inherit this property from their ancestor regions. An fpga-mgr property
H A Dfpga-region.txt156 Manager specified by its ancestor FPGA Region. This supports both the case
160 FPGA Regions do not inherit their ancestor FPGA regions' bridges. This prevents
169 inherit this property from their ancestor regions. An fpga-mgr property
/freebsd/contrib/ncurses/man/
H A Dcurs_window.3x130 its \fIancestor\fP,
158 touched in any of its ancestor windows.
/freebsd/sys/kern/
H A Dsubr_witness.c162 #define WITNESS_PARENT 0x01 /* Parent, aka direct ancestor. */
163 #define WITNESS_ANCESTOR 0x02 /* Direct or indirect ancestor. */
174 /* Descendant to ancestor flags */
177 /* Ancestor to descendant flags */
228 uint16_t w_num_ancestors; /* direct/indirect ancestor count */
1983 * If parent was not already an ancestor of child, in adopt()
1984 * then we increment the descendant and ancestor counters. in adopt()
1992 * Find each ancestor of 'pi'. Note that 'pi' itself is counted as in adopt()
1993 * an ancestor of 'pi' during this loop. in adopt()
2023 * ancestor and descendant. We should have caught in adopt()
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-get.8185 Clears the specified property, causing it to be inherited from an ancestor,
186 restored to default if no ancestor has the property set, or with the
H A Dzfs-inherit.8185 Clears the specified property, causing it to be inherited from an ancestor,
186 restored to default if no ancestor has the property set, or with the
H A Dzfs-set.8185 Clears the specified property, causing it to be inherited from an ancestor,
186 restored to default if no ancestor has the property set, or with the
/freebsd/contrib/unbound/validator/
H A Dval_anchor.h66 * an exact match of the closest match, with the ancestor needed.
103 /** the ancestor in the trustanchor tree */
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_bookmark/
H A Dzfs_bookmark_cliargs.ksh131 log_mustnot_expect "source is not an ancestor of the new bookmark's dataset" zfs bookmark "$DATASET…
188 log_mustnot_expect "source is not an ancestor of the new bookmark's dataset" zfs bookmark "$DATASET…
/freebsd/contrib/ntp/html/drivers/
H A Ddriver33.html25 …m refclock_wwvb.c with thanks. It has been so mangled that wwvb is not a recognizable ancestor.</p>
H A Ddriver32.html26 …m refclock_wwvb.c with thanks. It has been so mangled that wwvb is not a recognizable ancestor.</p>
/freebsd/sys/dev/ofw/
H A Dofw_subr.h33 * This assumes that all ancestor ranges are simple numerical offsets for which
/freebsd/share/doc/psd/01.cacm/
H A Dp3112 because the pipe must be set up by a common ancestor
/freebsd/share/doc/psd/21.ipc/
H A D1.t64 common ancestor.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp219 // Walk the alternate and current candidate back to find a common ancestor. in computeDominator()
246 // Walk the alternate and current candidate back to find a common ancestor. in computePostDominator()
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch.1120 and ancestor process info.
328 and ancestor of process.
/freebsd/share/doc/psd/20.ipctut/
H A Dtutor.me94 ancestor.
331 What if we wanted to have processes that have no common ancestor
334 the answer here, since both mechanisms require a common ancestor to
839 ancestor to communicate.

123456