| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 3800 uint32_t count; in notifyInterestedDrivers() local 3883 IOItemCount count; in notifyInterestedDriversDone() local 4352 IOItemCount count; in driverInformPowerChange() local 7944 IOService::submitPMRequests( IOPMRequest ** requests, IOItemCount count ) in submitPMRequests() 8066 IOService::isPMBlocked( IOPMRequest * request, int count ) in isPMBlocked() 9069 IOPMRequestQueue::queuePMRequestChain( IOPMRequest ** requests, IOItemCount count ) in queuePMRequestChain()
|
| H A D | IOUserServer.cpp | 300 uint32_t count = 0; in _ConfigureReport() local 331 uint32_t count = 0; in _UpdateReport() local 1456 uint64_t count; member 1713 uint64_t count, in InterruptOccurred_Impl() 1724 uint64_t count, time; in GetLastInterrupt_Impl() local 2480 uint32_t count; member 3644 mach_msg_size_t idx, count; in IORPCMessageFromMachReply() local
|
| H A D | IOStatistics.cpp | 1107 uint32_t count = 0; in storeUserClientCallInfo() local
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | content_filter.c | 672 uint32_t count; member 1214 uint32_t count = 0; in verify_content_filter() local 3390 mach_msg_type_number_t count = TASK_AUDIT_TOKEN_COUNT; in cfil_copy_audit_token() local 4420 int count = 0; in cfil_service_inject_queue() local 6924 int count = 0; in cfil_filter_show() local 6973 int count = 0; in cfil_info_show() local
|
| H A D | if_bond.c | 2724 int count; in bond_get_status() local 3596 int count; in ifbond_find_best_LAG() local 3756 int count; in LAG_get_aggregatable_port_count() local 4201 int count; in bondport_disable_distributing() local
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | kern_stackshot.c | 1178 stackshot_get_timing(uint64_t *last_abs_start, uint64_t *last_abs_end, uint64_t *count, uint64_t *t… in stackshot_get_timing() 2069 __block size_t count = 0; in stackshot_exclaves_process_stacktrace() local 2178 __block size_t count = 0; in stackshot_exclaves_process_textlayout_segments() local 2336 size_t count; in commit_exclaves_ast() local 3159 uint16_t count = plh->plh_count; in kdp_stackshot_plh_record_locked() local 4771 unsigned count; member
|
| /xnu-12377.41.6/libkern/c++/ |
| H A D | OSUnserialize.cpp | 2177 int count = 0; in buildOSDictionary() local 2214 int count = 0; in buildOSArray() local
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | memorystatus_freeze_test.c | 195 mach_msg_type_number_t count = VM_REGION_TOP_INFO_COUNT; local 2404 mach_msg_type_number_t count = VM_COMPRESSOR_Q_LENS_COUNT; variable
|
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vm_unix.c | 1118 unsigned int count, in shared_region_copyin() 1817 unsigned int count, in shared_region_map_and_slide_2_np_sanitize()
|
| /xnu-12377.41.6/osfmk/ipc/ |
| H A D | ipc_kmsg.c | 2408 mach_msg_size_t count = dsc->count; in ipc_kmsg_copyin_ool_ports_descriptor() local 3913 mach_msg_type_number_t count = dsc->count; in ipc_kmsg_copyout_ool_ports_descriptor() local 4172 mach_msg_size_t count, in ipc_kmsg_descriptors_copyout_size() 5033 mach_msg_size_t count = kbase->msgb_dsc_count; in ipc_kmsg_copyin_from_kernel() local
|
| /xnu-12377.41.6/osfmk/device/ |
| H A D | subrs.c | 242 size_t count = size / sizeof(uint64_t); in memcmp_zero_ptr_aligned_impl() local
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | i386_init.c | 196 fillkpt(pt_entry_t *base, int prot, uintptr_t src, int index, int count) in fillkpt()
|
| H A D | pmCPU.c | 695 machine_run_count(uint32_t count) in machine_run_count()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 921 uint32_t reqlen, maxlen, count, len, tlen; in nfsrv_read() local 4254 int siz, count, fullsiz, eofflag, nentries; in nfsrv_readdir() local 4781 int error, preattrerr, postattrerr, count; in nfsrv_commit() local
|
| H A D | nfs_syscalls.c | 1328 uint numExports, totlen, count; in nfssvc_exportstats() local
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tracker.c | 430 int count = 0; in tracker_search_and_insert() local
|
| H A D | kern_memorystatus.c | 2306 uint32_t _Atomic *count; in _memstat_record_kill() local 5473 memorystatus_get_task_memory_region_count(task_t task, uint64_t *count) in memorystatus_get_task_memory_region_count() 6141 mach_msg_type_number_t count = HOST_VM_INFO64_COUNT; in memorystatus_init_snapshot_vmstats() local 9636 uint32_t count = 0; local 9657 int count = 0; local
|
| /xnu-12377.41.6/bsd/dev/ |
| H A D | munge.c | 738 munge_32_to_64_unsigned(volatile uint64_t *dest, volatile uint32_t *src, int count) in munge_32_to_64_unsigned()
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | net.py | 120 def GetAddressAsStringColonHex(addr, count): argument
|
| /xnu-12377.41.6/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 1015 int count = 0; in num_trailing_0() local 1941 throttle_update_proc_stats(pid_t throttling_pid, int count) in throttle_update_proc_stats()
|
| /xnu-12377.41.6/iokit/IOKit/ |
| H A D | IOCircularDataQueueImplementation.h | 302 #define IONew(type, count) (type *)calloc(count, sizeof(type)) argument 303 #define IODelete(p, type, count) free(p) argument
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_kern.c | 3177 uint32_t count = __builtin_ctz(bitmap); in kmem_get_nth_free_slot() local 3461 kmem_clear_meta_range(struct kmem_page_meta *meta, uint32_t count) in kmem_clear_meta_range() 3467 kmem_check_meta_range_is_clear(struct kmem_page_meta *meta, uint32_t count) in kmem_check_meta_range_is_clear() 3924 uint16_t count) in kmem_shuffle()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_subr.c | 3527 int count; in vcount() local 4794 mount_fillfsids(fsid_t *fsidlst, int count) in mount_fillfsids() 4819 sysctl_vfs_getvfslist(fsid_t *fsidlst, unsigned long count, unsigned long *actual) in sysctl_vfs_getvfslist() 7472 int count, actualcount, i; in vfs_iterate() local 11943 record_iocount_trace_uthread(vnode_t vp, int count) in record_iocount_trace_uthread() 11961 record_vp(vnode_t vp, int count) in record_vp() 12663 uint64_t count; member
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | ipsec.h | 143 int count; /* for lifetime */ member
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 1439 devfs_init_event_log(devfs_event_log_t delp, uint32_t count, devfs_vnode_event_t buf) in devfs_init_event_log()
|