Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dexc.h150 # define SM_TRY { SM_EXC_HANDLER_T _h; \
152 _h.eh_value = NULL; \
153 _h.eh_parent = SmExcHandler; \
154 _h.eh_state = SM_EH_PUSHED; \
155 SmExcHandler = &_h; \
156 if (sm_setjmp_nosig(_h.eh_context) == 0) {
158 # define SM_FINALLY SM_ASSERT(SmExcHandler == &_h); \
160 if (sm_setjmp_nosig(_h.eh_context) == 0) {
163 if (_h.eh_state == SM_EH_HANDLED) \
165 if (_h.eh_state == SM_EH_PUSHED) { \
[all …]
/titanic_50/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
97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument
98 (_m)->bpr_promisc_add(_h, _o, _d, _p, _f)
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
[all …]
/titanic_50/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); \
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c28 #define obj_to_link(_h, _o) \ argument
29 ((refhash_link_t *)(((char *)(_o)) + (_h)->rh_link_off))
30 #define link_to_obj(_h, _l) \ argument
31 ((void *)(((char *)(_l)) - (_h)->rh_link_off))
32 #define obj_to_tag(_h, _o) \ argument
33 ((void *)(((char *)(_o)) + (_h)->rh_tag_off))
/titanic_50/usr/src/uts/common/sys/
H A Dsysmacros.h351 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
352 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
366 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
367 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c192 #define UNDO_HOOK(_f, _b, _e, _h) \ argument
197 _e, ifs->_h); \
199 if (!ifs->_b && ifs->_h != NULL) { \
200 hook_free(ifs->_h); \
201 ifs->_h = NULL; \
203 } else if (ifs->_h != NULL) { \
204 hook_free(ifs->_h); \
205 ifs->_h = NULL; \
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h326 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
327 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c235 int _h = 2; \
239 while (_h > 0 && ++(cp) < (ep)) { \
240 if (_h == 1) \
249 _h--; \
/titanic_50/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))