| /illumos-gate/usr/src/tools/ctf/cvt/ |
| H A D | traverse.c | 155 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/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); 203 long descend = GOOD; local 936 long descend = GOOD; local [all...] |
| /illumos-gate/usr/src/cmd/du/ |
| H A D | du.c | 93 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/fs.d/pcfs/fsck/ |
| H A D | dir.c | 460 * 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/zfs/ |
| H A D | zfs_main.c | 4704 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...] |