Home
last modified time | relevance | path

Searched defs:_f (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/libkern/libkern/image4/
H A Dapi.h53 #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 Dskywalk_var.h476 #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 Dfsw_dp.c221 #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 Dmbuf.h1189 #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 Dnexus_adapter.c141 #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 Dnecp_client.c689 #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