Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/freebsd/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py11 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
16 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
21 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
28 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
35 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
41 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
47 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
60 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_004_pos.ksh52 if [ -n "$recursive" ]; then
53 set_tunable64 VOL_RECURSIVE $recursive
70 recursive=$(get_tunable VOL_RECURSIVE)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A Dzpool_destroy_001_pos.ksh59 [ -n "$recursive" ] && set_tunable64 VOL_RECURSIVE $recursive
73 typeset recursive=$(get_tunable VOL_RECURSIVE)
/f-stack/freebsd/contrib/openzfs/
H A Dcopy-builtin27 cp --recursive include "$KERNEL_DIR/include/zfs"
28 cp --recursive module "$KERNEL_DIR/fs/zfs"
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_realip_module.c24 ngx_flag_t recursive; member
78 offsetof(ngx_http_realip_loc_conf_t, recursive),
237 rlcf->recursive) in ngx_http_realip_handler()
473 conf->recursive = NGX_CONF_UNSET; in ngx_http_realip_create_loc_conf()
490 ngx_conf_merge_value(conf->recursive, prev->recursive, 0); in ngx_http_realip_merge_loc_conf()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.recursive_neg.ksh22 $TESTPOOL $ZCP_ROOT/lua_core/tst.recursive.zcp 10000000
H A Dtst.recursive_pos.ksh21 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.recursive.zcp 10000
H A DMakefile.am41 tst.recursive.zcp \
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c247 boolean_t recursive; member
323 if (!sd->recursive) { in send_iterate_snap()
631 if (sd->recursive) in send_iterate_fs()
663 sd.recursive = recursive; in gather_nvlist()
2017 if (!recursive) in send_prelim_records()
3240 recursive, B_TRUE, B_FALSE, recursive, B_FALSE, B_FALSE, in recv_incremental_replication()
3534 boolean_t recursive, raw; in zfs_receive_package() local
3609 if (fromsnap != NULL && recursive) { in zfs_receive_package()
3959 if (recursive) in zfs_setup_cmdline_props()
4104 boolean_t recursive; in zfs_receive_one() local
[all …]
H A Dlibzfs_dataset.c4200 if (recursive) { in zfs_snapshot()
4433 if (flags.recursive) { in zfs_rename()
4486 if (flags.recursive) { in zfs_rename()
4530 zc.zc_cookie = !!flags.recursive; in zfs_rename()
4875 boolean_t recursive; member
4893 if (ha->recursive) in zfs_hold_one()
4901 boolean_t recursive, int cleanup_fd) in zfs_hold() argument
4909 ha.recursive = recursive; in zfs_hold()
5024 if (ha->recursive) in zfs_release_one()
5032 boolean_t recursive) in zfs_release() argument
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg87 VOL_RECURSIVE vol.recursive UNSUPPORTED
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdcli.c726 unsigned recursive = 0; in main() local
756 (void)recursive; (void)cLevelLast; /* not used when ZSTD_NOBENCH set */ in main()
1019 case 'r': recursive=1; argument++; break; in main()
1140 …if (recursive) { /* at this stage, filenameTable is a list of paths, which can contain both files… in main()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c867 unsigned recursive = 0; in main() local
920 case 'r': recursive=1; argument++; break; in main()
988 if (recursive) { in main()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3758 flags.recursive = B_TRUE; in zfs_do_rename()
3793 if (flags.recursive && parents) { in zfs_do_rename()
6193 opts.recursive = B_TRUE; in zfs_do_allow_unallow_impl()
6240 if (un && opts.recursive) { in zfs_do_allow_unallow_impl()
6279 boolean_t recursive = B_FALSE; in zfs_do_hold_rele_impl() local
6287 recursive = B_TRUE; in zfs_do_hold_rele_impl()
6488 boolean_t recursive = B_FALSE; in zfs_do_holds() local
6503 recursive = B_TRUE; in zfs_do_holds()
6515 if (recursive) { in zfs_do_holds()
6543 if (recursive) in zfs_do_holds()
[all …]
/f-stack/dpdk/lib/
H A Dmeson.build139 objs += static_lib.extract_all_objects(recursive: false)
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h533 int recursive);
H A Dngx_http_core_module.c82 int recursive);
2631 int recursive) in ngx_http_get_forwarded_addr() argument
2640 recursive); in ngx_http_get_forwarded_addr()
2653 recursive); in ngx_http_get_forwarded_addr()
2655 if (!recursive) { in ngx_http_get_forwarded_addr()
2677 u_char *xff, size_t xfflen, ngx_array_t *proxies, int recursive) in ngx_http_get_forwarded_addr_internal() argument
2706 if (recursive && p > xff) { in ngx_http_get_forwarded_addr_internal()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_dataset.h363 const char *oldsnapname, const char *newsnapname, boolean_t recursive);
H A Ddmu.h344 const char *oldsnapname, const char *newsnapname, boolean_t recursive);
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_valgrind_check.m4187 # Use recursive makes in order to ignore errors during check
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY94 + non-recursive garbage-collector algorithm.
/f-stack/freebsd/contrib/openzfs/config/
H A Dax_code_coverage.m4249 # Use recursive makes in order to ignore errors during check
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h649 int recursive : 1; member
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in140 * to avoid recursive allocation during mutex initialization.
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c146 SYSCTL_INT(_vfs_zfs_vol, OID_AUTO, recursive, CTLFLAG_RWTUN, &zpool_on_zvol, 0,

12