/freebsd/contrib/sendmail/include/sm/ |
H A D | exc.h | 148 # define SM_TRY { SM_EXC_HANDLER_T _h; \ 150 _h.eh_value = NULL; \ 151 _h.eh_parent = SmExcHandler; \ 152 _h.eh_state = SM_EH_PUSHED; \ 153 SmExcHandler = &_h; \ 154 if (sm_setjmp_nosig(_h.eh_context) == 0) { 156 # define SM_FINALLY SM_ASSERT(SmExcHandler == &_h); \ 158 if (sm_setjmp_nosig(_h.eh_context) == 0) { 161 if (_h.eh_state == SM_EH_HANDLED) \ 163 if (_h.eh_state == SM_EH_PUSHED) { \ [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ipf_rb.h | 357 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument 359 #define RBI_INIT(_n, _h) _n##_rb_init(_h) argument 360 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument 361 #define RBI_ISEMPTY(_h) ((_h)->count == 0) argument 362 #define RBI_SEARCH(_n, _h, _k) _n##_rb_search(_h, _k) argument 363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
|
H A D | ip_compat.h | 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) 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
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 360 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 375 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
|
/freebsd/contrib/elftoolchain/common/ |
H A D | uthash.h | 530 #define MUR_FMIX(_h) \ argument 532 _h ^= _h >> 16; \ 533 _h *= 0x85ebca6b; \ 534 _h ^= _h >> 13; \ 535 _h *= 0xc2b2ae35l; \ 536 _h ^= _h >> 16; \
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_hashtable.c | 18 #define VMCI_HASHTABLE_HASH(_h, _sz) \ argument 19 vmci_hash_id(VMCI_HANDLE_TO_RESOURCE_ID(_h), (_sz))
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_adminq_cmd.h | 47 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \ argument
|
/freebsd/sys/sys/ |
H A D | rman.h | 151 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tdma.c | 357 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument 358 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10)) in ath_tdma_update()
|
H A D | if_ath_beacon.c | 927 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument 928 ((((u_int32_t)(_h)) << 22) | (((u_int32_t)(_l)) >> 10)) in ath_beacon_config()
|
H A D | if_athvar.h | 1531 #define ath_hal_btcoex_mci_send_message(_ah, _h, _f, _p, _l, _wd, _cbt) \ argument 1532 ((*(_ah)->ah_btMciSendMessage)((_ah), (_h), (_f), (_p), (_l), (_wd), (_cbt)))
|
/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)
|
/freebsd/sys/dev/firmware/arm/ |
H A D | scmi.c | 103 #define SCMI_MSG_TYPE_CHECK(_h, _t) \ argument 104 ((((_h) & SCMI_HDR_MESSAGE_TYPE_M) >> SCMI_HDR_MESSAGE_TYPE_S) == (_t))
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 1363 #define PTNET_TX_NOSPACE(_h, _k, _min) \ argument 1364 ((((_h) < (_k)->rtail) ? 0 : (_k)->nkr_num_slots) + \ 1365 (_k)->rtail - (_h)) < (_min)
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 48 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 1623 _h="-" 1630 echo "# $_h ${_desc%%^^*}" 1632 _h=" " 1635 echo "# $_h ${_desc}"
|
/freebsd/contrib/ntp/sntp/libopts/m4/ |
H A D | libopts.m4 | 70 do eval as_ac_var=\${ac_cv_header_${f}_h}
|
/freebsd/contrib/ntp/sntp/ |
H A D | configure | 25422 do eval as_ac_var=\${ac_cv_header_${f}_h}
|
/freebsd/contrib/ntp/ |
H A D | configure | 15393 do eval as_ac_var=\${ac_cv_header_${f}_h}
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 5452 …def : SVE_2_Op_Pat<nxv8i1, !cast<SDPatternOperator>(op # _h), i64, i64, !cast<Instruction>(NAME #…
|