HomeSort by: relevance | last modified time | path
    Searched refs:RF_ProgressInfo_t (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/raidframe/
rf_compat80.h 49 #define RAIDFRAME_CHECK_RECON_STATUS_EXT80 _IOWR('r', 32, RF_ProgressInfo_t *)
50 #define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT80 _IOWR('r', 33, RF_ProgressInfo_t *)
51 #define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT80 _IOWR('r', 34, RF_ProgressInfo_t *)
rf_kintf.h 66 void rf_check_recon_status_ext(RF_Raid_t *, RF_ProgressInfo_t *);
67 void rf_check_parityrewrite_status_ext(RF_Raid_t *, RF_ProgressInfo_t *);
68 void rf_check_copyback_status_ext(RF_Raid_t *, RF_ProgressInfo_t *);
raidframeio.h 124 #define RAIDFRAME_CHECK_RECON_STATUS_EXT _IOWR('r', 32, RF_ProgressInfo_t)
125 #define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT _IOWR ('r', 33, RF_ProgressInfo_t)
126 #define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT _IOWR ('r', 34, RF_ProgressInfo_t)
rf_compat80.c 117 RF_ProgressInfo_t info, **infoPtr = data;
126 RF_ProgressInfo_t info, **infoPtr = data;
135 RF_ProgressInfo_t info, **infoPtr = data;
raidframevar.h 532 } RF_ProgressInfo_t;
rf_netbsdkintf.c 3935 rf_check_recon_status_ext(RF_Raid_t *raidPtr, RF_ProgressInfo_t *info)
3952 rf_check_parityrewrite_status_ext(RF_Raid_t *raidPtr, RF_ProgressInfo_t *info)
3969 rf_check_copyback_status_ext(RF_Raid_t *raidPtr, RF_ProgressInfo_t *info)
  /src/sbin/raidctl/
raidctl.c 1070 RF_ProgressInfo_t progressInfo;
1086 memset(&progressInfo, 0, sizeof(RF_ProgressInfo_t));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1003 unsigned struct_RF_ProgressInfo_sz = sizeof(RF_ProgressInfo_t);

Completed in 24 milliseconds