Searched refs:is_log (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.c78 uint64_t is_log = B_FALSE; local
81 &is_log);
82 if (is_log)
H A Dzpool_vdev.c417 make_leaf_vdev(const char *arg, uint64_t is_log) argument
510 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0);
601 uint64_t is_log = B_FALSE; local
609 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
610 if (is_log)
1261 uint64_t is_log; local
1271 is_log = B_FALSE;
1293 is_log = B_FALSE;
1305 is_log = B_TRUE;
1310 * We just set is_log an
[all...]
H A Dzpool_main.c398 uint64_t is_log = B_FALSE; local
401 &is_log);
402 if ((is_log && !print_logs) || (!is_log && print_logs))
1784 uint64_t is_log = B_FALSE; local
1787 &is_log);
1788 if (is_log)
1820 * but with "is_log" set to 1. We use either print_status_config() or
1823 * works because only the top level vdev is marked "is_log"
1838 uint64_t is_log local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_comutil.c49 uint64_t is_log; local
59 is_log = 0;
61 &is_log);
62 if (!is_log)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c47 uint64_t is_log = 0; local
62 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
64 if (is_log)
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c207 int is_log)
227 int val = is_log ? (i == n-1 ? 0 : 1<<i) : i;
254 #define __sdpstats_seq_hist(seq, msg, hist, is_log) ({ \
259 sdpstats_seq_hist(seq, msg, tmp_hist, hist_len, is_log);\
206 sdpstats_seq_hist(struct seq_file *seq, char *str, u32 *h, int n, int is_log) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1674 uint64_t is_log = 0; local
1677 &is_log);
1681 is_log ? " [log]" : "");
2126 uint64_t is_log; local
2277 * The 'is_log' value is only set for the toplevel
2284 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&
2285 is_log) {
3124 uint64_t is_log = B_FALSE, is_hole = B_FALSE; local
3135 &is_log);
3138 if (is_log || is_hol
[all...]

Completed in 195 milliseconds