Searched refs:_dt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libcalendar/ |
| H A D | calendar.h | 34 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 D | cleanup.h | 27 #define DEFINE_GUARD(_n, _dt, _lock, _unlock) \ argument 29 typedef _dt CLEANUP_NAME(_n, _t); \ 31 static inline _dt \ 32 CLEANUP_NAME(_n, _create)( _dt _T) \ 34 _dt c; \ 41 CLEANUP_NAME(_n, _destroy)(_dt *t) \ 43 _dt _T; \
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd.h | 305 #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)
|