| /xnu-12377.61.12/libkern/libkern/image4/ |
| H A D | api.h | 53 #define image4_xnu_callable(_f, _v, _rv, ...) ({ \ argument 56 dlxk ? (dlxk->dlxk_ ## _f(__VA_ARGS__)) : (_rv); \ 59 #define image4_xnu_callable_ptr(_f, _v, ...) \ argument 60 image4_xnu_callable(_f, _v, NULL, ## __VA_ARGS__) 62 #define image4_xnu_callable_posix(_f, _v, ...) \ argument 63 image4_xnu_callable(_f, _v, ENOSYS, ## __VA_ARGS__) 65 #define image4_xnu_callable_void(_f, _v, ...) ({ \ argument 69 dlxk->dlxk_ ## _f(__VA_ARGS__); \
|
| /xnu-12377.61.12/bsd/skywalk/core/ |
| H A D | skywalk_var.h | 476 #define _SK_INJECT_ERROR(_ie, _en, _ev, _ec, _ej, _f, ...) do { \ argument 483 if ((_f) != NULL) \ 484 (_f)(__VA_ARGS__); \ 489 #define _SK_INJECT_ERROR(_en, _ev, _ec, _f, ...) argument
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | mbuf.h | 1189 #define MBUFQ_ADD_CRUMB_MULTI(_q, _h, _t, _f) do { \ argument 1193 m_add_crumb((_m), (_f)); \ 1198 #define MBUFQ_ADD_CRUMB(_q, _m, _f) do { \ argument 1199 m_add_crumb((_m), (_f)); \ 1202 #define MBUFQ_ADD_CRUMB_MULTI(_q, _h, _t, _f) argument 1203 #define MBUFQ_ADD_CRUMB(_q, _m, _f) argument
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 221 #define _FSW_INJECT_ERROR(_en, _ev, _ec, _f, ...) \ argument 223 &FSW_STATS_VAL(_FSW_STATS_ERROR_INJECTIONS), _f, __VA_ARGS__) 225 #define _FSW_INJECT_ERROR_SET(_en, _f, ...) do { \ argument 228 if ((_f) != NULL) \ 229 (_f)(__VA_ARGS__); \ 253 #define _FSW_INJECT_ERROR(_en, _ev, _ec, _f, ...) do { } while (0) argument 254 #define _FSW_INJECT_ERROR_SET(_en, _f, ...) do { } while (0) argument
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_attrlist.c | 345 t _f = (t)v; \ 346 ATTR_PACK(b, _f); \ 4455 #define ATTR_UNPACK_CAST(t, v) do { t _f; ATTR_UNPACK(_f); v = (typeof(v))_f;} while(0)
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 141 #define _NA_INJECT_ERROR(_en, _ev, _ec, _f, ...) \ argument 142 _SK_INJECT_ERROR(_na_inject_error, _en, _ev, _ec, NULL, _f, __VA_ARGS__) 162 #define _NA_INJECT_ERROR(_en, _ev, _ec, _f, ...) do { } while (0) argument
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | necp_client.c | 689 #define NECP_FD_LOCK(_f) lck_mtx_lock(&_f->fd_lock) argument 690 #define NECP_FD_UNLOCK(_f) lck_mtx_unlock(&_f->fd_lock) argument 691 #define NECP_FD_ASSERT_LOCKED(_f) LCK_MTX_ASSERT(&_f->fd_lock, LCK_MTX_ASSERT_OWNED) argument 692 #define NECP_FD_ASSERT_UNLOCKED(_f) LCK_MTX_ASSERT(&_f->fd_lock, LCK_MTX_ASSERT_NOTOWNED) argument
|