HomeSort by relevance Sort by last modified time
    Searched defs:is_log (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/zpool/
zpool_util.c 78 uint64_t is_log = B_FALSE; local
81 &is_log);
82 if (is_log)
zpool_vdev.c 391 make_leaf_vdev(const char *arg, uint64_t is_log)
474 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0);
562 uint64_t is_log = B_FALSE; local
570 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
571 if (is_log)
1165 uint64_t is_log; local
1175 is_log = B_FALSE;
1197 is_log = B_FALSE;
1209 is_log = B_TRUE;
1214 * We just set is_log and continue
    [all...]
zpool_main.c 340 uint64_t is_log = B_FALSE; local
343 &is_log);
344 if ((is_log && !print_logs) || (!is_log && print_logs))
1228 uint64_t is_log = B_FALSE; local
1231 &is_log);
1232 if (is_log)
1264 * but with "is_log" set to 1. We use either print_status_config() or
1267 * works because only the top level vdev is marked "is_log"
1282 uint64_t is_log = B_FALSE local
    [all...]
  /onnv/onnv-gate/usr/src/common/zfs/
zfs_comutil.c 49 uint64_t is_log; local
59 is_log = 0;
61 &is_log);
62 if (!is_log)
  /onnv/onnv-gate/usr/src/lib/libzpool/common/
util.c 73 uint64_t is_log = 0; local
88 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
90 if (is_log)
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_pool.c 1589 uint64_t is_log; local
    [all...]

Completed in 120 milliseconds