Home
last modified time | relevance | path

Searched refs:_dt (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libcalendar/
H A Dcalendar.h34 struct date *easterg(int _year, struct date *_dt);
35 struct date *easterog(int _year, struct date *_dt);
36 struct date *easteroj(int _year, struct date *_dt);
37 struct date *gdate(int _nd, struct date *_dt);
38 struct date *jdate(int _nd, struct date *_dt);
39 int ndaysg(struct date *_dt);
40 int ndaysj(struct date *_dt);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h19 #define DEFINE_GUARD(_n, _dt, _lock, _unlock) \ argument
21 typedef _dt guard_ ## _n ## _t; \
23 static inline _dt \
24 guard_ ## _n ## _create( _dt _T) \
26 _dt c; \
33 guard_ ## _n ## _destroy(_dt *t) \
35 _dt _T; \
/freebsd/sys/dev/bhnd/
H A Dbhnd.h305 #define BHND_DMA_IS_TRANSLATION_TABLE_END(_dt) \ argument
306 ((_dt)->base_addr == 0 && (_dt)->addr_mask == 0 && \
307 (_dt)->addrext_mask == 0 && (_dt)->flags == 0)