Searched +defs:val +defs:recursive (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c156 krb5_db2_get_db_opt(char *input, char **opt, char **val) argument
161 *val = strdup(input);
162 if (*val == NULL) {
167 *val = strdup(pos + 1);
168 if (!*opt || !*val) {
1305 int backwards, int recursive)
1329 if (recursive && db->type != DB_BTREE) {
1334 if (!recursive) {
1355 if (!recursive) {
1387 int backwards = 0, recursive local
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
1390 char *opt = NULL, *val = NULL; local
1464 char *opt = NULL, *val = NULL; local
1562 char *opt = NULL, *val = NULL; local
1658 char *opt = NULL, *val = NULL; local
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c1681 uchar_t val; local
1685 val = (uchar_t)POP(DS);
1688 memset(dest, val, len);
2108 recursive(fcode_env_t *env) function
2110 expose_acf(env, "<recursive>");
2662 FORTH(IMMEDIATE, "recursive", recursive);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c701 * 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
1231 uint64_t val; local
1242 &val) == 0) {
1245 val + 1);
1728 nvlist_t *val = fnvlist_alloc(); local
1752 fnvlist_add_boolean(val, buf);
1756 fnvlist_add_nvlist(propval, ZPROP_VALUE, val);
1772 uint64_t val; local
2048 uint64_t val; local
2100 uint64_t val; local
2150 dsl_dataset_rename_snapshot(const char *fsname, const char *oldsnapname, const char *newsnapname, boolean_t recursive) argument
2439 uint64_t val, dlused, dlcomp, dluncomp; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1968 char **source, uint64_t *val)
2052 *val = getprop_uint64(zhp, prop, source);
2057 if (hasmntopt(&mnt, mntopt_on) && !*val) {
2058 *val = B_TRUE;
2061 } else if (hasmntopt(&mnt, mntopt_off) && *val) {
2062 *val = B_FALSE;
2078 *val = getprop_uint64(zhp, prop, source);
2087 *val = (zhp->zfs_mntopts != NULL);
2091 *val = zhp->zfs_dmustats.dds_num_clones;
2108 val) !
1967 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, char **source, uint64_t *val) argument
2337 uint64_t val; local
2657 uint64_t val; local
2665 zfs_prop_set_int(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t val) argument
3782 zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, nvlist_t *props) argument
3957 zfs_rename(zfs_handle_t *zhp, const char *target, boolean_t recursive, boolean_t force_unmount) argument
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...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c316 enum_lookup(char *type, int val, const char *prefix, size_t size, char *out) argument
327 if ((cp = mdb_ctf_enum_name(enum_type, val)) != NULL) {
332 mdb_snprintf(out, size, "? (%d)", val);
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 Dzfs_main.c1354 "recursive is not supported with bookmark\n");
3252 (void) fprintf(stderr, gettext("source dataset for recursive "
3546 /* validate argument order: prop=val args followed by dataset args */
3550 /* out-of-order prop=val argument */
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
5548 uint64_t val = 0; local
5618 boolean_t recursive = B_FALSE; local
[all...]

Completed in 2739 milliseconds