Searched refs:descend (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/usr.bin/protect/
H A Dprotect.c75 bool descend, inherit, idset; local
80 descend = inherit = idset = false;
87 descend = true;
106 if ((idset && argc != 0) || (!idset && (argc == 0 || descend)))
109 if (descend)
/freebsd-current/sys/sys/
H A Djail.h305 #define FOREACH_PRISON_DESCENDANT(ppr, cpr, descend) \
306 for ((cpr) = (ppr), (descend) = 1; \
307 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
311 : (((descend) = LIST_NEXT(cpr, pr_sibling) != NULL) \
314 if (!(descend)) \
321 #define FOREACH_PRISON_DESCENDANT_LOCKED(ppr, cpr, descend) \
322 for ((cpr) = (ppr), (descend) = 1; \
323 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
328 (descend) = LIST_NEXT(cpr, pr_sibling) != NULL) \
331 if ((descend)
[all...]
/freebsd-current/sbin/restore/
H A Drestore.c53 long descend = hflag ? GOOD : FAIL; local
56 return (descend);
59 return (descend);
70 long descend = hflag ? GOOD : FAIL; local
75 return (descend);
78 return (descend);
84 return (descend);
91 return (descend);
99 return (descend);
110 long descend local
202 long descend = GOOD; local
835 long descend = GOOD; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py43 __slots__ = "create", "sets", "local", "descend", "ld"
58 self.descend = dict()
92 d = self.descend
98 # Find perms that are in both local and descend, and
101 if nwho not in self.descend:
104 self.ld[nwho] = self.local[nwho] & self.descend[nwho]
106 self.descend[nwho] -= self.ld[nwho]
112 # local and descend may have entries where perms
130 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
200 if options.descend
[all...]
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtraverse.c153 int descend = 1; local
160 descend = 0;
167 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
171 descend = 0;
174 if (descend) {
/freebsd-current/sys/kern/
H A Dkern_mib.c343 int descend, error, len; local
379 FOREACH_PRISON_DESCENDANT_LOCKED(pr, cpr, descend)
381 descend = 0;
414 int descend, error, level; local
441 FOREACH_PRISON_DESCENDANT_LOCKED(pr, cpr, descend) {
468 int descend, error; local
491 FOREACH_PRISON_DESCENDANT_LOCKED(pr, cpr, descend)
493 descend = 0;
H A Dkern_jail.c731 int descend; local
740 FOREACH_PRISON_DESCENDANT(tppr, tpr, descend) {
746 descend = 0;
751 descend = 0;
993 int created, cuflags, descend, drflags, enforce; local
1824 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1867 FOREACH_PRISON_DESCENDANT_LOCKED(pr, tpr, descend) {
1870 descend = 0;
1876 descend = 0;
1887 FOREACH_PRISON_DESCENDANT_LOCKED(pr, tpr, descend) {
2777 int descend; local
2799 int descend; local
3264 bool descend; local
3412 int descend; local
4275 int descend, error; local
[all...]
H A Dsysv_shm.c1170 int jsys, descend; local
1193 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1203 descend = 0;
1229 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1241 descend = 0;
H A Dsysv_msg.c1573 int jsys, descend; local
1595 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1605 descend = 0;
1631 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1643 descend = 0;
H A Dkern_ktrace.c1034 int descend = uap->ops & KTRFLAG_DESCEND; local
1122 if (descend)
1137 if (descend)
1267 * If this process has children, descend to them next,
H A Dsysv_sem.c1652 int jsys, descend; local
1674 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1684 descend = 0;
1710 FOREACH_PRISON_DESCENDANT(pr, tpr, descend) {
1722 descend = 0;
/freebsd-current/usr.bin/gprof/
H A Dgprof.h260 bool descend(nltype *, arctype **, arctype **);
H A Darcs.c488 ret = descend ( nlp , cyclestack , stkp );
517 descend(nltype *node, arctype **stkstart, arctype **stkp) function
540 ret = descend( arcp -> arc_childp , stkstart , stkp + 1 );
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c644 int cderrno, descend, len, level, maxlen, nlinks, oflag, saved_errno, local
697 * If we're going to need to stat anything or we want to descend
717 descend = 0;
720 descend = 1;
722 descend = 0;
888 if (descend && (type == BCHILD || !nitems) &&
H A Dfts.c639 int cderrno, descend, oflag, saved_errno, nostat, doadjust, local
694 * If we're going to need to stat anything or we want to descend
714 descend = 0;
717 descend = 1;
719 descend = 0;
868 if (descend && (type == BCHILD || !nitems) &&
H A Dfts-compat11.c641 int cderrno, descend, oflag, saved_errno, nostat, doadjust, local
696 * If we're going to need to stat anything or we want to descend
716 descend = 0;
719 descend = 1;
721 descend = 0;
870 if (descend && (type == BCHILD || !nitems) &&
/freebsd-current/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c673 const char *pool_name, const char *parent_name, int descend)
684 if (descend && nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_CHILDREN,
691 vdev_name, descend);
672 print_recursive_stats(stat_printer_f func, nvlist_t *nvroot, const char *pool_name, const char *parent_name, int descend) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c231 int descend; member in struct:tree
851 int delayed, delayed_errno, descend, r; local
860 t->descend = 0;
949 /* 'L': Do descend through a symlink to dir. */
950 descend = tree_current_is_dir(t);
962 /* 'P': Don't descend through a symlink to dir. */
963 descend = tree_current_is_physical_dir(t);
981 descend = 0;
983 t->descend = descend;
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5745 boolean_t descend; member in struct:allow_opts
5856 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
5904 if (!opts->local && !opts->descend) {
5906 opts->descend = B_TRUE;
5911 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, argument
5947 if (descend)
5956 if (descend)
5965 if (descend)
6062 opts->descend, opts->who, opts->perms, *nvlp);
6065 opts->descend, NUL
6206 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, const char *title) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp519 void descend() { function in struct:__anon2923::LoopDepthTree
632 LDT.descend();

Completed in 371 milliseconds