Home
last modified time | relevance | path

Searched refs:RF_CommonLogData_t (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_paritylog.h58 RF_CommonLogData_t *next;
66 RF_CommonLogData_t *common; /* info shared by one or more
134 RF_CommonLogData_t *freeCommonList; /* list of unused common data
H A Drf_paritylog.c61 static RF_CommonLogData_t *
64 RF_CommonLogData_t *common = NULL; in AllocParityLogCommonData()
86 FreeParityLogCommonData(RF_CommonLogData_t * common) in FreeParityLogCommonData()
271 RF_CommonLogData_t *common; in rf_CreateParityLogData()
H A Draidframevar.h216 typedef struct RF_CommonLogData_s RF_CommonLogData_t; typedef
H A Drf_paritylogging.c608 RF_CommonLogData_t *c; in rf_ShutdownParityLoggingDiskQueue()
632 RF_Free(c, sizeof(RF_CommonLogData_t)); in rf_ShutdownParityLoggingDiskQueue()