Home
last modified time | relevance | path

Searched defs:_e (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/dev/vmware/vmci/
H A Dvmci_kernel_if.h29 #define vmci_list_insert(_l, _e, n) LIST_INSERT_HEAD(_l, _e, n) argument
30 #define vmci_list_remove(_e, n) LIST_REMOVE(_e, n) argument
32 #define vmci_list_scan_safe(_e, _l, n, t) \ argument
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dkfifo.h63 #define kfifo_put(_kf, _e) \ argument
82 #define kfifo_get(_kf, _e) \ argument
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
368 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
370 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/freebsd-src/sys/contrib/dev/iwlwifi/
H A Diwl-debug.h119 #define IWL_DPRINTF_DEV_PREFIX(_dev, _e, _prefix, _fmt, ...) \ argument
121 #define IWL_DPRINTF_DEV(_dev, _e, _fmt, ...) \ argument
123 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) \ argument
125 #define IWL_DPRINTF_PREFIX(_subsys, _e, _prefix, _fmt, ...) \ argument
129 #define IWL_DPRINTF_DEV(_dev, _e, _fmt, ...) argument
130 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) argument
131 #define IWL_DPRINTF_PREFIX(_subsys, _e, _prefix, _fmt, ...) argument
/freebsd-src/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1212 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument
1222 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
H A Dip_fil.h1611 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \ argument
/freebsd-src/sys/net80211/
H A Dieee80211_crypto_ccmp.c436 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
/freebsd-src/contrib/elftoolchain/libdwarf/
H A D_libdwarf.h57 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \ argument
59 #define DWARF_SET_ERROR(_d, _e, _err) \ argument
61 #define DWARF_SET_ELF_ERROR(_d, _e) \ argument
/freebsd-src/sys/contrib/xen/
H A Dtrace.h84 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument
/freebsd-src/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_entry.c212 copy_digest(_e2,_e,_t) archive_entry_clone() argument
1500 copy_digest(_e,_t,_d) archive_entry_set_digest() argument
/freebsd-src/sys/dev/bhnd/
H A Dbhnd_subr.c1623 #define BHND_PROV_MATCH(_e) \ in bhnd_service_registry_remove() argument