Searched refs:_link (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h49 typedef struct _link { struct
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-stats.c372 #define set_latest_stat_link_cnt(_link, _p) \
373 hldev->stats.pcim_info_latest->link_info[_link]._p = \
374 ((hldev->stats.pcim_info->link_info[_link]._p >= \
375 hldev->stats.pcim_info_saved->link_info[_link]._p) ? \
376 hldev->stats.pcim_info->link_info[_link]._p - \
377 hldev->stats.pcim_info_saved->link_info[_link]._p : \
378 ((-1) - hldev->stats.pcim_info_saved->link_info[_link]._p) + \
379 hldev->stats.pcim_info->link_info[_link]._p)
/freebsd-11-stable/stand/
H A Ddefs.mk204 .for _link in ${_ILINKS}
205 .if !exists(${.OBJDIR}/${_link})
206 ${OBJS}: ${_link}
207 .endif # _link exists
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.h306 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \
310 #define ECORE_LIST_NEXT(_elem, _link, cast) \
311 (cast *)((&((_elem)->_link))->next)
388 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \
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) \
396 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL; \
399 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL)
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk294 .for _link in ${_ILINKS}
295 .if !exists(${.OBJDIR}/${_link})
296 ${SRCS} ${DEPENDOBJS}: ${_link}
H A Dkmod.mk280 .for _link in ${_ILINKS}
281 .if !exists(${.OBJDIR}/${_link})
282 OBJS_DEPEND_GUESS+= ${_link}
/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h1399 #define ath_hal_settxdesclink(_ah, _ds, _link) \
1400 ((*(_ah)->ah_setTxDescLink)((_ah), (_ds), (_link)))
1401 #define ath_hal_gettxdesclink(_ah, _ds, _link) \
1402 ((*(_ah)->ah_getTxDescLink)((_ah), (_ds), (_link)))
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf.h102 Dwarf_Unsigned _type, Dwarf_Unsigned _flags, Dwarf_Unsigned _link,
106 Dwarf_Unsigned _type, Dwarf_Unsigned _flags, Dwarf_Unsigned _link,

Completed in 177 milliseconds