/freebsd/sys/net/route/ |
H A D | nhgrp_var.h | 61 #define _NHGRP_PRIV(_src) (&(_src)->nhops[(_src)->nhg_size]) argument 62 #define NHGRP_PRIV(_src) ((struct nhgrp_priv *)_NHGRP_PRIV(_src)) argument 63 #define NHGRP_PRIV_CONST(_src) ((const struct nhgrp_priv *)_NHGRP_PRIV(_src)) argument
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | bhnd_sprom_chipc.c | 53 #define CHIPC_VALID_SPROM_SRC(_src) \ argument
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_private.h | 46 #define BHND_PMU_IND_READ(_sc, _src, _reg) \ argument 49 #define BHND_PMU_IND_WRITE(_sc, _src, _reg, _val, _mask) \ argument
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_match.h | 49 #define _BHND_COPY_MATCH_FIELD(_src, _name) \ argument 123 #define _BHND_CORE_MATCH_COPY(_src) \ argument 170 #define _BHND_CHIP_MATCH_COPY(_src) \ argument 233 #define _BHND_BOARD_MATCH_COPY(_src) \ argument
|
/freebsd/tools/tools/ath/common/ |
H A D | ah_osdep.h | 49 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) argument
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | sar.c | 136 rtw89_sar_set_src(_dev,_src,_cfg_name,_cfg_data) global() argument
|
/freebsd/contrib/elftoolchain/common/ |
H A D | utarray.h | 225 char *const*_src = (char*const*)src, **_dst = (char**)dst; in utarray_str_cpy() local
|
/freebsd/sys/dev/rtwn/pci/ |
H A D | rtwn_pci_var.h | 136 #define rtwn_pci_copy_tx_desc(_pc, _dest, _src) \ argument
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 244 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst, in xlatetom()
|
/freebsd/sys/kern/ |
H A D | subr_msan.c | 335 msan_orig_t *_src, *_dst; in kmsan_meta_copy() local 792 const char *_src = src; in kmsan_strcpy() local
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.h | 178 ixgbe_bcopy(void *restrict _src, void *restrict _dst, int l) in ixgbe_bcopy()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_vale.c | 164 pkt_copy(void *_src, void *_dst, int l) in pkt_copy()
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 204 nm_pkt_copy(const void *_src, void *_dst, int l) in nm_pkt_copy()
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.c | 92 #define IEEE80211_ADDR_COPY(_dst, _src) \ argument 94 #define IEEE80211_ADDR_EQ(_dst, _src) \ argument
|
H A D | if_mwl.c | 2411 #define CVT(_dst, _src) do { \ in mwl_node_getmimoinfo() argument
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 2649 strncat_from_utf8_to_utf8(struct archive_string *as, const void *_src, in strncat_from_utf8_to_utf8()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_impl.h | 845 #define EFX_MAC_ADDR_COPY(_dst, _src) \ argument
|