| /xnu-12377.61.12/libkern/libkern/image4/ |
| H A D | api.h | 53 #define image4_xnu_callable(_f, _v, _rv, ...) ({ \ argument 59 #define image4_xnu_callable_ptr(_f, _v, ...) \ argument 62 #define image4_xnu_callable_posix(_f, _v, ...) \ argument 65 #define image4_xnu_callable_void(_f, _v, ...) ({ \ argument
|
| /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 489 #define _SK_INJECT_ERROR(_en, _ev, _ec, _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 225 #define _FSW_INJECT_ERROR_SET(_en, _f, ...) do { \ argument 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/sys/ |
| H A D | mbuf.h | 1189 #define MBUFQ_ADD_CRUMB_MULTI(_q, _h, _t, _f) do { \ argument 1198 #define MBUFQ_ADD_CRUMB(_q, _m, _f) do { \ argument 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/ |
| H A D | nexus_adapter.c | 141 #define _NA_INJECT_ERROR(_en, _ev, _ec, _f, ...) \ argument 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
|