/freebsd/libexec/rc/ |
H A D | debug.sh | 312 eval ${local:-:} _e _match _off _rc 332 :) _e=all;; 333 *) _e=;; 335 for _e in ${*:-$Myname} $_e 337 : $_e in ,${DEBUG_SH:-$DEBUG}, 339 *,!$_e,*|*,!$Myname:$_e,*) 342 $DEBUG_DO _debugOff $_e $DEBUG_ON $1 345 *,$_e,*|*,$Myname:$_e,*) 348 _match=$_e 349 $DEBUG_SKIP _debugOn $_e $1 [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf.h | 209 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx); 210 Elf_Arhdr *_libelf_ar_gethdr(Elf *_e); 211 Elf *_libelf_ar_open(Elf *_e, int _reporterror); 215 long _libelf_checksum(Elf *_e, int _elfclass); 216 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate); 217 int _libelf_elfmachine(Elf *_e); 223 void *_libelf_getchdr(Elf_Scn *_e, int _elfclass); 224 void *_libelf_getphdr(Elf *_e, int _elfclass); 226 void _libelf_init_elf(Elf *_e, Elf_Kind _kind); 232 void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count); [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 354 uint8_t _a, _b, _c, _d, _e 355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 356 uint8_t _a, _b, _c, _d, _e, _f 357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 358 uint8_t _a, _b, _c, _d, _e, _f, _g 359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 360 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 368 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 369 uint8_t _e, _d, _c, _b, _a [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-debug.h | 119 #define IWL_DPRINTF_DEV_PREFIX(_dev, _e, _prefix, _fmt, ...) \ argument 120 __iwl_dbg(_dev, _e, false, __func__, #_prefix " " _fmt, ##__VA_ARGS__) 121 #define IWL_DPRINTF_DEV(_dev, _e, _fmt, ...) \ argument 122 IWL_DPRINTF_DEV_PREFIX(_dev, _e, _e, _fmt, ##__VA_ARGS__) 123 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) \ argument 124 IWL_DPRINTF_DEV((_subsys)->dev, _e, _fmt, ##__VA_ARGS__) 125 #define IWL_DPRINTF_PREFIX(_subsys, _e, _prefix, _fmt, ...) \ argument 126 IWL_DPRINTF_DEV_PREFIX((_subsys)->dev, _e, _prefix, _fmt, ##__VA_ARGS__) 129 #define IWL_DPRINTF_DEV(_dev, _e, _fmt, ...) argument 130 #define IWL_DPRINTF(_subsys, _e, _fmt, ...) argument [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | sys.dependfile.mk | 49 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@} 50 .if !empty(_e) 51 .MAKE.DEPENDFILE := ${_e:[1]} 58 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@} 60 .if !empty(_e)
|
/freebsd/share/mk/ |
H A D | sys.dependfile.mk | 47 _e := ${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@} 48 .if !empty(_e) 49 .MAKE.DEPENDFILE := ${_e:[1]} 56 _e := ${_aml:@MACHINE@${.MAKE.DEPENDFILE_PREFERENCE:@m@${exists($m):?$m:}@}@} 58 .if !empty(_e)
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_kernel_if.h | 29 #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 33 LIST_FOREACH_SAFE(_e, _l, n, t)
|
/freebsd/contrib/elftoolchain/common/ |
H A D | _elftc.h | 217 struct type *_p, *_q, *_e; \ 230 _e = STAILQ_FIRST((head)); \ 231 if (_e == NULL) \ 235 STAILQ_INSERT_TAIL(&_la, _e, field); \ 242 _e = _q; \ 248 _e = _p; \ 253 _e = _p; \ 258 _e = _q; \ 264 STAILQ_INSERT_TAIL(&_lb, _e, field); \
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kfifo.h | 63 #define kfifo_put(_kf, _e) \ argument 71 (_kf)->head[(_kf)->last] = (_e); \ 82 #define kfifo_get(_kf, _e) \ argument 89 *(_e) = (_kf)->head[(_kf)->first]; \
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | divsufsort_private.h | 160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 164 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\ 173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument 178 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1212 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1213 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f) 1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1215 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument 1217 DTRACE_PROBE5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) 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 D | ip_fil.h | 1611 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \ argument 1612 DT1(user_error, int, _e); \
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | _libdwarf.h | 57 #define _DWARF_SET_ERROR(_d, _e, _err, _elf_err) \ argument 58 _dwarf_set_error(_d, _e, _err, _elf_err, __func__, __LINE__) 59 #define DWARF_SET_ERROR(_d, _e, _err) \ argument 60 _DWARF_SET_ERROR(_d, _e, _err, 0) 61 #define DWARF_SET_ELF_ERROR(_d, _e) \ argument 62 _DWARF_SET_ERROR(_d, _e, DW_DLE_ELF, elf_errno())
|
/freebsd/sys/contrib/xen/ |
H A D | trace.h | 84 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument 87 (_e & TRC_SCHED_EVT_MASK) )
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_context.h | 423 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ 424 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) 760 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ 761 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
|
/freebsd/tests/sys/kern/ |
H A D | ktrace_test.c | 65 __typeof__(expected) _e = expected; \ 67 if (_e != _a) \ 70 (intmax_t)_a, (intmax_t)_e); \
|
H A D | ptrace_test.c | 89 __typeof__(expected) _e = expected; \ 91 if (_e != _a) \ 94 (intmax_t)_a, (intmax_t)_e); \ 115 __typeof__(expected) _e = expected; \ 117 ATF_REQUIRE_MSG(_e == _a, #actual " (%jd) == " \ 118 #expected " (%jd) not met", (intmax_t)_a, (intmax_t)_e); \
|
/freebsd/sys/net80211/ |
H A D | ieee80211_crypto_ccmp.c | 436 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument 443 rijndael_encrypt(&ctx->cc_aes, _b0, _e); \ 444 xor_block(_pos, _e, _len); \
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | xen-x86_32.h | 125 uint32_t e ## name, _e ## name; \
|
H A D | xen-x86_64.h | 165 uint32_t _e ## name; \
|
/freebsd/lib/msun/tests/ |
H A D | ctrig_test.c | 63 volatile int _e = fetestexcept(exceptmask); \ 64 ATF_CHECK_MSG(_e == (excepts), \ 66 __XSTRING(exceptmask), _e, (excepts)); \
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry.c | 210 #define copy_digest(_e2, _e, _t) \ in archive_entry_clone() argument 211 memcpy(_e2->digest._t, _e->digest._t, sizeof(_e2->digest._t)) in archive_entry_clone() 1600 #define copy_digest(_e, _t, _d)\ in archive_entry_set_digest() argument 1601 memcpy(_e->digest._t, _d, sizeof(_e->digest._t)) in archive_entry_set_digest()
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 112 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\ 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument 126 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 14638 NCONF_get_number_e() is defined (`_e` for "error checking") and is
|