Searched refs:manager (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.141.3/osfmk/voucher/ |
| H A D | ipc_pthread_priority.c | 53 ipc_voucher_attr_manager_t __assert_only manager, 60 ipc_voucher_attr_manager_t __assert_only manager, 73 ipc_voucher_attr_manager_t __assert_only manager, 83 ipc_voucher_attr_manager_t __assert_only manager, 137 ipc_voucher_attr_manager_t __assert_only manager, in ipc_pthread_priority_release_value() argument 143 assert(manager == &ipc_pthread_priority_manager); in ipc_pthread_priority_release_value() 156 ipc_voucher_attr_manager_t __assert_only manager, in ipc_pthread_priority_get_value() argument 172 assert(manager == &ipc_pthread_priority_manager); in ipc_pthread_priority_get_value() 216 ipc_voucher_attr_manager_t __assert_only manager, in ipc_pthread_priority_extract_content() argument 229 assert(manager == &ipc_pthread_priority_manager); in ipc_pthread_priority_extract_content() [all …]
|
| /xnu-8796.141.3/osfmk/ipc/ |
| H A D | ipc_voucher.c | 1578 ipc_voucher_attr_manager_t manager, in ipc_register_well_known_mach_voucher_attr_manager() argument 1590 assert(manager); in ipc_register_well_known_mach_voucher_attr_manager() 1604 os_atomic_store(&ivam_global_table[key_index], manager, release); in ipc_register_well_known_mach_voucher_attr_manager() 1639 ipc_voucher_attr_manager_t manager; in mach_voucher_extract_attr_content() local 1664 ivgt_lookup(key_index, &manager, &ivac); in mach_voucher_extract_attr_content() 1665 if (IVAM_NULL == manager) { in mach_voucher_extract_attr_content() 1679 kr = (manager->ivam_extract_content)(manager, key, in mach_voucher_extract_attr_content() 1707 ipc_voucher_attr_manager_t manager; in mach_voucher_extract_attr_recipe() local 1743 ivgt_lookup(key_index, &manager, &ivac); in mach_voucher_extract_attr_recipe() 1744 if (IVAM_NULL == manager) { in mach_voucher_extract_attr_recipe() [all …]
|
| H A D | ipc_importance.c | 3361 ipc_voucher_attr_manager_t manager, 3368 ipc_voucher_attr_manager_t manager, 3381 ipc_voucher_attr_manager_t manager, 3391 ipc_voucher_attr_manager_t manager, 3410 #define IMPORTANCE_ASSERT_MANAGER(manager) assert(&ipc_importance_manager == (manager)) argument 3424 ipc_voucher_attr_manager_t __assert_only manager, in ipc_importance_release_value() argument 3431 IMPORTANCE_ASSERT_MANAGER(manager); in ipc_importance_release_value() 3501 ipc_voucher_attr_manager_t __assert_only manager, in ipc_importance_get_value() argument 3515 IMPORTANCE_ASSERT_MANAGER(manager); in ipc_importance_get_value() 3582 ipc_voucher_attr_manager_t __assert_only manager, in ipc_importance_extract_content() argument [all …]
|
| H A D | ipc_voucher.h | 311 ipc_voucher_attr_manager_t manager,
|
| /xnu-8796.141.3/osfmk/bank/ |
| H A D | bank.c | 133 ipc_voucher_attr_manager_t __assert_only manager, 140 ipc_voucher_attr_manager_t __assert_only manager, 153 ipc_voucher_attr_manager_t __assert_only manager, 163 ipc_voucher_attr_manager_t __assert_only manager, 230 ipc_voucher_attr_manager_t __assert_only manager, in bank_release_value() argument 241 assert(manager == &bank_manager); in bank_release_value() 288 ipc_voucher_attr_manager_t __assert_only manager, in bank_get_value() argument 318 assert(manager == &bank_manager); in bank_get_value() 644 ipc_voucher_attr_manager_t __assert_only manager, in bank_extract_content() argument 660 assert(manager == &bank_manager); in bank_extract_content() [all …]
|
| /xnu-8796.141.3/osfmk/mach/ |
| H A D | host_priv.defs | 112 * Sets the default memory manager, the port to which 117 * The old memory manager port is returned.
|
| H A D | vm_map.defs | 297 * The user-defined memory manager for this object is responsible
|
| H A D | mach_vm.defs | 346 * The user-defined memory manager for this object is responsible
|