Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dexc.h148 # 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 Dipf_rb.h357 #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 Dip_compat.h1214 # 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 Dsysmacros.h359 #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 Duthash.h530 #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 Dvmci_hashtable.c18 #define VMCI_HASHTABLE_HASH(_h, _sz) \ argument
19 vmci_hash_id(VMCI_HANDLE_TO_RESOURCE_ID(_h), (_sz))
/freebsd/sys/dev/iavf/
H A Diavf_adminq_cmd.h47 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \ argument
/freebsd/sys/sys/
H A Drman.h151 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c357 #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 Dif_ath_beacon.c927 #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 Dif_athvar.h1531 #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 Dzfs_context.h423 #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 Dscmi.c103 #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 Dif_ptnet.c1363 #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 Di40e_adminq_cmd.h48 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument
/freebsd/libexec/rc/
H A Drc.subr1623 _h="-"
1630 echo "# $_h ${_desc%%^^*}"
1632 _h=" "
1635 echo "# $_h ${_desc}"
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m470 do eval as_ac_var=\${ac_cv_header_${f}_h}
/freebsd/contrib/ntp/sntp/
H A Dconfigure25422 do eval as_ac_var=\${ac_cv_header_${f}_h}
/freebsd/contrib/ntp/
H A Dconfigure15393 do eval as_ac_var=\${ac_cv_header_${f}_h}
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td5452 …def : SVE_2_Op_Pat<nxv8i1, !cast<SDPatternOperator>(op # _h), i64, i64, !cast<Instruction>(NAME #…