Home
last modified time | relevance | path

Searched refs:new_control (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.c1673 ipc_voucher_attr_control_t new_control; in ipc_register_well_known_mach_voucher_attr_manager() local
1686 new_control = ivac_alloc(key_index); in ipc_register_well_known_mach_voucher_attr_manager()
1687 if (IVAC_NULL == new_control) { in ipc_register_well_known_mach_voucher_attr_manager()
1692 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()
1693 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1694 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_made = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1695 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_persist = TRUE; in ipc_register_well_known_mach_voucher_attr_manager()
1697 assert(IV_HASH_END == new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_next); in ipc_register_well_known_mach_voucher_attr_manager()
1702 iv_global_table[key_index].ivgte_control = new_control; in ipc_register_well_known_mach_voucher_attr_manager()
1707 assert(IV_HASH_END == new_control->ivac_table[hash_index].ivace_index); in ipc_register_well_known_mach_voucher_attr_manager()
[all …]