Home
last modified time | relevance | path

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

/freebsd/sys/dev/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 */
/freebsd/sys/dev/hptnr/
H A Dosm.h115 typedef struct _TIME_RECORD { struct
116 HPT_U32 seconds:6; /* 0 - 59 */
117 HPT_U32 minutes:6; /* 0 - 59 */
118 HPT_U32 month:4; /* 1 - 12 */
119 HPT_U32 hours:6; /* 0 - 59 */
120 HPT_U32 day:5; /* 1 - 31 */
121 HPT_U32 year:5; /* 0=2000, 31=2031 */
H A Dhptintf.h668 typedef struct _TIME_RECORD { struct
669 HPT_U32 seconds:6; /* 0 - 59 */
670 HPT_U32 minutes:6; /* 0 - 59 */
671 HPT_U32 month:4; /* 1 - 12 */
672 HPT_U32 hours:6; /* 0 - 59 */
673 HPT_U32 day:5; /* 1 - 31 */
674 HPT_U32 year:5; /* 0=2000, 31=2031 */
/freebsd/sys/dev/hpt27xx/
H A Dosm.h117 typedef struct _TIME_RECORD { struct
118 HPT_U32 seconds:6; /* 0 - 59 */
119 HPT_U32 minutes:6; /* 0 - 59 */
120 HPT_U32 month:4; /* 1 - 12 */
121 HPT_U32 hours:6; /* 0 - 59 */
122 HPT_U32 day:5; /* 1 - 31 */
123 HPT_U32 year:5; /* 0=2000, 31=2031 */
H A Dhptintf.h672 typedef struct _TIME_RECORD { struct
673 HPT_U32 seconds:6; /* 0 - 59 */
674 HPT_U32 minutes:6; /* 0 - 59 */
675 HPT_U32 month:4; /* 1 - 12 */
676 HPT_U32 hours:6; /* 0 - 59 */
677 HPT_U32 day:5; /* 1 - 31 */
678 HPT_U32 year:5; /* 0=2000, 31=2031 */
/freebsd/sys/dev/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 */