Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 213) sorted by relevance

123456789

/xnu-12377.61.12/bsd/net/
H A Dlacp.h109 lacp_actor_partner_state_set_active_lacp(lacp_actor_partner_state state) in lacp_actor_partner_state_set_active_lacp()
115 lacp_actor_partner_state_set_passive_lacp(lacp_actor_partner_state state) in lacp_actor_partner_state_set_passive_lacp()
121 lacp_actor_partner_state_active_lacp(lacp_actor_partner_state state) in lacp_actor_partner_state_active_lacp()
127 lacp_actor_partner_state_set_short_timeout(lacp_actor_partner_state state) in lacp_actor_partner_state_set_short_timeout()
133 lacp_actor_partner_state_set_long_timeout(lacp_actor_partner_state state) in lacp_actor_partner_state_set_long_timeout()
139 lacp_actor_partner_state_short_timeout(lacp_actor_partner_state state) in lacp_actor_partner_state_short_timeout()
145 lacp_actor_partner_state_set_aggregatable(lacp_actor_partner_state state) in lacp_actor_partner_state_set_aggregatable()
151 lacp_actor_partner_state_set_individual(lacp_actor_partner_state state) in lacp_actor_partner_state_set_individual()
157 lacp_actor_partner_state_aggregatable(lacp_actor_partner_state state) in lacp_actor_partner_state_aggregatable()
163 lacp_actor_partner_state_set_in_sync(lacp_actor_partner_state state) in lacp_actor_partner_state_set_in_sync()
[all …]
H A Dcontent_filter_crypto.c99 struct cfil_crypto_state *state; in cfil_crypto_init_client() local
111 cfil_crypto_cleanup_state(cfil_crypto_state_t state) in cfil_crypto_cleanup_state()
138 cfil_crypto_sign_data(cfil_crypto_state_t state, cfil_crypto_data_t data, in cfil_crypto_sign_data()
/xnu-12377.61.12/osfmk/i386/
H A Dlocks_i386_inlines.h58 uint32_t state) in lck_mtx_ilk_unlock_inline()
70 uint32_t state) in lck_mtx_lock_finish_inline()
85 uint32_t state) in lck_mtx_lock_finish_inline_with_cleanup()
102 uint32_t state) in lck_mtx_try_lock_finish_inline()
114 uint32_t state) in lck_mtx_convert_spin_finish_inline()
128 uint32_t state) in lck_mtx_unlock_finish_inline()
H A Dpcb.c712 set_thread_state64(thread_t thread, void *state, int full) in set_thread_state64()
804 get_thread_state64(thread_t thread, void *state, boolean_t full) in get_thread_state64()
912 x86_saved_state32_t *state; in machine_thread_set_state() local
985 x86_saved_state64_t *state; in machine_thread_set_state() local
1088 x86_float_state_t *state; in machine_thread_set_state() local
1109 x86_avx_state_t *state; in machine_thread_set_state() local
1182 x86_thread_state_t *state; in machine_thread_set_state() local
1208 x86_debug_state32_t *state; in machine_thread_set_state() local
1223 x86_debug_state64_t *state; in machine_thread_set_state() local
1238 x86_debug_state_t *state; in machine_thread_set_state() local
[all …]
H A Dlocks_i386_opt.c125 uint32_t prev, state; in lck_mtx_lock() local
175 uint32_t prev, state; in lck_mtx_try_lock() local
231 uint32_t prev, state; in lck_mtx_lock_spin_always() local
314 uint32_t prev, state; in lck_mtx_try_lock_spin_always() local
389 uint32_t prev, state; in lck_mtx_unlock() local
H A Dlocks_i386.c414 uintptr_t state; in lck_spin_assert() local
1111 uint32_t state; in lck_mtx_unlock_slow() local
1178 uint32_t state) in lck_mtx_unlock_wakeup_tail()
1308 uint32_t state, prev; in lck_mtx_interlock_lock_set_and_clear_flags() local
1356 uint32_t state, prev; in lck_mtx_interlock_try_lock_set_flags() local
1383 uint32_t state; in lck_mtx_lock_contended() local
1496 uint32_t state; in lck_mtx_lock_wait_interlock_to_clear() local
1518 uint32_t state; in lck_mtx_try_lock_wait_interlock_to_clear() local
1549 uint32_t state; in lck_mtx_lock_slow() local
1612 uint32_t state; in lck_mtx_try_lock_slow() local
[all …]
/xnu-12377.61.12/libkern/zlib/
H A Dinflate.c134 struct inflate_state FAR *state; in inflateReset() local
159 struct inflate_state FAR *state; in inflatePrime() local
174 struct inflate_state FAR *state; in inflateInit2_() local
230 fixedtables(struct inflate_state FAR *state) in fixedtables()
297 struct inflate_state state; in makefixed() local
351 struct inflate_state FAR *state; in updatewindow() local
581 struct inflate_state FAR *state; in inflate() local
1203 struct inflate_state FAR *state; in inflateEnd() local
1217 struct inflate_state FAR *state; in inflateSetDictionary() local
1257 struct inflate_state FAR *state; in inflateGetHeader() local
[all …]
/xnu-12377.61.12/iokit/Kernel/
H A DIOPerfControl.cpp53 [](IOService *device, PerfControllerInterface::WorkState *state, WorkSubmitArgs *args) { in init()
57 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkSubmitArgs *a… in init()
60 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkBeginArgs *ar… in init()
63 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkEndArgs *args… in init()
66 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *a… in init()
424 PerfControllerInterface::WorkState state{ in workSubmit() local
457 PerfControllerInterface::WorkState state{ in workSubmitAndBegin() local
496 PerfControllerInterface::WorkState state{ in workBegin() local
518 PerfControllerInterface::WorkState state{ in workEnd() local
621 PerfControllerInterface::WorkState state{ in workSubmitAndBeginWithContext() local
[all …]
/xnu-12377.61.12/libkern/c++/
H A DOSUnserializeXML.y461 getTag(parser_state_t *state, in getTag()
623 getString(parser_state_t *state, int *alloc_lengthp) in getString()
727 getNumber(parser_state_t *state) in getNumber()
791 getCFEncodedData(parser_state_t *state, unsigned int *size) in getCFEncodedData()
848 getHexData(parser_state_t *state, unsigned int *size) in getHexData()
910 yylex(YYSTYPE *lvalp, parser_state_t *state) in yylex()
1126 newObject(parser_state_t *state) in newObject()
1144 freeObject(parser_state_t * state, object_t *o) in freeObject()
1151 cleanupObjects(parser_state_t *state) in cleanupObjects()
1186 rememberObject(parser_state_t *state, int tag, OSObject *o) in rememberObject()
[all …]
/xnu-12377.61.12/libsyscall/wrappers/
H A Dthread_register_state.c44 i386_thread_state_t state = {}; in thread_get_register_pointer_values() local
48 x86_thread_state64_t state = {}; in thread_get_register_pointer_values() local
52 arm_thread_state_t state = {}; in thread_get_register_pointer_values() local
56 arm_thread_state64_t state = {}; in thread_get_register_pointer_values() local
/xnu-12377.61.12/osfmk/arm64/
H A Dsleh.c545 arm64_implementation_specific_error(arm_saved_state_t *state, uint64_t esr, vm_offset_t far) in arm64_implementation_specific_error()
595 arm64_platform_error(arm_saved_state_t *state, uint64_t esr, vm_offset_t far, platform_error_source… in arm64_platform_error()
620 arm_saved_state64_t *state = saved_state64(ss); in panic_with_thread_kernel_state() local
666 arm_saved_state_t * state = &context->ss; in sleh_synchronous_sp1() local
769 arm_saved_state_t * state = &context->ss; in sleh_synchronous() local
1185 handle_uncategorized(arm_saved_state_t *state) in handle_uncategorized()
1294 arm_saved_state_t *state = (arm_saved_state_t *)tstate; in ptrauth_handle_brk_trap() local
1335 arm_saved_state64_t *state = saved_state64(tstate); in xnu_hard_trap_handle_breakpoint() local
1408 handle_kernel_breakpoint(arm_saved_state_t *state, uint64_t esr) in handle_kernel_breakpoint()
1509 handle_user_breakpoint(arm_saved_state_t *state, uint64_t esr __unused) in handle_user_breakpoint()
[all …]
H A Dstatus.c1269 struct arm_exception_state *state; local
1290 struct arm_exception_state64 *state; local
1311 struct arm_exception_state64_v2 *state; local
1331 arm_legacy_debug_state_t *state; local
1355 arm_debug_state32_t *state; local
1380 arm_debug_state64_t *state; local
1405 struct arm_vfp_state *state; local
1432 arm_neon_state_t *state; local
1454 arm_neon_state64_t *state; local
1496 arm_pagein_state_t *state; local
[all …]
H A Dbsd_arm64.c78 arm_set_mach_syscall_ret(struct arm_saved_state *state, int retval) in arm_set_mach_syscall_ret()
88 arm_get_mach_syscall_args(struct arm_saved_state *state, struct mach_call_args *dest, const mach_tr… in arm_get_mach_syscall_args()
177 mach_syscall(struct arm_saved_state *state) in mach_syscall()
/xnu-12377.61.12/tests/unit/mocks/fibers/
H A Dfibers.c70 fibers_default_choose_next(__unused void *arg, int state) in fibers_default_choose_next()
290 fibers_switch_helper(fiber_t target, int state) in fibers_switch_helper()
319 fibers_choose_next(int state) in fibers_choose_next()
325 fibers_switch_to(fiber_t target, int state) in fibers_switch_to()
332 fibers_switch_to_by_id(int target_id, int state) in fibers_switch_to_by_id()
340 fibers_switch_top(int state) in fibers_switch_top()
347 fibers_switch_random(int state) in fibers_switch_random()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c259 struct netif_gso_ip_tcp_state *state, struct kern_pbufpool *pp) in netif_gso_tcp_segment_mbuf()
425 netif_gso_ipv4_tcp_update(struct netif_gso_ip_tcp_state *state, in netif_gso_ipv4_tcp_update()
438 netif_gso_ipv4_tcp_internal(struct netif_gso_ip_tcp_state *state, in netif_gso_ipv4_tcp_internal()
474 netif_gso_ipv4_tcp_internal_nosum(struct netif_gso_ip_tcp_state *state, in netif_gso_ipv4_tcp_internal_nosum()
497 netif_gso_ipv6_tcp_update(struct netif_gso_ip_tcp_state *state, in netif_gso_ipv6_tcp_update()
510 netif_gso_ipv6_tcp_internal_nosum(struct netif_gso_ip_tcp_state *state, in netif_gso_ipv6_tcp_internal_nosum()
532 netif_gso_ipv6_tcp_internal(struct netif_gso_ip_tcp_state *state, in netif_gso_ipv6_tcp_internal()
558 netif_gso_ip_tcp_init_state(struct netif_gso_ip_tcp_state *state, in netif_gso_ip_tcp_init_state()
622 struct netif_gso_ip_tcp_state state; in netif_gso_ipv4_tcp() local
693 struct netif_gso_ip_tcp_state state; in netif_gso_ipv6_tcp() local
/xnu-12377.61.12/bsd/dev/arm/
H A Dsystemcalls.c91 struct arm_saved_state * state, in unix_syscall()
356 arm_get_syscall_args(uthread_t uthread, struct arm_saved_state *state, const struct sysent *callp) in arm_get_syscall_args()
468 arm_get_syscall_number(struct arm_saved_state *state) in arm_get_syscall_number()
486 arm_prepare_syscall_return(const struct sysent *callp, struct arm_saved_state *state, uthread_t uth… in arm_prepare_syscall_return()
557 arm_trace_unix_syscall(int code, struct arm_saved_state *state) in arm_trace_unix_syscall()
573 arm_clear_syscall_error(struct arm_saved_state * state) in arm_clear_syscall_error()
/xnu-12377.61.12/bsd/dev/dtrace/
H A Ddtrace_xoroshiro128_plus.c49 dtrace_xoroshiro128_plus_jump(uint64_t * const state, in dtrace_xoroshiro128_plus_jump()
77 dtrace_xoroshiro128_plus_next(uint64_t * const state) in dtrace_xoroshiro128_plus_next()
/xnu-12377.61.12/osfmk/kern/
H A Dlock_mtx.c434 lck_mtx_state_t state, in lck_mtx_ilk_lock_contended()
525 lck_mtx_state_t state, nstate; in lck_mtx_ilk_lock_nopreempt() local
688 lck_mtx_lock_adaptive_spin(lck_mtx_t *lock, lck_mtx_state_t state) in lck_mtx_lock_adaptive_spin()
825 lck_mtx_state_t state; in lck_mtx_lock_contended() local
992 lck_mtx_state_t state, in lck_mtx_lock_slow()
1032 lck_mtx_state_t state = { in lck_mtx_lock_fastpath() local
1311 lck_mtx_state_t state = os_atomic_load(&lock->lck_mtx, relaxed); in lck_mtx_assert() local
1331 lck_mtx_state_t state = os_atomic_load(&lock->lck_mtx, relaxed); in lck_mtx_assert_owned_spin() local
1352 lck_mtx_state_t state = os_atomic_load(&lock->lck_mtx, relaxed); in lck_mtx_convert_spin() local
1382 lck_mtx_state_t state = os_atomic_load(&lck->lck_mtx, relaxed); in kdp_lck_mtx_lock_spin_is_acquired() local
[all …]
H A Dthread_act.c621 thread_state_t state, /* pointer to OUT array */ in thread_get_state_internal()
685 thread_state_t state, /* pointer to OUT array */ in thread_get_state()
695 thread_state_t state, /* pointer to OUT array */ in thread_get_state_to_user()
709 thread_state_t state, in thread_set_state_internal()
786 thread_state_t state, in thread_set_state()
796 thread_state_t state, in thread_set_state_from_user()
1303 thread_state_t state, in act_set_state()
1317 thread_state_t state, in act_set_state_from_user()
1339 thread_state_t state, in act_get_state()
1353 thread_state_t state, in act_get_state_to_user()
H A Dturnstile.h172 #define turnstile_state_init(ts, state) \ argument
177 #define turnstile_state_add(ts, state) \ argument
183 #define turnstile_state_remove(ts, state) \ argument
191 #define turnstile_state_init(ts, state) \ argument
196 #define turnstile_state_add(ts, state) \ argument
201 #define turnstile_state_remove(ts, state) \ argument
/xnu-12377.61.12/tests/
H A Dos_thread_self_restrict_pagers.c78 #define MAGIC(state) (void *)&state->magic argument
307 fork_child_test(const_page_t *state) in fork_child_test()
331 pager_test(const_page_t *state) in pager_test()
507 mmap_test(const_page_t *state) in mmap_test()
529 vm_allocate_test(const_page_t *state) in vm_allocate_test()
/xnu-12377.61.12/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2041 OSUnserializeerror(parser_state_t * state, const char *s) /* Called by yyparse on errors */ in OSUnserializeerror()
2072 getTag(parser_state_t *state, in getTag()
2234 getString(parser_state_t *state, int *alloc_lengthp) in getString()
2338 getNumber(parser_state_t *state) in getNumber()
2402 getCFEncodedData(parser_state_t *state, unsigned int *size) in getCFEncodedData()
2459 getHexData(parser_state_t *state, unsigned int *size) in getHexData()
2521 yylex(YYSTYPE *lvalp, parser_state_t *state) in yylex()
2737 newObject(parser_state_t *state) in newObject()
2755 freeObject(parser_state_t * state, object_t *o) in freeObject()
2762 cleanupObjects(parser_state_t *state) in cleanupObjects()
[all …]
/xnu-12377.61.12/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2041 OSUnserializeerror(parser_state_t * state, const char *s) /* Called by yyparse on errors */ in OSUnserializeerror()
2072 getTag(parser_state_t *state, in getTag()
2234 getString(parser_state_t *state, int *alloc_lengthp) in getString()
2338 getNumber(parser_state_t *state) in getNumber()
2402 getCFEncodedData(parser_state_t *state, unsigned int *size) in getCFEncodedData()
2459 getHexData(parser_state_t *state, unsigned int *size) in getHexData()
2521 yylex(YYSTYPE *lvalp, parser_state_t *state) in yylex()
2737 newObject(parser_state_t *state) in newObject()
2755 freeObject(parser_state_t * state, object_t *o) in freeObject()
2762 cleanupObjects(parser_state_t *state) in cleanupObjects()
[all …]
/xnu-12377.61.12/bsd/netinet6/
H A Dah_core.c278 ah_hmac_state_init(struct ah_algorithm_state *state, struct secasvar *sav) in ah_hmac_state_init()
319 struct ah_algorithm_state *state, in ah_hmac_loop()
334 struct ah_algorithm_state *state, in ah_hmac_result()
446 struct ah_algorithm_state *state, in ah_none_init()
455 __unused struct ah_algorithm_state *state, in ah_none_loop()
463 __unused struct ah_algorithm_state *state, in ah_none_result()
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_object.h324 io_state_active(ipc_object_state_t state) in io_state_active()
330 io_state_in_space(ipc_object_state_t state) in io_state_in_space()
342 io_state_in_limbo(ipc_object_state_t state) in io_state_in_limbo()
354 io_state_in_transit(ipc_object_state_t state) in io_state_in_transit()
366 io_state_is_moving(ipc_object_state_t state) in io_state_is_moving()

123456789