Searched refs:manager (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.121.6/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-11417.121.6/osfmk/ipc/ |
| H A D | ipc_voucher.c | 1577 ipc_voucher_attr_manager_t manager, in ipc_register_well_known_mach_voucher_attr_manager() argument 1589 assert(manager); in ipc_register_well_known_mach_voucher_attr_manager() 1603 os_atomic_store(&ivam_global_table[key_index], manager, release); in ipc_register_well_known_mach_voucher_attr_manager() 1638 ipc_voucher_attr_manager_t manager; in mach_voucher_extract_attr_content() local 1663 ivgt_lookup(key_index, &manager, &ivac); in mach_voucher_extract_attr_content() 1664 if (IVAM_NULL == manager) { in mach_voucher_extract_attr_content() 1678 kr = (manager->ivam_extract_content)(manager, key, in mach_voucher_extract_attr_content() 1706 ipc_voucher_attr_manager_t manager; in mach_voucher_extract_attr_recipe() local 1742 ivgt_lookup(key_index, &manager, &ivac); in mach_voucher_extract_attr_recipe() 1743 if (IVAM_NULL == manager) { in mach_voucher_extract_attr_recipe() [all …]
|
| H A D | ipc_importance.c | 3378 ipc_voucher_attr_manager_t manager, 3385 ipc_voucher_attr_manager_t manager, 3398 ipc_voucher_attr_manager_t manager, 3408 ipc_voucher_attr_manager_t manager, 3427 #define IMPORTANCE_ASSERT_MANAGER(manager) assert(&ipc_importance_manager == (manager)) argument 3441 ipc_voucher_attr_manager_t __assert_only manager, in ipc_importance_release_value() argument 3448 IMPORTANCE_ASSERT_MANAGER(manager); in ipc_importance_release_value() 3518 ipc_voucher_attr_manager_t __assert_only manager, in ipc_importance_get_value() argument 3532 IMPORTANCE_ASSERT_MANAGER(manager); in ipc_importance_get_value() 3599 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-11417.121.6/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-11417.121.6/osfmk/mach/ |
| H A D | host_priv.defs | 116 * Sets the default memory manager, the port to which 121 * The old memory manager port is returned.
|
| H A D | vm_map.defs | 301 * The user-defined memory manager for this object is responsible
|
| H A D | mach_vm.defs | 350 * The user-defined memory manager for this object is responsible
|