| /xnu-11215.1.10/bsd/net/ |
| H A D | bridgestp.c | 1348 bstp_set_port_state(struct bstp_port *bp, int state) in bstp_set_port_state() 1493 bstp_set_port_tc(struct bstp_port *bp, int state) in bstp_set_port_tc() 1946 bstp_linkstate(struct ifnet *ifp, __unused int state) in bstp_linkstate()
|
| H A D | pf_ioctl.c | 1946 struct pf_state *state; in pfioctl() local 2468 struct pf_state *state; in pf_expire_states_and_src_nodes() local 3625 struct pf_state *__single state; in pfioctl_ioc_states() local 3698 struct pf_state *state; in pfioctl_ioc_natlook() local
|
| H A D | pf.c | 400 pf_state_lookup_aux(struct pf_state **state, struct pfi_kif *kif, in pf_state_lookup_aux() 1250 pf_src_connlimit(struct pf_state **state) in pf_src_connlimit() 1627 pf_state_expires(const struct pf_state *state) in pf_state_expires() 7013 pf_test_state_tcp(struct pf_state **state, int direction, struct pfi_kif *kif, in pf_test_state_tcp() 7619 pf_test_state_udp(struct pf_state **state, int direction, struct pfi_kif *kif, in pf_test_state_udp() 7850 pf_test_state_icmp(struct pf_state **state, int direction, struct pfi_kif *kif, in pf_test_state_icmp() 8738 pf_test_state_grev1(struct pf_state **state, int direction, in pf_test_state_grev1() 8839 pf_test_state_esp(struct pf_state **state, int direction, struct pfi_kif *kif, in pf_test_state_esp() 9002 pf_test_state_other(struct pf_state **state, int direction, struct pfi_kif *kif, in pf_test_state_other()
|
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOPolledInterface.cpp | 187 IOPolledFilePollersOpen(IOPolledFileIOVars * filevars, uint32_t state, bool abortable) in IOPolledFilePollersOpen() 238 IOPolledFilePollersClose(IOPolledFileIOVars * filevars, uint32_t state) in IOPolledFilePollersClose()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_memorystatus_freeze.c | 559 uint32_t max_pages = 0, state = 0; variable 842 uint32_t state = 0, pages = 0; in memorystatus_freezer_get_status() local 1235 uint32_t state = p->p_memstat_state; in memorystatus_freezer_reset_state() local 1290 uint32_t state; in kill_all_frozen_processes() local
|
| /xnu-11215.1.10/bsd/dev/i386/ |
| H A D | fbt_x86.c | 103 fbt_invop(uintptr_t addr, uintptr_t *state, uintptr_t rval) in fbt_invop()
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | preemption_disable.c | 69 uint64_t state; in kernel_preempt_check() local
|
| /xnu-11215.1.10/tests/ |
| H A D | avx.c | 337 thread_state_t state, /* pointer to OUT array */ in _thread_get_state_avx() 567 thread_state_t state, /* pointer to OUT array */ in _thread_get_state_avx512()
|
| H A D | exc_helpers.c | 263 arm_thread_state64_t *state = (arm_thread_state64_t*)(void *)out_state; in catch_mach_exception_raise_state_identity() local
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_user.c | 1612 int *state) in mach_vm_purgable_control() 1634 int *state) in mach_vm_purgable_control_external() 1656 int *state) in vm_purgable_control() 1678 int *state) in vm_purgable_control_external()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | host.c | 498 #define GET_TICKS_VALUE(state, ticks) \ in host_statistics() argument 501 #define GET_TICKS_VALUE_FROM_TIMER(processor, state, timer) \ in host_statistics() argument
|
| H A D | simple_lock.h | 91 #define HW_LOCK_STATE_TO_THREAD(state) ((thread_t)(state)) argument
|
| H A D | exclaves_xnuproxy.c | 307 thread_exclaves_state_flags_t state = current_thread()->th_exclaves_state; in exclaves_xnuproxy_ctx_alloc() local
|
| H A D | processor.c | 757 int cpu_id, state; in processor_info() local 1248 int state; in processor_get_assignment() local
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kern_memorystatus.h | 125 uint32_t state; member 148 uint32_t state; member 208 uint32_t state; member
|
| /xnu-11215.1.10/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 128 def _printTestDescription(self, state, test): argument
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | Diagnostics.c | 126 diagCall64(x86_saved_state_t * state) in diagCall64()
|
| /xnu-11215.1.10/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 426 struct arm_saved_state *state = thread->machine.kpcb; in machine_trace_thread64() local
|
| /xnu-11215.1.10/libkern/kxld/ |
| H A D | kxld_dict.c | 63 DictEntryState state; member
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_log.c | 507 tcp_connection_client_accurate_ecn_state_to_string(tcp_connection_client_accurate_ecn_state_t state) in tcp_connection_client_accurate_ecn_state_to_string() 532 tcp_connection_server_accurate_ecn_state_to_string(tcp_connection_server_accurate_ecn_state_t state) in tcp_connection_server_accurate_ecn_state_to_string()
|
| /xnu-11215.1.10/bsd/dev/arm64/ |
| H A D | dtrace_isa.c | 650 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, in dtrace_probe_error()
|
| /xnu-11215.1.10/libsyscall/wrappers/ |
| H A D | _libc_funcptr.c | 358 voucher_mach_msg_revert(voucher_mach_msg_state_t state) in voucher_mach_msg_revert()
|
| /xnu-11215.1.10/libkern/libkern/ |
| H A D | zlib.h | 119 struct internal_state FAR *state; /* not visible by applications */ member
|
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | mach_kernelrpc.c | 133 int state; in _kernelrpc_mach_vm_purgable_control_trap() local
|
| /xnu-11215.1.10/san/memory/ |
| H A D | kasan-tbi.c | 185 arm_saved_state_t* state = (arm_saved_state_t *)tstate; in kasan_handle_brk_failure() local
|