/titanic_50/usr/src/lib/pyzfs/common/ |
H A D | allow.py | 59 self.descend = dict() 93 d = self.descend 102 if nwho not in self.descend: 105 self.ld[nwho] = self.local[nwho] & self.descend[nwho] 107 self.descend[nwho] -= self.ld[nwho] 131 s += self.__ldstr(self.descend, _("Descendent permissions:\n")) 201 if options.descend: 356 if options.local or options.descend or options.user or \ 365 if options.local or options.descend or options.user or \ 382 if not options.local and not options.descend: [all …]
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | restore.c | 42 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); [all …]
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | traverse.c | 155 int descend = 1; in tdtraverse() local 162 descend = 0; in tdtraverse() 169 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) { in tdtraverse() 173 descend = 0; in tdtraverse() 176 if (descend) { in tdtraverse()
|
/titanic_50/usr/src/cmd/du/ |
H A D | du.c | 91 static u_longlong_t descend(char *curname, int curfd, int *retcode, 261 blocks = descend(*np ? np : ".", 0, &retcode, in main() 280 descend(char *curname, int curfd, int *retcode, dev_t device) in descend() function 404 blocks += descend(NULL, fd, retcode, device); in descend() 484 retval = descend(ebase + 1, 0, retcode, device); in descend()
|
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | dir.c | 491 int32_t dirDataLen, int depth, int descend, int operation, in visitNodes() argument 549 if (dp->pcd_attr & PCA_DIR && descend == PCFS_VISIT_SUBDIRS) { in visitNodes() 551 descend, operation, matchRequired, found, in visitNodes() 582 depth, descend, operation, matchRequired, in visitNodes() 599 traverseFromRoot(int fd, int depth, int descend, int operation, in traverseFromRoot() argument 604 descend, operation, matchRequired, found, lastDirCluster, dirEnd, in traverseFromRoot() 638 traverseDir(int fd, int32_t startAt, int depth, int descend, int operation, in traverseDir() argument 661 visitNodes(fd, startAt, &dirdata, dirdatasize, depth, descend, in traverseDir()
|
H A D | fsck_pcfs.h | 196 extern void traverseFromRoot(int fd, int depth, int descend, int operation, 208 extern void traverseDir(int fd, int32_t startAt, int depth, int descend,
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4702 boolean_t descend; member 4813 int ldcsuge_sum = csuge_sum + opts->local + opts->descend; in parse_allow_args() 4861 if (!opts->local && !opts->descend) { in parse_allow_args() 4863 opts->descend = B_TRUE; in parse_allow_args() 4868 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, in store_allow_perm() argument 4904 if (descend) in store_allow_perm() 4913 if (descend) in store_allow_perm() 4922 if (descend) in store_allow_perm() 5019 opts->descend, opts->who, opts->perms, *nvlp); in construct_fsacl_list() 5022 opts->descend, NULL, opts->perms, *nvlp); in construct_fsacl_list() [all …]
|
/titanic_50/usr/src/lib/ |
H A D | README.Makefiles | 217 1. Setting SUBDIRS to the list of directories to descend into: 229 2. Providing a common "descend into SUBDIRS" rule:
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | README | 183 tells me whether or not I need to stat/descend any
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 6484 descend
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 6483 descend
|