/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | rm.c | 55 "[r|R:recursive?Remove the contents of directories recursively.]" 56 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then" 90 int recursive; /* remove subtrees too */ member in struct:State_s 151 if (!state->recursive) 368 state.recursive = 1; 405 state.unconditional = state.unconditional && state.recursive && state.force; 406 if (state.recursive && state.fs3d)
|
H A D | cksum.c | 79 "[R:recursive?Recursively checksum the contents of directories.]" 130 int recursive; /* recursively descend dirs */ member in struct:State_s 495 state.recursive = 1; 590 else if (!*argv && !state.recursive)
|
H A D | cp.c | 45 " \b--preserve\b \b--recursive\b.]" 88 "[r|R:recursive?Operate on the contents of directories recursively.]" 160 int recursive; /* subtrees too */ member in struct:State_s 329 if (!state->recursive) 734 state->recursive = 1; 762 state->recursive = 1; 801 state->recursive = 1; 921 if (!state->recursive)
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_chkpnt.c | 190 snapshot_hold(char *volname, char *snapname, char *jname, boolean_t recursive) argument 208 if (zfs_hold(zhp, p, jname, recursive, cleanup_fd) != 0) { 219 boolean_t recursive) 231 if (zfs_release(zhp, p, jname, recursive) != 0) { 247 snapshot_create(char *volname, char *jname, boolean_t recursive, argument 260 if ((rv = zfs_snapshot(zlibh, snapname, recursive, NULL)) 272 if (hold && snapshot_hold(volname, snapname, jname, recursive) != 0) { 288 snapshot_destroy(char *volname, char *jname, boolean_t recursive, argument 303 if (recursive) { 315 snapshot_release(volname, namep, jname, recursive) ! 218 snapshot_release(char *volname, char *snapname, char *jname, boolean_t recursive) argument [all...] |
H A D | ndmpd_zfs.c | 142 * $ZFS_MODE: d | r | p [for dataset, recursive, or package] 603 * recursive ('r'): The dataset and its child file systems are backed up 1456 "defaulting to recursive"); 1463 } else if ((strcmp(envp, "recursive") == 0) || 1710 boolean_t recursive = B_FALSE; local 1740 recursive = B_TRUE; 1743 ndmpd_zfs_args->nz_snapname, recursive, B_FALSE, 1839 boolean_t recursive = B_FALSE; local 1849 recursive = B_TRUE; 1852 ndmpd_zfs_args->nz_snapname, recursive, B_FALS 1882 boolean_t recursive = B_FALSE; local [all...] |
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 78 static boolean_t silent, interactive, recursive, ontty; variable 114 recursive = B_TRUE; 142 if (recursive && stat("/", &rootdir) != 0) { 325 * the memory is no longer valid. So after the recursive rm() 344 if (!recursive) {
|
/illumos-gate/usr/src/cmd/grep/ |
H A D | grep.c | 117 static int recursive(const char *, const struct stat *, int, struct FTW *); 261 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) { 273 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) function
|
/illumos-gate/usr/src/cmd/fruadm/ |
H A D | fruadm.c | 57 static int found_frupath = 0, list_only = 0, recursive = 0, variable 833 if (!recursive) { 836 } else if (process_self && !recursive) { 876 recursive = 1; 892 recursive = 1;
|
/illumos-gate/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 118 static int recursive(const char *, const struct stat *, int, struct FTW *); 418 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) { 435 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) function
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 1305 int backwards, int recursive) 1329 if (recursive && db->type != DB_BTREE) { 1334 if (!recursive) { 1355 if (!recursive) { 1387 int backwards = 0, recursive = 0; local 1398 recursive = 1; 1414 return krb5_db2_db_iterate_ext(context, func, func_arg, backwards, recursive); 1302 krb5_db2_db_iterate_ext(krb5_context context, krb5_error_code(*func) (krb5_pointer, krb5_db_entry *), krb5_pointer func_arg, int backwards, int recursive) argument
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 331 FNPROTO(recursive); variable
|
/illumos-gate/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 167 static int snapshot_raidsystem(uint8_t recursive, uint8_t indent, 169 static int snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, 1435 * snapshot_raidsystem(recursive, indent, is_snapshot) 1440 snapshot_raidsystem(uint8_t recursive, uint8_t indent, uint8_t is_snapshot) argument 1449 if (snapshot_ctl(ctl_handle, recursive, indent, 1461 * snapshot_ctl(ctl_handle, recursive, indent, is_snapshot) 1466 snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, uint8_t indent, argument 1493 if (recursive == TRUE) {
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 74 static int recursive; variable 1378 recursive = 0;
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | forth.c | 2108 recursive(fcode_env_t *env) function 2110 expose_acf(env, "<recursive>"); 2662 FORTH(IMMEDIATE, "recursive", recursive);
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 3043 static int fileBtreePageDump(Btree *pBt, int pgno, int recursive){ argument 3055 if( recursive ) printf("PAGE %d:\n", pgno); 3100 if( recursive && pPage->u.hdr.rightChild!=0 ){
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dataset.c | 701 * We use a "recursive" mutex so that we 1199 * snapshot limit when either taking a recursive snapshot or when 1205 * but its more complicated for the recursive/multiple snapshot case. 1214 * This approach properly handles not only the recursive snapshot 2151 const char *oldsnapname, const char *newsnapname, boolean_t recursive) 2158 ddrsa.ddrsa_recursive = recursive; 2150 dsl_dataset_rename_snapshot(const char *fsname, const char *oldsnapname, const char *newsnapname, boolean_t recursive) argument
|
H A D | zfs_ioctl.c | 3680 * zc_cookie recursive flag (only valid for snapshots) 3687 boolean_t recursive = zc->zc_cookie & 1; local 3706 recursive ? DS_FIND_CHILDREN : 0); 3713 at + 1, strchr(zc->zc_value, '@') + 1, recursive);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 3782 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, argument 3809 if (recursive) { 3957 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive, argument 4013 if (recursive) { 4015 "recursive rename must be a snapshot")); 4054 if (recursive) { 4093 zc.zc_cookie = recursive; 4097 * if it was recursive, the one that actually failed will 4103 if (recursive && errno == EEXIST) { 4440 boolean_t recursive; member in struct:holdarg 4464 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive, int cleanup_fd) argument 4592 zfs_release(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive) argument [all...] |
H A D | libzfs_sendrecv.c | 579 * assigned inside every recursive call, 600 boolean_t recursive; member in struct:send_data 814 "exist\n"), sd->fsname, sd->tosnap, sd->recursive ? 861 if (sd->recursive) 875 const char *tosnap, boolean_t recursive, boolean_t verbose, 890 sd.recursive = recursive; 1333 * recursive, we need to send a full stream from the 1335 * is a clone). If we're doing non-recursive, then let 1722 * The send stream is recursive ( 874 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t verbose, nvlist_t **nvlp, avl_tree_t **avlp) argument 2402 boolean_t needagain, progress, recursive; local 2690 boolean_t recursive; local 3039 boolean_t recursive; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 251 static short recursive; variable 1546 recursive = long_list = 0; 1552 recursive = 1; 1578 recursive = 0; 2594 (!recursive && !doing_find && level > input_pathp)) 2605 if ((recursive || doing_find) && (level > input_pathp) && 2621 (!recursive || (recursive && level <= input_pathp))) {
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 608 * Used to keep track of recursive calls to make 609 * Name "target" gets one recursive prop 675 struct Recursive recursive; member in union:Body
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 1432 do_print_vdev(uintptr_t addr, int flags, int depth, boolean_t recursive, argument 1601 if (children == 0 || !recursive) 1612 if (do_print_vdev(child[c], flags, depth + 2, recursive, 1625 boolean_t recursive = B_FALSE; local 1633 'r', MDB_OPT_SETBITS, TRUE, &recursive, 1642 return (do_print_vdev(addr, flags, (int)depth, recursive, spa_flags));
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 1354 "recursive is not supported with bookmark\n"); 3252 (void) fprintf(stderr, gettext("source dataset for recursive " 4710 boolean_t recursive; /* unallow only */ member in struct:allow_opts 4816 int all_sum = un ? ldcsuge_sum + opts->recursive : ldcsuge_sum; 5327 opts.recursive = B_TRUE; 5374 if (un && opts.recursive) { 5413 boolean_t recursive = B_FALSE; local 5421 recursive = B_TRUE; 5470 if (zfs_hold(zhp, delim+1, tag, recursive, -1) != 0) 5473 if (zfs_release(zhp, delim+1, tag, recursive) ! 5618 boolean_t recursive = B_FALSE; local [all...] |