Home
last modified time | relevance | path

Searched defs:_TIME_RECORD (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/raid/hptrr/
H A Dosm.h85 typedef struct _TIME_RECORD { struct
86 HPT_U32 seconds:6; /* 0 - 59 */
87 HPT_U32 minutes:6; /* 0 - 59 */
88 HPT_U32 month:4; /* 1 - 12 */
89 HPT_U32 hours:6; /* 0 - 59 */
90 HPT_U32 day:5; /* 1 - 31 */
91 HPT_U32 year:5; /* 0=2000, 31=2031 */
H A Dhptintf.h477 typedef struct _TIME_RECORD { struct
478 HPT_U32 seconds:6; /* 0 - 59 */
479 HPT_U32 minutes:6; /* 0 - 59 */
480 HPT_U32 month:4; /* 1 - 12 */
481 HPT_U32 hours:6; /* 0 - 59 */
482 HPT_U32 day:5; /* 1 - 31 */
483 HPT_U32 year:5; /* 0=2000, 31=2031 */
/dragonfly/sys/dev/raid/hpt27xx/
H A Dosm.h116 typedef struct _TIME_RECORD { struct
117 HPT_U32 seconds:6; /* 0 - 59 */
118 HPT_U32 minutes:6; /* 0 - 59 */
119 HPT_U32 month:4; /* 1 - 12 */
120 HPT_U32 hours:6; /* 0 - 59 */
121 HPT_U32 day:5; /* 1 - 31 */
122 HPT_U32 year:5; /* 0=2000, 31=2031 */
H A Dhptintf.h609 typedef struct _TIME_RECORD { struct
610 HPT_U32 seconds:6; /* 0 - 59 */
611 HPT_U32 minutes:6; /* 0 - 59 */
612 HPT_U32 month:4; /* 1 - 12 */
613 HPT_U32 hours:6; /* 0 - 59 */
614 HPT_U32 day:5; /* 1 - 31 */
615 HPT_U32 year:5; /* 0=2000, 31=2031 */
/dragonfly/sys/dev/raid/hptmv/
H A Dvdevice.h274 typedef struct _TIME_RECORD { struct
275 UINT seconds:6; /* 0 - 59 */
276 UINT minutes:6; /* 0 - 59 */
277 UINT month:4; /* 1 - 12 */
278 UINT hours:6; /* 0 - 59 */
279 UINT day:5; /* 1 - 31 */
280 UINT year:5; /* 0=2000, 31=2031 */
H A Darray.h39 typedef struct _TIME_RECORD { struct
40 UINT seconds:6; /* 0 - 59 */
41 UINT minutes:6; /* 0 - 59 */
42 UINT month:4; /* 1 - 12 */
43 UINT hours:6; /* 0 - 59 */
44 UINT day:5; /* 1 - 31 */
45 UINT year:5; /* 0=2000, 31=2031 */
H A Dhptintf.h335 typedef struct _TIME_RECORD { struct
336 UINT seconds:6; /* 0 - 59 */
337 UINT minutes:6; /* 0 - 59 */
338 UINT month:4; /* 1 - 12 */
339 UINT hours:6; /* 0 - 59 */
340 UINT day:5; /* 1 - 31 */
341 UINT year:5; /* 0=2000, 31=2031 */