Searched refs:new_control (Results 1 – 1 of 1) sorted by relevance
1903 ipc_voucher_attr_control_t new_control; in ipc_register_well_known_mach_voucher_attr_manager() local1916 new_control = ivac_alloc(key_index); in ipc_register_well_known_mach_voucher_attr_manager()1917 if (IVAC_NULL == new_control) { in ipc_register_well_known_mach_voucher_attr_manager()1922 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()1923 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()1924 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_made = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()1925 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_persist = TRUE; in ipc_register_well_known_mach_voucher_attr_manager()1926 assert(IV_HASH_END == new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_next); in ipc_register_well_known_mach_voucher_attr_manager()1931 ivac_release(new_control); in ipc_register_well_known_mach_voucher_attr_manager()1937 iv_global_table[key_index].ivgte_control = new_control; in ipc_register_well_known_mach_voucher_attr_manager()[all …]