| /xnu-12377.41.6/tests/ |
| H A D | task_policy.c | 170 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 189 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 204 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 224 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 254 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 284 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 460 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 479 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 494 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable 514 mach_msg_type_number_t count = TASK_CATEGORY_POLICY_COUNT; variable [all …]
|
| H A D | mach_eventlink.c | 61 uint64_t count = 1; in test_eventlink_wait_with_timeout() local 83 uint64_t count = 1; in test_eventlink_wait_no_wait() local 105 uint64_t count = 1; in test_eventlink_wait_destroy() local 126 uint64_t count = 0; in test_eventlink_wait_for_signal() local 148 uint64_t count = 0; in test_eventlink_wait_then_signal() local 174 uint64_t count = 0; in test_eventlink_wait_then_wait_signal_with_no_wait() local 203 uint64_t count = 0; in test_eventlink_wait_then_wait_signal_with_prepost() local 233 uint64_t count = 0; in test_eventlink_wait_then_signal_loop() local 619 uint64_t count = 0; variable 660 uint64_t count = 0; variable [all …]
|
| H A D | task_info.c | 64 mach_msg_type_number_t count = TASK_VM_INFO_COUNT; variable 218 mach_msg_type_number_t count = HOST_DEBUG_INFO_INTERNAL_COUNT; variable 236 mach_msg_type_number_t count = TASK_DEBUG_INFO_INTERNAL_COUNT; variable 254 mach_msg_type_number_t count = THREAD_DEBUG_INFO_INTERNAL_COUNT; variable 285 mach_msg_type_number_t count = TASK_THREAD_TIMES_INFO_COUNT; variable 329 mach_msg_type_number_t count = TASK_ABSOLUTETIME_INFO_COUNT; variable 399 mach_msg_type_number_t count = TASK_AFFINITY_TAG_INFO_COUNT; variable 430 mach_msg_type_number_t count = TASK_FLAGS_INFO_COUNT; variable 462 mach_msg_type_number_t count = TASK_POWER_INFO_V2_COUNT; variable 570 mach_msg_type_number_t count; in test_task_basic_info() local [all …]
|
| H A D | kqueue_fifo_18776047.c | 38 int count = 0; in write_some_data() local 64 int retval, count = 0; in read_data() local
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | blist.c | 158 blist_alloc(blist_t bl, daddr_t count) in blist_alloc() 183 blist_free(blist_t bl, daddr_t blkno, daddr_t count) in blist_free() 205 blist_resize(blist_t *pbl, daddr_t count, int freenew) in blist_resize() 261 blst_leaf_alloc(blmeta_t *scan, daddr_t blk, int count) 338 blst_meta_alloc(blmeta_t *scan, daddr_t blk, daddr_t count, daddr_t radix, 424 blst_leaf_free(blmeta_t *scan, daddr_t blk, int count) 466 blst_meta_free(blmeta_t *scan, daddr_t freeBlk, daddr_t count, daddr_t radix, 564 daddr_t skip, blist_t dest, daddr_t count) 667 blst_radix_init(blmeta_t *scan, daddr_t radix, int skip, daddr_t count) 844 daddr_t count = 0; local
|
| /xnu-12377.41.6/iokit/IOKit/ |
| H A D | IOLib.h | 343 #define IONewData(type, count) \ argument 346 #define IONewZeroData(type, count) \ argument 349 #define IODeleteData(ptr, type, count) ({ \ argument 428 #define IONew_2(e_ty, count) ({ \ argument 434 #define IONew_3(h_ty, e_ty, count) ({ \ argument 440 #define IONewZero_2(e_ty, count) \ argument 443 #define IONewZero_3(h_ty, e_ty, count) \ argument 447 #define IONew_2(e_ty, count) \ argument 450 #define IONew_3(h_ty, e_ty, count) \ argument 453 #define IONewZero_2(e_ty, count) \ argument [all …]
|
| /xnu-12377.41.6/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 46 mach_msg_type_number_t count = i386_THREAD_STATE_COUNT; in thread_get_register_pointer_values() local 50 mach_msg_type_number_t count = x86_THREAD_STATE64_COUNT; in thread_get_register_pointer_values() local 54 mach_msg_type_number_t count = ARM_THREAD_STATE_COUNT; in thread_get_register_pointer_values() local 58 mach_msg_type_number_t count = ARM_THREAD_STATE64_COUNT; in thread_get_register_pointer_values() local
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | status.c | 179 mach_msg_type_number_t * count, in handle_get_arm32_thread_state() 196 mach_msg_type_number_t * count, in handle_get_arm64_thread_state() 214 mach_msg_type_number_t * count, in handle_get_arm_thread_state() 247 mach_msg_type_number_t count, in handle_set_arm32_thread_state() 260 mach_msg_type_number_t count, in handle_set_arm64_thread_state() 274 mach_msg_type_number_t count, in handle_set_arm_thread_state() 311 handle_get_arm_sme_state(thread_state_t tstate, mach_msg_type_number_t *count, thread_t thread) in handle_get_arm_sme_state() 350 handle_get_arm_sve_z_state(thread_state_t tstate, mach_msg_type_number_t *count, thread_t thread, s… in handle_get_arm_sve_z_state() 382 handle_get_arm_sve_p_state(thread_state_t tstate, mach_msg_type_number_t *count, thread_t thread) in handle_get_arm_sve_p_state() 414 handle_get_arm_za_state(thread_state_t tstate, mach_msg_type_number_t *count, thread_t thread) in handle_get_arm_za_state() [all …]
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | host.c | 165 unsigned int count = processor_count; in host_processors() local 192 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info() 418 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() 617 mach_msg_type_number_t count; //NOTE count is in sizeof(integer_t) member 658 get_cached_info(int index, host_info64_t info, mach_msg_type_number_t* count) in get_cached_info() 670 get_host_info_data_index(bool is_stat64, host_flavor_t flavor, mach_msg_type_number_t* count, kern_… in get_host_info_data_index() 752 …ics(bool is_stat64, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t* count, kern_… in rate_limit_host_statistics() 802 vm_stats(void *info, unsigned int *count) in vm_stats() 900 vm_compressor_queue_lens(void *info, unsigned int *count) in vm_compressor_queue_lens() 935 …statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * count) in host_statistics64() [all …]
|
| H A D | processor.c | 784 mach_msg_type_number_t *count) in processor_info_count() 823 mach_msg_type_number_t *count) in processor_info() 1274 mach_msg_type_number_t count = HOST_BASIC_INFO_COUNT; in enable_smt_processors() local 1304 mach_msg_type_number_t count) in processor_control() 1340 mach_msg_type_number_t *count) in processor_set_info() 1473 mach_msg_type_number_t *count) in processor_set_statistics() 1527 vm_size_t count, count_needed; in processor_set_things() local 1751 mach_msg_type_number_t *count, in processor_set_tasks_internal() 1770 mach_msg_type_number_t *count) in processor_set_tasks() 1785 mach_msg_type_number_t *count) in processor_set_tasks_with_flavor() [all …]
|
| H A D | kpc_common.c | 375 uint32_t count = kpc_get_counter_count(KPC_CLASS_FIXED_MASK); in kpc_get_shadow_counters() local 409 uint32_t count = 0; in kpc_get_counter_count() local 427 uint32_t count = 0; in kpc_get_config_count() local 449 uint32_t count = 0; in kpc_get_config() local 557 uint64_t count, uintptr_t pc, kperf_kpc_flags_t flags) in kpc_sample_kperf() 628 uint32_t count = 0; in kpc_get_period() local 675 uint32_t count = 0; in kpc_set_actionid() local 720 uint32_t count = 0; in kpc_get_actionid() local
|
| H A D | test_mpsc_queue.c | 44 uint64_t *count, *end; member 79 mpsc_test_pingpong(uint64_t count, uint64_t *out) in mpsc_test_pingpong()
|
| H A D | thread_act.c | 1000 mach_msg_type_number_t count) in thread_setstatus() 1010 mach_msg_type_number_t count, in thread_setstatus_from_user() 1029 mach_msg_type_number_t *count) in thread_getstatus() 1039 mach_msg_type_number_t *count, in thread_getstatus_to_user() 1304 mach_msg_type_number_t count) in act_set_state() 1318 mach_msg_type_number_t count) in act_set_state_from_user() 1340 mach_msg_type_number_t *count) in act_get_state() 1354 mach_msg_type_number_t *count) in act_get_state_to_user()
|
| /xnu-12377.41.6/osfmk/arm/ |
| H A D | preemption_disable.c | 93 _enable_preemption_write_count(thread_t thread, unsigned int count) in _enable_preemption_write_count() 121 unsigned int count = thread->machine.preemption_count; in _disable_preemption() local 154 unsigned int count = thread->machine.preemption_count; in _disable_preemption_without_measurements() local 192 unsigned int count = thread->machine.preemption_count; in _enable_preemption() local 213 unsigned int count = thread->machine.preemption_count; in get_preemption_level_for_thread() local 443 preemption_disable_get_max_durations(uint64_t *durations, size_t count) in preemption_disable_get_max_durations()
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_far.h | 83 size_t count, size_t elem_size, bool __unused idx_small) in vm_far_add_ptr_bounded_fatal_unsigned_internal() 122 size_t count, size_t elem_size, bool __unused idx_small) in vm_far_add_ptr_bounded_poison_unsigned_internal() 177 #define VM_FAR_ADD_PTR_BOUNDED_FATAL_UNSIGNED(ptr, idx, count) \ argument 188 #define VM_FAR_ADD_PTR_BOUNDED_POISON_UNSIGNED(ptr, idx, count) \ argument
|
| /xnu-12377.41.6/tools/lldbmacros/core/ |
| H A D | lldbwrap.py | 366 def xIterAsStruct(self, spec, addr, count): argument 395 def xIterAsScalar(self, spec, addr, count): argument 451 def xIterAsInt8(self, addr, count): argument 455 def xIterAsInt16(self, addr, count): argument 459 def xIterAsInt32(self, addr, count): argument 463 def xIterAsInt64(self, addr, count): argument 467 def xIterAsUInt8(self, addr, count): argument 471 def xIterAsUInt16(self, addr, count): argument 475 def xIterAsUInt32(self, addr, count): argument 479 def xIterAsUInt64(self, addr, count): argument [all …]
|
| /xnu-12377.41.6/tools/tests/execperf/ |
| H A D | run.c | 21 int i, count, threadcount; in main() local 63 int count = (int)(intptr_t)arg; in work() local
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_subr.c | 180 q_to_b(struct clist *clp, u_char *cp, int count) in q_to_b() 216 size_t count = 0; in ndqb() local 263 ndflush(struct clist *clp, int count) in ndflush() 390 b_to_q(const u_char *cp, int count, struct clist *clp) in b_to_q()
|
| /xnu-12377.41.6/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 694 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument 721 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 736 #define _sk_free_type_array(probename, type, count, elem) \ argument 743 #define _sk_free_type_array_counted_by(probename, type, count, elem) \ argument 757 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument 800 #define sk_alloc_type_array(type, count, flags, tag) \ argument 806 #define sk_alloc_type_header_array(htype, type, count, flags, tag) \ argument 817 #define sk_free_type_array(type, count, elem) \ argument 820 #define sk_free_type_array_counted_by(type, count, elem) \ argument 826 #define sk_free_type_header_array(htype, type, count, elem) \ argument [all …]
|
| /xnu-12377.41.6/libkern/crypto/ |
| H A D | corecrypto_md5.c | 13 setCount(MD5_CTX *ctx, uint64_t count) in setCount() 32 uint64_t count = getCount(md5_ctx); in MD5ToDi() local
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | cpu.c | 62 unsigned int count) in cpu_control() 73 unsigned int *count) in cpu_info_count() 85 unsigned int *count) in cpu_info()
|
| /xnu-12377.41.6/bsd/tests/ |
| H A D | tree_tests_sysctl.c | 91 rb_tree_insert_nodes(struct _rb_test_tree *tree, size_t count) in rb_tree_insert_nodes() 109 rb_tree_remove_nodes(struct _rb_test_tree *tree, size_t count) in rb_tree_remove_nodes()
|
| /xnu-12377.41.6/iokit/Tests/ |
| H A D | TestDevice.cpp | 105 TestDevice::interruptAction(IOInterruptEventSource *, int count) in interruptAction() 117 TestDevice::producer2Action(int tag, void *count) in producer2Action()
|
| /xnu-12377.41.6/security/ |
| H A D | mac_data.h | 108 unsigned int count; member 115 unsigned int count; member
|
| /xnu-12377.41.6/SETUP/config/ |
| H A D | mkheaders.c | 90 int count; in do_count() local 119 do_header(const char *dev, const char *hname, int count) in do_header()
|