Home
last modified time | relevance | path

Searched refs:ishole (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/cmd/zpool/
Dzpool_main.c1467 uint64_t islog = B_FALSE, ishole = B_FALSE; in print_status_config() local
1473 &ishole); in print_status_config()
1474 if (islog || ishole) in print_status_config()
2435 uint64_t ishole = B_FALSE, islog = B_FALSE; in print_vdev_stats() local
2438 &ishole); in print_vdev_stats()
2443 if (ishole || islog) in print_vdev_stats()
3020 uint64_t ishole = B_FALSE; in print_list_stats() local
3023 ZPOOL_CONFIG_IS_HOLE, &ishole) == 0 && ishole) in print_list_stats()