Home
last modified time | relevance | path

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

123456

/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/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
70 log_assert "'zfs recv -d <fs>' should succeed no matter ancestor filesystem \
94 log_note "Verify 'zfs receive -d' succeed and create ancestor filesystem \
100 log_fail "ancestor filesystem is not created"
102 log_note "Verify 'zfs receive -d' still succeed if ancestor filesystem exists"
107 log_pass "'zfs recv -d <fs>' should succeed no matter ancestor filesystem \
/freebsd-src/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-src/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()
[all...]
/freebsd-src/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-src/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c113 * the common ancestor. A receive will also validate the counts and then update
815 * initialized) filesystem or the given ancestor must be satisfied. in dsl_fs_ss_limit_check()
819 dsl_dir_t *ancestor, cred_t *cr, proc_t *proc) in dsl_fs_ss_limit_check()
863 * If an ancestor has been provided, stop checking the limit once we in dsl_fs_ss_limit_check()
865 * the check once we recurse up to the common ancestor. in dsl_fs_ss_limit_check()
867 if (ancestor == dd) in dsl_fs_ss_limit_check()
895 ancestor, cr, proc); in dsl_fs_ss_limit_check()
1200 * How much space would dd have available if ancestor had delta applied
1206 dsl_dir_t *ancestor, int64_t delta, int ondiskonly) in dsl_dir_space_available()
1219 ancestor, delt in dsl_dir_space_available()
816 dsl_fs_ss_limit_check(dsl_dir_t * dd,uint64_t delta,zfs_prop_t prop,dsl_dir_t * ancestor,cred_t * cr,proc_t * proc) dsl_fs_ss_limit_check() argument
1203 dsl_dir_space_available(dsl_dir_t * dd,dsl_dir_t * ancestor,int64_t delta,int ondiskonly) dsl_dir_space_available() argument
1900 would_change(dsl_dir_t * dd,int64_t delta,dsl_dir_t * ancestor) would_change() argument
2229 dsl_dir_t *ancestor; dsl_dir_transfer_possible() local
[all...]
H A Dbtree.c950 * ancestor of this node, and the second time finds the left in zfs_btree_bulk_finish()
951 * neighbor. The ancestor found is the lowest common ancestor in zfs_btree_bulk_finish()
981 /* Next, move the separator from the common ancestor to leaf. */ in zfs_btree_bulk_finish()
1020 * ancestor. in zfs_btree_bulk_finish()
1248 * until we find one where our ancestor isn't the last child in zfs_btree_next_helper()
1250 * separator after our ancestor in its parent. in zfs_btree_next_helper()
1335 * until we find one where our previous ancestor isn't the in zfs_btree_prev()
1337 * separator after our previous ancestor. in zfs_btree_prev()
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_verbose.ksh75 log_fail "multiple ancestor creation" \
145 # Ancestor creation with -p should emit relevant line
/freebsd-src/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-src/contrib/ncurses/man/
H A Dcurs_window.3x130 its \fIancestor\fP,
158 touched in any of its ancestor windows.
/freebsd-src/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-src/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-src/sys/contrib/openzfs/man/man8/
H A Dzfs-inherit.8184 Clears the specified property, causing it to be inherited from an ancestor,
185 restored to default if no ancestor has the property set, or with the
H A Dzfs-set.8184 Clears the specified property, causing it to be inherited from an ancestor,
185 restored to default if no ancestor has the property set, or with the
H A Dzfs-get.8184 Clears the specified property, causing it to be inherited from an ancestor,
185 restored to default if no ancestor has the property set, or with the
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_bookmark/
H A Dzfs_bookmark_cliargs.ksh130 log_mustnot_expect "source is not an ancestor of the new bookmark's dataset" zfs bookmark "$DATASET…
187 log_mustnot_expect "source is not an ancestor of the new bookmark's dataset" zfs bookmark "$DATASET…
/freebsd-src/sys/dev/ofw/
H A Dofw_subr.h33 * This assumes that all ancestor ranges are simple numerical offsets for which
/freebsd-src/sys/kern/
H A Dsubr_witness.c163 #define WITNESS_PARENT 0x01 /* Parent, aka direct ancestor. */
164 #define WITNESS_ANCESTOR 0x02 /* Direct or indirect ancestor. */
177 /* Descendant to ancestor flags */
180 /* Ancestor to descendant flags */
232 * ancestor count */
1995 * If parent was not already an ancestor of child, in adopt()
1996 * then we increment the descendant and ancestor counters. in adopt()
2004 * Find each ancestor of 'pi'. Note that 'pi' itself is counted as in adopt()
2005 * an ancestor of 'pi' during this loop. in adopt()
2035 * ancestor and descendant. We should have caught in adopt()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/fpga/
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-src/share/doc/psd/21.ipc/
H A D1.t64 common ancestor.
/freebsd-src/share/doc/psd/01.cacm/
H A Dp3112 because the pipe must be set up by a common ancestor
/freebsd-src/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-src/cddl/usr.sbin/dwatch/
H A Ddwatch.1120 and ancestor process info.
328 and ancestor of process.
/freebsd-src/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.
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def103 OPENMP_DEVICE_MODIFIER(ancestor)

123456