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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c260 vdev_rebuild_stat_t *vrs = NULL;
269 (uint64_t **)&vrs, &i) == 0) && (vrs != NULL)) {
270 uint64_t state = vrs->vrs_state;
275 vrs->vrs_end_time > rebuild_end_time) {
276 rebuild_end_time = vrs->vrs_end_time;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c1100 vdev_rebuild_get_stats(vdev_t *tvd, vdev_rebuild_stat_t *vrs) argument
1114 bzero(vrs, sizeof (vdev_rebuild_stat_t));
1115 vrs->vrs_state = VDEV_REBUILD_NONE;
1122 vrs->vrs_state = vrp->vrp_rebuild_state;
1123 vrs->vrs_start_time = vrp->vrp_start_time;
1124 vrs->vrs_end_time = vrp->vrp_end_time;
1125 vrs->vrs_scan_time_ms = vrp->vrp_scan_time_ms;
1126 vrs->vrs_bytes_scanned = vrp->vrp_bytes_scanned;
1127 vrs->vrs_bytes_issued = vrp->vrp_bytes_issued;
1128 vrs
[all...]
H A Dvdev_label.c414 vdev_rebuild_stat_t vrs; local
415 if (vdev_rebuild_get_stats(vd, &vrs) == 0) {
417 ZPOOL_CONFIG_REBUILD_STATS, (uint64_t *)&vrs,
418 sizeof (vrs) / sizeof (uint64_t));
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2213 nvlist_t *nv, int depth, boolean_t isspare, vdev_rebuild_stat_t *vrs)
2418 if (vrs != NULL && vrs->vrs_state == VDEV_REBUILD_ACTIVE &&
2455 if (vrs == NULL) {
2458 (uint64_t **)&vrs, &i);
2464 isspare, vrs);
7569 print_rebuild_status_impl(vdev_rebuild_stat_t *vrs, char *vdev_name) argument
7571 if (vrs == NULL || vrs->vrs_state == VDEV_REBUILD_NONE)
7578 uint64_t bytes_scanned = vrs
2212 print_status_config(zpool_handle_t *zhp, status_cbdata_t *cb, const char *name, nvlist_t *nv, int depth, boolean_t isspare, vdev_rebuild_stat_t *vrs) argument
7659 vdev_rebuild_stat_t *vrs; local
7726 vdev_rebuild_stat_t *vrs; local
10197 vdev_rebuild_stat_t *vrs; local
[all...]
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c1062 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data) argument
1067 if (vrs->bytesinval == 0) {
1068 if (pci_read_vpd_reg(vrs->pcib, vrs->cfg, vrs->off, &reg))
1070 vrs->val = le32toh(reg);
1071 vrs->off += 4;
1072 byte = vrs->val & 0xff;
1073 vrs->bytesinval = 3;
1075 vrs
1088 struct vpd_readstate vrs; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp699 size_t vrs = 1; local
709 vrs++;
723 new DataBufferHeap(vrs * vr_size, 0));
725 for (uint32_t i = 0; i < vrs; i++) {
/freebsd-13-stable/crypto/heimdal/doc/
H A DMakefile.in614 heimdal.toc heimdal.tp heimdal.tps heimdal.vr heimdal.vrs \
617 hx509.tps hx509.vr hx509.vrs

Completed in 154 milliseconds