Home
last modified time | relevance | path

Searched defs:xtm (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dxt_time.c22 struct xtm { struct
23 u_int8_t month; /* (1-12) */
24 u_int8_t monthday; /* (1-31) */
25 u_int8_t weekday; /* (1-7) */
26 u_int8_t hour; /* (0-23) */
27 u_int8_t minute; /* (0-59) */
28 u_int8_t second; /* (0-59) */
29 unsigned int dse;
/linux/arch/alpha/kernel/
H A Drtc.c111 struct rtc_time xtm; in alpha_rtc_set_time() local