Searched refs:vcdl (Results 1 – 3 of 3) sorted by relevance
349 data = &vcdl->data[i]; in process_unique_cmd_columns()643 if (!(vcdl->data = realloc(vcdl->data, in for_each_vdev_run_cb()644 sizeof (*vcdl->data) * (vcdl->count + 1)))) in for_each_vdev_run_cb()647 data = &vcdl->data[vcdl->count]; in for_each_vdev_run_cb()652 data->cmd = vcdl->cmd; in for_each_vdev_run_cb()660 vcdl->count++; in for_each_vdev_run_cb()712 vcdl->cmd = cmd; in all_pools_for_each_vdev_run()717 vcdl->g_zfs = g_zfs; in all_pools_for_each_vdev_run()733 return (vcdl); in all_pools_for_each_vdev_run()761 free(vcdl->data); in free_vdev_cmd_data_list()[all …]
125 void free_vdev_cmd_data_list(vdev_cmd_data_list_t *vcdl);
1995 data = &vcdl->data[i]; in zpool_print_cmd()2371 if (cb->vcdl != NULL) { in print_status_config()4045 if (cb->vcdl != NULL) in print_iostat_header_impl()4052 if (cb->vcdl != NULL) in print_iostat_header_impl()4597 if (cb->vcdl != NULL) { in print_vdev_stats()4781 if (cb->vcdl != NULL) { in print_iostat()5635 cb.vcdl = NULL; in zpool_do_iostat()5688 if (cb.vcdl != NULL) in zpool_do_iostat()5693 if (cb.vcdl != NULL) in zpool_do_iostat()8338 if (cbp->vcdl != NULL) in status_callback()[all …]