| /xnu-11215.81.4/bsd/net/ |
| H A D | if_pflog.h | 83 u_int8_t action; member
|
| H A D | pf_ruleset.c | 145 pf_get_ruleset_number(u_int8_t action) in pf_get_ruleset_number()
|
| H A D | pf.c | 401 int direction, int *action) in pf_state_lookup_aux() 7628 int action, extfilter; in pf_test_state_udp() local 8348 int dx, action; in pf_test_state_icmp() local 8847 int action; in pf_test_state_esp() local 9700 u_short action = PF_PASS, reason = 0, log = 0; in pf_test() local 10298 u_short action = PF_PASS, reason = 0, log = 0; in pf_test6() local
|
| /xnu-11215.81.4/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 740 proc_setcpu_percentage(pid_t pid, int action, int percentage) in proc_setcpu_percentage() 773 proc_setcpu_deadline(pid_t pid, int action, uint64_t deadline) in proc_setcpu_deadline() 788 proc_setcpu_percentage_withdeadline(pid_t pid, int action, int percentage, uint64_t deadline) in proc_setcpu_percentage_withdeadline()
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_attrlist.c | 496 kauth_action_t action; member 3153 kauth_action_t action; in getattrlist_internal() local 3734 kauth_action_t action; in get_error_attributes() local 4091 kauth_action_t action; in getattrlistbulk() local 4356 kauth_action_t action; in setattrlist_internal() local
|
| H A D | vfs_cache.c | 1528 vnode_uncache_authorized_action(vnode_t vp, kauth_action_t action) in vnode_uncache_authorized_action() 1556 vnode_cache_is_authorized(vnode_t vp, vfs_context_t ctx, kauth_action_t action) in vnode_cache_is_authorized() 1606 vnode_cache_authorized_action(vnode_t vp, vfs_context_t ctx, kauth_action_t action) in vnode_cache_authorized_action()
|
| H A D | vfs_subr.c | 8272 kauth_action_t action; in vn_authorize_open_existing() local 8763 vnode_attr_authorize_dir_clone(struct vnode_attr *vap, kauth_action_t action, in vnode_attr_authorize_dir_clone() 8883 vnode_authorize(vnode_t vp, vnode_t dvp, kauth_action_t action, vfs_context_t ctx) in vnode_authorize() 9177 vnode_authorize_posix(vauth_ctx vcp, int action, int on_dir) in vnode_authorize_posix() 9841 vnode_authorize_opaque(vnode_t vp, int *resultp, kauth_action_t action, vfs_context_t ctx) in vnode_authorize_opaque() 9922 kauth_action_t action, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, in vnode_authorize_callback() 10091 vnode_authorize_callback_int(kauth_action_t action, vfs_context_t ctx, in vnode_authorize_callback_int() 10330 kauth_action_t action, vfs_context_t ctx) in vnode_attr_authorize_init() 10365 kauth_action_t action, vfs_context_t ctx) in vnode_attr_authorize()
|
| /xnu-11215.81.4/tests/ |
| H A D | turnstile_multihop.c | 568 uint16_t action = 0; in dispatch_sync_wait() local 600 uint16_t action = 0; in dispatch_sync_cancel() local
|
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | ktrace.py | 176 def GetKperfActionSummary(action): argument
|
| /xnu-11215.81.4/tests/recount/ |
| H A D | recount_test_utils.c | 298 void *(*action)(void *) = NULL; in scene_start() local
|
| /xnu-11215.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 1492 gid_t gid, int perms, int (*clone)(dev_t dev, int action), in devfs_make_node_clone() 1558 gid_t gid, int perms, int (*clone)(dev_t dev, int action), const char *fmt, va_list ap) in devfs_make_node_internal()
|
| /xnu-11215.81.4/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 671 IOInterruptEventSource::Action action; in exclaveRegisterInterrupt() local 858 IOTimerEventSource::Action action; in exclaveRegisterTimer() local
|
| /xnu-11215.81.4/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 50 iocpu_platform_action_t action; member
|
| H A D | IOWorkLoop.cpp | 559 IOWorkLoop::runActionBlock(ActionBlock action) in runActionBlock()
|
| /xnu-11215.81.4/iokit/IOKit/ |
| H A D | IOPolledInterface.h | 66 IOPolledCompletionAction action; member
|
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_reclaim.c | 1241 pick_reclaim_threshold(vm_deferred_reclamation_action_t action) in pick_reclaim_threshold() 1254 vm_deferred_reclamation_reclaim_memory(vm_deferred_reclamation_action_t action, vm_deferred_reclama… in vm_deferred_reclamation_reclaim_memory()
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | locks.c | 1272 lck_wake_action_t action, in wakeup_with_inheritor_and_turnstile() 1642 wakeup_thread_with_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_… in wakeup_thread_with_inheritor() 1652 wakeup_one_with_inheritor(event_t event, wait_result_t result, lck_wake_action_t action, thread_t *… in wakeup_one_with_inheritor() 1945 cond_wakeup_one_with_inheritor(cond_swi_var_t cond, wait_result_t result, lck_wake_action_t action,… in cond_wakeup_one_with_inheritor()
|
| H A D | thread.c | 2546 int action; in SENDING_NOTIFICATION__THIS_THREAD_IS_CONSUMING_TOO_MUCH_CPU() local 2872 thread_get_cpulimit(int *action, uint8_t *percentage, uint64_t *interval_ns) in thread_get_cpulimit() 2927 thread_set_cpulimit(int action, uint8_t percentage, uint64_t interval_ns) in thread_set_cpulimit()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | tty_ptmx.c | 471 ptmx_clone(__unused dev_t dev, int action) in ptmx_clone()
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | ip6.h | 318 #define IP6_EXTHDR_CHECK(m, off, hlen, action) \ argument
|
| H A D | mptcp.c | 1294 mptcp_session_necp_cb(void *handle, int action, uint32_t interface_index, in mptcp_session_necp_cb()
|
| /xnu-11215.81.4/san/coverage/ |
| H A D | kcov_ksancov.c | 1030 ksancov_dev_clone(dev_t dev, int action) in ksancov_dev_clone()
|
| /xnu-11215.81.4/bsd/nfs/ |
| H A D | nfs_syscalls.c | 436 kauth_action_t action; in fhopen() local
|
| /xnu-11215.81.4/bsd/security/audit/ |
| H A D | audit_pipe.c | 667 audit_pipe_clone(__unused dev_t dev, int action) in audit_pipe_clone()
|
| /xnu-11215.81.4/tests/vm/ |
| H A D | vm_allocation.c | 567 int action; member 695 set_vmcopy_post_action(int action) in set_vmcopy_post_action() 3335 int action = get_vmcopy_post_action(); in modify_one_and_verify_all_regions() local 3410 int action = get_vmcopy_post_action(); in test_vmcopy_shared_source() local
|