Symbol: RF_ProgressInfo_t
sbin/raidctl/raidctl.c
1070
RF_ProgressInfo_t progressInfo;
sbin/raidctl/raidctl.c
1086
memset(&progressInfo, 0, sizeof(RF_ProgressInfo_t));
sys/dev/raidframe/raidframeio.h
124
#define RAIDFRAME_CHECK_RECON_STATUS_EXT _IOWR('r', 32, RF_ProgressInfo_t)
sys/dev/raidframe/raidframeio.h
125
#define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT _IOWR ('r', 33, RF_ProgressInfo_t)
sys/dev/raidframe/raidframeio.h
126
#define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT _IOWR ('r', 34, RF_ProgressInfo_t)
sys/dev/raidframe/rf_compat80.c
117
RF_ProgressInfo_t info, **infoPtr = data;
sys/dev/raidframe/rf_compat80.c
126
RF_ProgressInfo_t info, **infoPtr = data;
sys/dev/raidframe/rf_compat80.c
135
RF_ProgressInfo_t info, **infoPtr = data;
sys/dev/raidframe/rf_compat80.h
49
#define RAIDFRAME_CHECK_RECON_STATUS_EXT80 _IOWR('r', 32, RF_ProgressInfo_t *)
sys/dev/raidframe/rf_compat80.h
50
#define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT80 _IOWR('r', 33, RF_ProgressInfo_t *)
sys/dev/raidframe/rf_compat80.h
51
#define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT80 _IOWR('r', 34, RF_ProgressInfo_t *)
sys/dev/raidframe/rf_kintf.h
66
void rf_check_recon_status_ext(RF_Raid_t *, RF_ProgressInfo_t *);
sys/dev/raidframe/rf_kintf.h
67
void rf_check_parityrewrite_status_ext(RF_Raid_t *, RF_ProgressInfo_t *);
sys/dev/raidframe/rf_kintf.h
68
void rf_check_copyback_status_ext(RF_Raid_t *, RF_ProgressInfo_t *);
sys/dev/raidframe/rf_netbsdkintf.c
3935
rf_check_recon_status_ext(RF_Raid_t *raidPtr, RF_ProgressInfo_t *info)
sys/dev/raidframe/rf_netbsdkintf.c
3952
rf_check_parityrewrite_status_ext(RF_Raid_t *raidPtr, RF_ProgressInfo_t *info)
sys/dev/raidframe/rf_netbsdkintf.c
3969
rf_check_copyback_status_ext(RF_Raid_t *raidPtr, RF_ProgressInfo_t *info)