Home
last modified time | relevance | path

Searched refs:RF_DiskStatus_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Draidframevar.h396 typedef enum RF_DiskStatus_e RF_DiskStatus_t; typedef
400 RF_DiskStatus_t status; /* whether it is up or down */
H A Drf_compat50.c66 RF_DiskStatus_t status;
H A Drf_compat80.c56 RF_DiskStatus_t status; /* whether it is up or down */
H A Drf_map.c832 RF_DiskStatus_t dstatus; in rf_ASMCheckStatus()
/netbsd-src/sbin/raidctl/
H A Draidctl.c75 static const char *device_status(RF_DiskStatus_t);
461 device_status(RF_DiskStatus_t status) in device_status()