Searched refs:_link (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | leasherr.c | 61 struct et_list *_link; in initialize_lsh_error_table() local 65 _link=GlobalLock(ghlink); in initialize_lsh_error_table() 66 _link->next=*__et_list; in initialize_lsh_error_table() 67 _link->table=&et; in initialize_lsh_error_table() 73 struct et_list *_link; in initialize_lsh_error_table() local 75 _link=malloc(sizeof(struct et_list)); in initialize_lsh_error_table() 76 _link->next=*__et_list; in initialize_lsh_error_table() 77 _link->table=&et; in initialize_lsh_error_table() 78 *__et_list=_link; in initialize_lsh_error_table()
|
| /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 | 17 .for _manpage _link in ${MLINKS} 18 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 | 331 .if !exists(${.OBJDIR}/${_link}) 332 OBJS_DEPEND_GUESS+= ${_link} 334 .if ${_link} == "machine" 337 CFLAGS+= -fdebug-prefix-map=./${_link}=${PREFIX_SYSDIR}/${_link}/include
|
| H A D | kern.post.mk | 390 .for _link in ${_ILINKS} 391 .if !exists(${.OBJDIR}/${_link}) 392 ${SRCS} ${DEPENDOBJS}: ${_link} 394 .if ${_link} == "machine" 397 CFLAGS+= -fdebug-prefix-map=./${_link}=${PREFIX_SYSDIR}/${_link}/include
|
| /freebsd/stand/ |
| H A D | defs.mk | 233 .for _link in ${_ILINKS} 234 .if !exists(${.OBJDIR}/${_link}) 235 ${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 | 1320 #define for_each_vif_active_link(_vif, _link, _linkid) \ argument 1324 (_link = rcu_dereference((_vif)->link_conf[_linkid])) )
|