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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dtraverse.c155 int descend = 1; local
162 descend = 0;
169 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
173 descend = 0;
176 if (descend) {
/illumos-gate/usr/src/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...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c42 long descend = hflag ? GOOD : FAIL; local
45 return (descend);
49 return (descend);
63 long descend = hflag ? GOOD : FAIL; local
77 return (descend);
85 return (descend);
93 return (descend);
102 return (descend);
116 long descend = hflag ? GOOD : FAIL; local
120 return (descend);
203 long descend = GOOD; local
936 long descend = GOOD; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h196 extern void traverseFromRoot(int fd, int depth, int descend, int operation,
208 extern void traverseDir(int fd, int32_t startAt, int depth, int descend,
H A Ddir.c460 * descend
461 * boolean indicates if we should descend into subdirectories.
491 int32_t dirDataLen, int depth, int descend, int operation,
549 if (dp->pcd_attr & PCA_DIR && descend == PCFS_VISIT_SUBDIRS) {
551 descend, operation, matchRequired, found,
582 depth, descend, operation, matchRequired,
599 traverseFromRoot(int fd, int depth, int descend, int operation, argument
604 descend, operation, matchRequired, found, lastDirCluster, dirEnd,
638 traverseDir(int fd, int32_t startAt, int depth, int descend, int operation, argument
661 visitNodes(fd, startAt, &dirdata, dirdatasize, depth, descend,
490 visitNodes(int fd, int32_t currentCluster, ClusterContents *dirData, int32_t dirDataLen, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument
[all...]
/illumos-gate/usr/src/cmd/du/
H A Ddu.c93 static u_longlong_t descend(char *curname, int curfd, int *retcode,
259 blocks = descend(*np ? np : ".", 0, &retcode,
274 * descend recursively, adding up the allocated blocks.
278 descend(char *curname, int curfd, int *retcode, dev_t device) function
401 blocks += descend(NULL, fd, retcode, device);
481 retval = descend(ebase + 1, 0, retcode, device);
482 /* base may have been moved via realloc in descend() */
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4704 boolean_t descend; member in struct:allow_opts
4815 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
4863 if (!opts->local && !opts->descend) {
4865 opts->descend = B_TRUE;
4870 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, argument
4906 if (descend)
4915 if (descend)
4924 if (descend)
5021 opts->descend, opts->who, opts->perms, *nvlp);
5024 opts->descend, NUL
5164 print_uge_deleg_perms(uu_avl_t *who_avl, boolean_t local, boolean_t descend, const char *title) argument
[all...]

Completed in 109 milliseconds