Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dexc.h150 _h.eh_value = NULL; \
151 _h.eh_parent = SmExcHandler; \
152 _h.eh_state = SM_EH_PUSHED; \
153 SmExcHandler = &_h; \
165 SmExcHandler = _h.eh_parent; \
167 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
176 SmExcHandler = _h.eh_parent; \
177 if (_h.eh_value != NULL) \
178 sm_exc_raise_x(_h.eh_value); \
180 if (_h.eh_value != NULL) \
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h92 #define MBPF_CLOSE(_m, _h) (_m)->bpr_close(_h) argument
93 #define MBPF_NAME(_m, _h) (_m)->bpr_name(_h) argument
94 #define MBPF_TYPE(_m, _h) (_m)->bpr_type(_h) argument
95 #define MBPF_SDU_GET(_m, _h, _p) (_m)->bpr_sdu_get(_h, _p) argument
96 #define MBPF_TX(_m, _h, _pkt) (_m)->bpr_tx(_h, _pkt) argument
99 #define MBPF_PROMISC_REMOVE(_m, _h) (_m)->bpr_promisc_remove(_h) argument
102 #define MBPF_CLIENT_CLOSE(_m, _h) (_m)->bpr_client_close(_h) argument
103 #define MBPF_CLIENT_NAME(_m, _h) (_m)->bpr_client_name(_h) argument
106 #define MBPF_GET_ZONE(_m, _h, _zp) (_m)->bpr_getzone(_h, _zp) argument
107 #define MBPF_GET_DLT(_m, _h, _dp) (_m)->bpr_getdlt(_h, _dp); argument
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h153 #define xge_list_for_each(_p, _h) \ argument
154 for (_p = (_h)->next, xge_os_prefetch(_p->next); _p != (_h); \
157 #define xge_list_for_each_safe(_p, _n, _h) \ argument
158 for (_p = (_h)->next, _n = _p->next; _p != (_h); \
/illumos-gate/usr/src/uts/common/refhash/
H A Drefhash.c23 #define obj_to_link(_h, _o) \ argument
24 ((refhash_link_t *)(((char *)(_o)) + (_h)->rh_link_off))
25 #define link_to_obj(_h, _l) \ argument
26 ((void *)(((char *)(_l)) - (_h)->rh_link_off))
27 #define obj_to_tag(_h, _o) \ argument
28 ((void *)(((char *)(_o)) + (_h)->rh_tag_off))
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h355 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
356 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
370 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
371 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c210 #define UNDO_HOOK(_f, _b, _e, _h) \ argument
215 _e, ifs->_h); \
217 if (!ifs->_b && ifs->_h != NULL) { \
218 hook_free(ifs->_h); \
219 ifs->_h = NULL; \
221 } else if (ifs->_h != NULL) { \
222 hook_free(ifs->_h); \
223 ifs->_h = NULL; \
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h161 #define TSF_TO_TU(_h, _l) \ argument
162 ((((uint32_t)(_h)) << 22) | (((uint32_t)(_l)) >> 10))
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h49 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument