Searched refs:_action (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dkauth.h476 kauth_action_t _action,
513 extern int kauth_authorize_action(kauth_scope_t _scope, kauth_cred_t _credential, kauth_action_t _action,
517 extern int kauth_authorize_allow(kauth_cred_t _credential, void *_idata, kauth_action_t _action,
556 extern int kauth_authorize_process(kauth_cred_t _credential, kauth_action_t _action,
614 extern int kauth_authorize_fileop(kauth_cred_t _credential, kauth_action_t _action,
/xnu-2422.115.4/bsd/kern/
H A Dkern_authorization.c128 static int kauth_authorize_process_callback(kauth_cred_t _credential, void *_idata, kauth_action_t _action,
131 static int kauth_authorize_generic_callback(kauth_cred_t _credential, void *_idata, kauth_action_t _action,
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_input.c241 #define IP6_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { } while (0)
243 #define IP6_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { \
256 _action; \
/xnu-2422.115.4/bsd/netinet/
H A Dip_input.c371 #define IP_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { } while (0)
373 #define IP_HDR_ALIGNMENT_FIXUP(_m, _ifp, _action) do { \
386 _action; \
/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c302 #define PFIOCX_STRUCT_BEGIN(a, s, _action) { \
306 _action \
333 #define PFIOC_STRUCT_BEGIN(a, v, _action) { \
337 _action \
/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c53 typedef struct _action { struct

Completed in 101 milliseconds