Searched refs:_link (Results 1 – 11 of 11) sorted by relevance
/freebsd/share/man/man4/man4.powerpc/ |
H A D | Makefile | 18 .for _manpage _link in ${MLINKS} 19 MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
|
/freebsd/share/man/man4/man4.arm/ |
H A D | Makefile | 21 .for _manpage _link in ${MLINKS} 22 MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
|
/freebsd/share/man/man4/man4.i386/ |
H A D | Makefile | 22 .for _manpage _link in ${MLINKS} 23 MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
|
/freebsd/sys/conf/ |
H A D | kmod.mk | 310 .if !exists(${.OBJDIR}/${_link}) 311 OBJS_DEPEND_GUESS+= ${_link} 313 .if ${_link} == "machine" 316 CFLAGS+= -fdebug-prefix-map=./${_link}=${SYSDIR}/${_link}/include
|
H A D | kern.post.mk | 371 .for _link in ${_ILINKS} 372 .if !exists(${.OBJDIR}/${_link}) 373 ${SRCS} ${DEPENDOBJS}: ${_link} 375 .if ${_link} == "machine" 378 CFLAGS+= -fdebug-prefix-map=./${_link}=${SYSDIR}/${_link}/include
|
/freebsd/stand/ |
H A D | defs.mk | 235 .for _link in ${_ILINKS} 236 .if !exists(${.OBJDIR}/${_link}) 237 ${OBJS}: ${_link}
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mesh.h | 49 typedef struct _link { struct
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1408 #define ath_hal_settxdesclink(_ah, _ds, _link) \ argument 1409 ((*(_ah)->ah_setTxDescLink)((_ah), (_ds), (_link))) 1410 #define ath_hal_gettxdesclink(_ah, _ds, _link) \ argument 1411 ((*(_ah)->ah_getTxDescLink)((_ah), (_ds), (_link)))
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf.h | 102 Dwarf_Unsigned _type, Dwarf_Unsigned _flags, Dwarf_Unsigned _link, 106 Dwarf_Unsigned _type, Dwarf_Unsigned _flags, Dwarf_Unsigned _link,
|
/freebsd/lib/libsys/ |
H A D | syscalls.map | 23 _link;
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 1344 #define for_each_vif_active_link(_vif, _link, _linkid) \ argument 1348 (_link = rcu_dereference((_vif)->link_conf[_linkid])) )
|