Searched refs:print_class_vdevs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 3345 print_class_vdevs(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t *nv, in print_class_vdevs() function 3786 print_class_vdevs(NULL, &cb, nvroot, VDEV_ALLOC_BIAS_DEDUP); in show_import() 3787 print_class_vdevs(NULL, &cb, nvroot, VDEV_ALLOC_BIAS_SPECIAL); in show_import() 3788 print_class_vdevs(NULL, &cb, nvroot, VDEV_ALLOC_CLASS_LOGS); in show_import() 11481 print_class_vdevs(zhp, cbp, nvroot, VDEV_ALLOC_BIAS_DEDUP); in status_callback() 11482 print_class_vdevs(zhp, cbp, nvroot, VDEV_ALLOC_BIAS_SPECIAL); in status_callback() 11483 print_class_vdevs(zhp, cbp, nvroot, VDEV_ALLOC_CLASS_LOGS); in status_callback()
|