Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c265 static char vdev_name[256]; in get_vdev_name() local
276 (void) snprintf(vdev_name, sizeof (vdev_name), "%s", in get_vdev_name()
279 (void) snprintf(vdev_name, sizeof (vdev_name), in get_vdev_name()
283 return (vdev_name); in get_vdev_name()
678 char vdev_name[256]; in print_recursive_stats() local
687 (void) strlcpy(vdev_name, get_vdev_name(nvroot, parent_name), in print_recursive_stats()
688 sizeof (vdev_name)); in print_recursive_stats()
692 vdev_name, descend); in print_recursive_stats()
/src/tests/sys/aio/
H A Daio_test.c974 char vdev_name[160]; in aio_zvol_setup() local
981 snprintf(vdev_name, sizeof(vdev_name), "%s", ZVOL_VDEV_PATHNAME); in aio_zvol_setup()
987 fd = open(vdev_name, O_RDWR | O_CREAT, 0600); in aio_zvol_setup()
999 vdev_name); in aio_zvol_setup()
/src/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6764 print_line(list_cbdata_t *cb, const char *vdev_name) in print_line() argument
6773 boolean_t print_header = (vdev_name == NULL); in print_line()
6811 header = vdev_name; in print_line()
9088 print_rebuild_status_impl(vdev_rebuild_stat_t *vrs, uint_t c, char *vdev_name) in print_rebuild_status_impl() argument
9131 "with %llu errors on %s"), vdev_name, bytes_rebuilt_buf, in print_rebuild_status_impl()
9136 vdev_name, ctime(&end)); in print_rebuild_status_impl()
9140 vdev_name, ctime(&start)); in print_rebuild_status_impl()
9899 char *vdev_name = zpool_vdev_name(g_zfs, zhp, in removal_status_nvlist() local
9902 fill_vdev_info(nv, zhp, vdev_name, B_FALSE, in removal_status_nvlist()
9927 free(vdev_name); in removal_status_nvlist()
[all …]
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev.c5932 vdev_name(vdev_t *vd, char *buf, int buflen) in vdev_name() function
6338 strval = vdev_name(vd, namebuf, in vdev_prop_get()
6431 strval = vdev_name(vd->vdev_parent, in vdev_prop_get()
6445 vname = vdev_name(vd->vdev_child[i], in vdev_prop_get()