| /xnu-10063.141.1/tools/lockstat/ |
| H A D | lockstat.c | 85 unsigned int count; variable
|
| /xnu-10063.141.1/libkern/c++/ |
| H A D | OSKext.cpp | 1108 uint32_t count; in initialize() local 3451 uint32_t count, i; in readMkext2Archive() local 4300 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()}; in lookupKextWithLoadTag() local 4326 uint32_t count, i; in lookupKextWithAddress() local 4465 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()}; in lookupKextWithUUID() local 4710 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()}; in removeKextWithLoadTag() local 6467 unsigned int i, count; in load() local 7796 uint32_t count = sLoadedKexts->getCount(); local 8114 mach_msg_type_number_t count; local 8363 unsigned int i, count; local [all …]
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | gmon.h | 148 int32_t count; member 155 int32_t count; member
|
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | rpc.h | 69 routine_arg_size count; /* number of elements */ member
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | ecc.h | 54 uint8_t count; // Of uint64_t's used, starting at index 0 member
|
| H A D | exclaves_log.c | 77 __block size_t count = 0; in oslogdarwin_logdata_data() local
|
| /xnu-10063.141.1/tests/ |
| H A D | corpse_backtrace.c | 131 int count = kcdata_iter_array_elem_count(btdata); in exc_handler_backtrace() local
|
| H A D | mach_service_port.c | 41 natural_t count = 0; in service_port_get_throttled() local
|
| H A D | hw_breakpoint_step_arm64.c | 134 mach_msg_type_number_t count = ARM_DEBUG_STATE64_COUNT; in step_thread() local
|
| H A D | prioritize_process_launch.c | 140 mach_msg_type_number_t count = THREAD_EXTENDED_INFO_COUNT; in get_pri() local 169 mach_msg_type_number_t count = THREAD_EXTENDED_INFO_COUNT; in thread_wait_to_block() local
|
| H A D | vm_test_mach_map.c | 404 mach_msg_type_number_t count; in task_footprint() local 1106 mach_msg_type_number_t count; variable
|
| H A D | ioperf.c | 174 uint32_t count = 0; in perform_io() local
|
| H A D | os_refcnt.c | 187 const os_ref_count_t count = 5; variable
|
| H A D | prioritize_process_launch_helper.c | 40 mach_msg_type_number_t count = THREAD_EXTENDED_INFO_COUNT; in get_pri() local
|
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 426 uint32_t count; member 509 uint32_t count; in memoryReferenceCreate() local 1787 UInt32 count, in withOptions() 1805 UInt32 count, in initWithOptions() 1919 UInt32 count, in initWithPhysicalRanges() 1935 UInt32 count, in initWithRanges() 1979 UInt32 count, in initWithOptions() 3082 UInt count = getNumIOPL(_memoryEntries, dataP); in dmaCommandOperation() local 3868 SetEncryptOp(addr64_t pa, unsigned int count) in SetEncryptOp() 3880 ClearEncryptOp(addr64_t pa, unsigned int count) in ClearEncryptOp() [all …]
|
| H A D | IOLib.cpp | 149 UInt32 count; member 1300 iopa_allocinpage(iopa_page_t * pa, uint32_t count, uint64_t align) in iopa_allocinpage() 1347 uint32_t count; in iopa_alloc() local 1403 uint32_t count; in iopa_free() local
|
| H A D | IORangeAllocator.cpp | 139 IORangeAllocator::setFragmentCapacityIncrement( UInt32 count ) in setFragmentCapacityIncrement()
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | hibernate_arm64.c | 198 vm_offset_t page, count; in hibernate_page_list_set_volatile() local
|
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | mp.h | 232 uint64_t count[MP_LAST]; member
|
| /xnu-10063.141.1/bsd/nfs/ |
| H A D | xdr_subs.h | 377 xb_add_bytes(struct xdrbuf *xbp, const char *buf, size_t count, int nopad) in xb_add_bytes() 423 xb_get_bytes(struct xdrbuf *xbp, char *buf, uint32_t count, int nopad) in xb_get_bytes()
|
| /xnu-10063.141.1/tests/vm/ |
| H A D | perf_madvise.c | 80 size_t count = 0; in madvise_free_test() local
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_attrlist.c | 99 attrlist_pack_fixed(struct _attrlist_buf *ab, void *source, ssize_t count) in attrlist_pack_fixed() 139 attrlist_pack_variable2(struct _attrlist_buf *ab, const void *source, ssize_t count, in attrlist_pack_variable2() 189 attrlist_pack_variable(struct _attrlist_buf *ab, const void *source, ssize_t count) in attrlist_pack_variable() 209 attrlist_pack_string(struct _attrlist_buf *ab, const char *source, size_t count) in attrlist_pack_string() 3842 struct attrlist *alp, uint64_t options, int *count, int *eofflagp, in readdirattr() 4082 int count; in getattrlistbulk() local
|
| H A D | vfs_exclave_fs.c | 624 vfs_exclave_fs_get_base_dirs(void *buf, uint32_t *count) in vfs_exclave_fs_get_base_dirs() 1247 map_graft_dirents(fsioc_graft_info_t *graft_info, void *dirent_buf, int32_t count) in map_graft_dirents() 1268 uint32_t buf_size, int32_t *count) in vfs_exclave_fs_readdir()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | uipc_syscalls.c | 3425 u_int count, user_msghdr_x_ptr_t dst, in internalize_recv_msghdr_array() 3508 u_int count, user_msghdr_x_ptr_t src, in externalize_recv_msghdr_array() 3567 alloc_recv_msg_array(u_int count) in alloc_recv_msg_array() 3573 free_recv_msg_array(recv_msg_elem_ptr_t recv_msg_array, u_int count) in free_recv_msg_array() 3595 recv_msg_array_resid(struct recv_msg_elem * __counted_by(count)recv_msg_array, u_int count) in recv_msg_array_resid() 3611 recv_msg_array_is_valid(recv_msg_elem_ptr_t recv_msg_array, u_int count) in recv_msg_array_is_valid()
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_purgeable.c | 62 token_cnt_t count; member 603 token_cnt_t count; in vm_purgeable_token_choose_and_delete_ripe() local
|