Searched refs:_link (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-stats.c | 372 #define set_latest_stat_link_cnt(_link, _p) \ in __hal_stats_pcim_update_latest() argument 373 hldev->stats.pcim_info_latest->link_info[_link]._p = \ in __hal_stats_pcim_update_latest() 374 ((hldev->stats.pcim_info->link_info[_link]._p >= \ in __hal_stats_pcim_update_latest() 375 hldev->stats.pcim_info_saved->link_info[_link]._p) ? \ in __hal_stats_pcim_update_latest() 376 hldev->stats.pcim_info->link_info[_link]._p - \ in __hal_stats_pcim_update_latest() 377 hldev->stats.pcim_info_saved->link_info[_link]._p : \ in __hal_stats_pcim_update_latest() 378 ((-1) - hldev->stats.pcim_info_saved->link_info[_link]._p) + \ in __hal_stats_pcim_update_latest() 379 hldev->stats.pcim_info->link_info[_link]._p) in __hal_stats_pcim_update_latest()
|
| /NextBSD/sys/dev/bxe/ |
| HD | ecore_sp.h | 306 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument 310 #define ECORE_LIST_NEXT(_elem, _link, cast) \ argument 311 (cast *)((&((_elem)->_link))->next) 388 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \ argument 389 for (pos = ECORE_LIST_FIRST_ENTRY(_list, cast, _link); \ 391 pos = ECORE_LIST_NEXT(pos, _link, cast)) 394 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, _list, _link, cast) \ argument 396 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL; \ 399 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL)
|
| /NextBSD/contrib/libstdc++/ |
| D | linkage.m4 | 322 if test x${glibcxx_cv_func_$1_link+set} != xset; then 323 AC_CACHE_VAL(glibcxx_cv_func_$1_link, [ 326 [glibcxx_cv_func_$1_link=yes], [glibcxx_cv_func_$1_link=no]) 329 AC_MSG_RESULT($glibcxx_cv_func_$1_link) 332 if test x$glibcxx_cv_func_$1_link = x"yes"; then
|
| /NextBSD/sys/conf/ |
| HD | kern.post.mk | 245 .for _link in ${_ILINKS} 246 .if !exists(${.OBJDIR}/${_link}) 247 ${SRCS} ${CLEAN:M*.o}: ${_link}
|
| HD | kmod.mk | 258 .for _link in ${_ILINKS} 259 .if !exists(${.OBJDIR}/${_link}) 260 ${OBJS}: ${_link}
|
| /NextBSD/sys/dev/ath/ |
| HD | if_athvar.h | 1380 #define ath_hal_settxdesclink(_ah, _ds, _link) \ argument 1381 ((*(_ah)->ah_setTxDescLink)((_ah), (_ds), (_link))) 1382 #define ath_hal_gettxdesclink(_ah, _ds, _link) \ argument 1383 ((*(_ah)->ah_getTxDescLink)((_ah), (_ds), (_link)))
|
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf.h | 102 Dwarf_Unsigned _type, Dwarf_Unsigned _flags, Dwarf_Unsigned _link, 106 Dwarf_Unsigned _type, Dwarf_Unsigned _flags, Dwarf_Unsigned _link,
|
| /NextBSD/lib/libc/sys/ |
| HD | Symbol.map | 786 _link;
|