/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 57 html-recursive info-recursive install-data-recursive \ 58 install-exec-recursive install-info-recursive \ 59 install-recursive installcheck-recursive installdirs-recursive \ 60 pdf-recursive ps-recursive uninstall-info-recursive \ 61 uninstall-recursive 191 $(MAKE) $(AM_MAKEFLAGS) all-recursive 255 target=`echo $@ | sed s/-recursive//`; \ 271 mostlyclean-recursive clean-recursive distclean-recursive \ 272 maintainer-clean-recursive: [all …]
|
/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) in snapshot_hold() argument 208 if (zfs_hold(zhp, p, jname, recursive, cleanup_fd) != 0) { in snapshot_hold() 219 boolean_t recursive) in snapshot_release() argument 231 if (zfs_release(zhp, p, jname, recursive) != 0) { in snapshot_release() 247 snapshot_create(char *volname, char *jname, boolean_t recursive, in snapshot_create() argument 260 if ((rv = zfs_snapshot(zlibh, snapname, recursive, NULL)) in snapshot_create() 272 if (hold && snapshot_hold(volname, snapname, jname, recursive) != 0) { in snapshot_create() 288 snapshot_destroy(char *volname, char *jname, boolean_t recursive, in snapshot_destroy() argument 303 if (recursive) { in snapshot_destroy() 315 snapshot_release(volname, namep, jname, recursive) != 0) { in snapshot_destroy() [all …]
|
H A D | ndmpd_zfs.c | 1715 boolean_t recursive = B_FALSE; in ndmpd_zfs_snapshot_prepare() local 1745 recursive = B_TRUE; in ndmpd_zfs_snapshot_prepare() 1748 ndmpd_zfs_args->nz_snapname, recursive, B_FALSE, in ndmpd_zfs_snapshot_prepare() 1844 boolean_t recursive = B_FALSE; in ndmpd_zfs_snapshot_create() local 1854 recursive = B_TRUE; in ndmpd_zfs_snapshot_create() 1857 ndmpd_zfs_args->nz_snapname, recursive, B_FALSE) != 0) { in ndmpd_zfs_snapshot_create() 1887 boolean_t recursive = B_FALSE; in ndmpd_zfs_snapshot_unuse() local 1893 recursive = B_TRUE; in ndmpd_zfs_snapshot_unuse() 1896 snapdata_p->nzs_snapname, recursive, B_FALSE, &zfs_err); in ndmpd_zfs_snapshot_unuse()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | rep.cc | 351 if (lines->body.recursive.in_depinfo) in gather_recursive_deps() 353 if (!lines->body.recursive.has_built) in gather_recursive_deps() 356 lines->body.recursive.in_depinfo=true; in gather_recursive_deps() 365 APPEND_NAME(lines->body.recursive.directory, in gather_recursive_deps() 368 APPEND_NAME(lines->body.recursive.target, in gather_recursive_deps() 373 for (dp = lines->body.recursive.makefiles; in gather_recursive_deps()
|
H A D | read2.cc | 638 if ((line->body.recursive.directory == directory) && in enter_dependencies() 639 (line->body.recursive.target == name)) { in enter_dependencies() 640 line->body.recursive.makefiles = dp; in enter_dependencies() 641 line->body.recursive.has_built = in enter_dependencies() 648 line2->body.recursive.directory = directory; in enter_dependencies() 649 line2->body.recursive.target = name; in enter_dependencies() 650 line2->body.recursive.makefiles = dp; in enter_dependencies() 651 line2->body.recursive.has_built = in enter_dependencies() 653 line2->body.recursive.in_depinfo = false; in enter_dependencies()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 91 int recursive; /* remove subtrees too */ member 154 if (!state->recursive) in rm() 359 state.recursive = 1; in b_rm() 398 state.unconditional = state.unconditional && state.recursive && state.force; in b_rm() 399 if (state.recursive && state.fs3d) in b_rm()
|
H A D | cp.c | 174 int recursive; /* subtrees too */ member 347 if (!state->recursive) in visit() 758 state->recursive = 1; in b_cp() 813 state->recursive = 1; in b_cp() 856 state->recursive = 1; in b_cp() 984 if (!state->recursive) in b_cp()
|
H A D | cksum.c | 130 int recursive; /* recursively descend dirs */ member 495 state.recursive = 1; in b_cksum() 590 else if (!*argv && !state.recursive) in b_cksum()
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | dataset.py | 214 def snapshots_fromcmdline(dsnames, recursive): argument 224 if not recursive or e.errno != errno.ENOENT: 226 if recursive:
|
H A D | holds.py | 66 for ds in zfs.dataset.snapshots_fromcmdline(args, options.recursive):
|
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 78 static boolean_t silent, interactive, recursive, ontty; variable 114 recursive = B_TRUE; in main() 142 if (recursive && stat("/", &rootdir) != 0) { in main() 344 if (!recursive) { in rm()
|
/illumos-gate/usr/src/cmd/fruadm/ |
H A D | fruadm.c | 59 static int found_frupath = 0, list_only = 0, recursive = 0, variable 835 if (!recursive) { in walk_tree() 838 } else if (process_self && !recursive) { in walk_tree() 878 recursive = 1; in main() 894 recursive = 1; in main()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.recursive_neg.ksh | 22 $TESTPOOL $ZCP_ROOT/lua_core/tst.recursive.zcp 10000000
|
H A D | tst.recursive_pos.ksh | 21 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.recursive.zcp 10000
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | gdbhelpers | 60 # Show symbols in a symbol_list. Non-recursive 220 # non-recursive 292 # non-recursive
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree.h | 148 #define sqliteBtreePageDump(pBt, pgno, recursive)\ argument 149 (btOps(pBt)->PageDump(pBt, pgno, recursive))
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 618 boolean_t recursive; member 854 "exist\n"), sd->fsname, sd->tosnap, sd->recursive ? in send_iterate_fs() 879 if (sd->props || sd->backup || sd->recursive) { in send_iterate_fs() 950 if (sd->recursive) in send_iterate_fs() 966 const char *tosnap, boolean_t recursive, boolean_t raw, in gather_nvlist() argument 982 sd.recursive = recursive; in gather_nvlist() 2825 boolean_t needagain, progress, recursive; in recv_incremental_replication() local 2830 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in recv_incremental_replication() 2840 recursive, B_TRUE, B_FALSE, in recv_incremental_replication() 3108 boolean_t recursive, raw; in zfs_receive_package() local [all …]
|
H A D | libzfs_dataset.c | 4162 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, in zfs_snapshot() argument 4189 if (recursive) { in zfs_snapshot() 4356 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive, in zfs_rename() argument 4417 if (recursive) { in zfs_rename() 4476 if (recursive) { in zfs_rename() 4515 zc.zc_cookie = recursive; in zfs_rename() 4525 if (recursive && errno == EEXIST) { in zfs_rename() 4878 boolean_t recursive; member 4895 if (ha->recursive) in zfs_hold_one() 4903 boolean_t recursive, int cleanup_fd) in zfs_hold() argument [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 1306 int backwards, int recursive) in krb5_db2_db_iterate_ext() argument 1330 if (recursive && db->type != DB_BTREE) { in krb5_db2_db_iterate_ext() 1335 if (!recursive) { in krb5_db2_db_iterate_ext() 1356 if (!recursive) { in krb5_db2_db_iterate_ext() 1388 int backwards = 0, recursive = 0; in krb5_db2_db_iterate() local 1399 recursive = 1; in krb5_db2_db_iterate() 1415 return krb5_db2_db_iterate_ext(context, func, func_arg, backwards, recursive); in krb5_db2_db_iterate()
|
/illumos-gate/usr/src/cmd/grep/ |
H A D | grep.c | 128 static int recursive(const char *, const struct stat *, int, struct FTW *); 570 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) { in process_path() 587 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) in recursive() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | HISTORY | 145 04/21/87 replace yacc parser with recursive expr() from library streval() 185 fixed macro stack frame bug during recursive macro arg expansion 206 add #(x y...) -> "#x y..." for recursive directive evaluation
|
/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, 1440 snapshot_raidsystem(uint8_t recursive, uint8_t indent, uint8_t is_snapshot) in snapshot_raidsystem() argument 1449 if (snapshot_ctl(ctl_handle, recursive, indent, in snapshot_raidsystem() 1466 snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, uint8_t indent, in snapshot_ctl() argument 1493 if (recursive == TRUE) { in snapshot_ctl()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.callg.blurb | 22 than recursive calls).
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 241 static short recursive; variable 1536 recursive = long_list = 0; in main() 1542 recursive = 1; in main() 1568 recursive = 0; in main() 2584 (!recursive && !doing_find && level > input_pathp)) in follow_path() 2595 if ((recursive || doing_find) && (level > input_pathp) && in follow_path() 2611 (!recursive || (recursive && level <= input_pathp))) { in follow_path()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5126 boolean_t recursive; /* unallow only */ member 5232 int all_sum = un ? ldcsuge_sum + opts->recursive : ldcsuge_sum; in parse_allow_args() 5744 opts.recursive = B_TRUE; in zfs_do_allow_unallow_impl() 5791 if (un && opts.recursive) { in zfs_do_allow_unallow_impl() 5830 boolean_t recursive = B_FALSE; in zfs_do_hold_rele_impl() local 5838 recursive = B_TRUE; in zfs_do_hold_rele_impl() 5887 if (zfs_hold(zhp, delim+1, tag, recursive, -1) != 0) in zfs_do_hold_rele_impl() 5890 if (zfs_release(zhp, delim+1, tag, recursive) != 0) in zfs_do_hold_rele_impl() 6038 boolean_t recursive = B_FALSE; in zfs_do_holds() local 6053 recursive = B_TRUE; in zfs_do_holds() [all …]
|