Searched refs:vrs (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | vdev_rebuild.c | 1124 vdev_rebuild_get_stats(vdev_t *tvd, vdev_rebuild_stat_t *vrs) in vdev_rebuild_get_stats() argument 1138 memset(vrs, 0, sizeof (vdev_rebuild_stat_t)); in vdev_rebuild_get_stats() 1139 vrs->vrs_state = VDEV_REBUILD_NONE; in vdev_rebuild_get_stats() 1146 vrs->vrs_state = vrp->vrp_rebuild_state; in vdev_rebuild_get_stats() 1147 vrs->vrs_start_time = vrp->vrp_start_time; in vdev_rebuild_get_stats() 1148 vrs->vrs_end_time = vrp->vrp_end_time; in vdev_rebuild_get_stats() 1149 vrs->vrs_scan_time_ms = vrp->vrp_scan_time_ms; in vdev_rebuild_get_stats() 1150 vrs->vrs_bytes_scanned = vrp->vrp_bytes_scanned; in vdev_rebuild_get_stats() 1151 vrs->vrs_bytes_issued = vrp->vrp_bytes_issued; in vdev_rebuild_get_stats() 1152 vrs->vrs_bytes_rebuilt = vrp->vrp_bytes_rebuilt; in vdev_rebuild_get_stats() [all …]
|
| HD | vdev_label.c | 432 vdev_rebuild_stat_t vrs; in top_vdev_actions_getprogress() local 433 if (vdev_rebuild_get_stats(vd, &vrs) == 0) { in top_vdev_actions_getprogress() 435 ZPOOL_CONFIG_REBUILD_STATS, (uint64_t *)&vrs, in top_vdev_actions_getprogress() 436 sizeof (vrs) / sizeof (uint64_t)); in top_vdev_actions_getprogress()
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | 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-14-stable/sys/dev/pci/ |
| HD | pci.c | 1074 vpd_nextbyte(struct vpd_readstate *vrs, uint8_t *data) in vpd_nextbyte() argument 1079 if (vrs->bytesinval == 0) { in vpd_nextbyte() 1080 if (pci_read_vpd_reg(vrs->pcib, vrs->cfg, vrs->off, ®)) in vpd_nextbyte() 1082 vrs->val = le32toh(reg); in vpd_nextbyte() 1083 vrs->off += 4; in vpd_nextbyte() 1084 byte = vrs->val & 0xff; in vpd_nextbyte() 1085 vrs->bytesinval = 3; in vpd_nextbyte() 1087 vrs->val = vrs->val >> 8; in vpd_nextbyte() 1088 byte = vrs->val & 0xff; in vpd_nextbyte() 1089 vrs->bytesinval--; in vpd_nextbyte() [all …]
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_main.c | 2436 nvlist_t *nv, int depth, boolean_t isspare, vdev_rebuild_stat_t *vrs) in print_status_config() argument 2694 if (vrs != NULL && vrs->vrs_state == VDEV_REBUILD_ACTIVE && in print_status_config() 2731 if (vrs == NULL) { in print_status_config() 2734 (uint64_t **)&vrs, &i); in print_status_config() 2740 isspare, vrs); in print_status_config() 8096 print_rebuild_status_impl(vdev_rebuild_stat_t *vrs, uint_t c, char *vdev_name) in print_rebuild_status_impl() argument 8098 if (vrs == NULL || vrs->vrs_state == VDEV_REBUILD_NONE) in print_rebuild_status_impl() 8105 uint64_t bytes_scanned = vrs->vrs_bytes_scanned; in print_rebuild_status_impl() 8106 uint64_t bytes_issued = vrs->vrs_bytes_issued; in print_rebuild_status_impl() 8107 uint64_t bytes_rebuilt = vrs->vrs_bytes_rebuilt; in print_rebuild_status_impl() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| HD | 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-14-stable/crypto/heimdal/doc/ |
| HD | Makefile.in | 614 heimdal.toc heimdal.tp heimdal.tps heimdal.vr heimdal.vrs \ 617 hx509.tps hx509.vr hx509.vrs
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | wordprocessors | 169 !:mime application/x-wordperfect-vrs 171 !:ext vrs
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZInstrInfo.td | 2253 ".insn vrs,$enc,$BD2,$M4", []>;
|