Searched defs:is_descendant (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c543 is_descendant(di_node_t node, di_node_t parent) function
579 if (!is_descendant(tmp->node, parent)) {
587 while (tmp->next && is_descendant(tmp->next->node, parent)) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3022 is_descendant(const char *ds1, const char *ds2) function
4036 if (is_descendant(zhp->zfs_name, target)) {

Completed in 75 milliseconds