Searched refs:vrs (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_rebuild.c | 1131 vdev_rebuild_get_stats(vdev_t *tvd, vdev_rebuild_stat_t *vrs) in vdev_rebuild_get_stats() argument 1145 memset(vrs, 0, sizeof (vdev_rebuild_stat_t)); in vdev_rebuild_get_stats() 1146 vrs->vrs_state = VDEV_REBUILD_NONE; in vdev_rebuild_get_stats() 1153 vrs->vrs_state = vrp->vrp_rebuild_state; in vdev_rebuild_get_stats() 1154 vrs->vrs_start_time = vrp->vrp_start_time; in vdev_rebuild_get_stats() 1155 vrs->vrs_end_time = vrp->vrp_end_time; in vdev_rebuild_get_stats() 1156 vrs->vrs_scan_time_ms = vrp->vrp_scan_time_ms; in vdev_rebuild_get_stats() 1157 vrs->vrs_bytes_scanned = vrp->vrp_bytes_scanned; in vdev_rebuild_get_stats() 1158 vrs->vrs_bytes_issued = vrp->vrp_bytes_issued; in vdev_rebuild_get_stats() 1159 vrs->vrs_bytes_rebuilt = vrp->vrp_bytes_rebuilt; in vdev_rebuild_get_stats() [all …]
|
H A D | vdev_label.c | 444 vdev_rebuild_stat_t vrs; in top_vdev_actions_getprogress() local 445 if (vdev_rebuild_get_stats(vd, &vrs) == 0) { in top_vdev_actions_getprogress() 447 ZPOOL_CONFIG_REBUILD_STATS, (uint64_t *)&vrs, in top_vdev_actions_getprogress() 448 sizeof (vrs) / sizeof (uint64_t)); in top_vdev_actions_getprogress()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_status.c | 251 vdev_rebuild_stat_t *vrs = NULL; in check_status() local 260 (uint64_t **)&vrs, &i) == 0) && (vrs != NULL)) { in check_status() 261 uint64_t state = vrs->vrs_state; in check_status() 266 vrs->vrs_end_time > rebuild_end_time) { in check_status() 267 rebuild_end_time = vrs->vrs_end_time; in check_status()
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 1089 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data) in vpd_nextbyte() argument 1094 if (vrs->bytesinval == 0) { in vpd_nextbyte() 1095 if (pci_read_vpd_reg(vrs->pcib, vrs->cfg, vrs->off, ®)) in vpd_nextbyte() 1097 vrs->val = le32toh(reg); in vpd_nextbyte() 1098 vrs->off += 4; in vpd_nextbyte() 1099 byte = vrs->val & 0xff; in vpd_nextbyte() 1100 vrs->bytesinval = 3; in vpd_nextbyte() 1102 vrs->val = vrs->val >> 8; in vpd_nextbyte() 1103 byte = vrs->val & 0xff; in vpd_nextbyte() 1104 vrs->bytesinval--; in vpd_nextbyte() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 2878 nvlist_t *nv, int depth, boolean_t isspare, vdev_rebuild_stat_t *vrs) in print_status_config() argument 3147 if (vrs != NULL && vrs->vrs_state == VDEV_REBUILD_ACTIVE && in print_status_config() 3184 if (vrs == NULL) { in print_status_config() 3187 (uint64_t **)&vrs, &i); in print_status_config() 3193 isspare, vrs); in print_status_config() 8946 print_rebuild_status_impl(vdev_rebuild_stat_t *vrs, uint_t c, char *vdev_name) in print_rebuild_status_impl() argument 8948 if (vrs == NULL || vrs->vrs_state == VDEV_REBUILD_NONE) in print_rebuild_status_impl() 8955 uint64_t bytes_scanned = vrs->vrs_bytes_scanned; in print_rebuild_status_impl() 8956 uint64_t bytes_issued = vrs->vrs_bytes_issued; in print_rebuild_status_impl() 8957 uint64_t bytes_rebuilt = vrs->vrs_bytes_rebuilt; in print_rebuild_status_impl() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 698 size_t vrs = 1; in GetVectorValueObject() local 708 vrs++; in GetVectorValueObject() 722 new DataBufferHeap(vrs * vr_size, 0)); in GetVectorValueObject() 724 for (uint32_t i = 0; i < vrs; i++) { in GetVectorValueObject()
|
/freebsd/crypto/heimdal/doc/ |
H A D | Makefile.in | 614 heimdal.toc heimdal.tp heimdal.tps heimdal.vr heimdal.vrs \ 617 hx509.tps hx509.vr hx509.vrs
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | wordprocessors | 169 !:mime application/x-wordperfect-vrs 171 !:ext vrs
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 2253 ".insn vrs,$enc,$BD2,$M4", []>;
|