Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c1873 ipc_voucher_attr_control_t new_control; in ipc_register_well_known_mach_voucher_attr_manager() local
1886 new_control = ivac_alloc(key_index); in ipc_register_well_known_mach_voucher_attr_manager()
1887 if (IVAC_NULL == new_control) { in ipc_register_well_known_mach_voucher_attr_manager()
1892 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()
1893 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1894 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_made = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1895 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_persist = TRUE; in ipc_register_well_known_mach_voucher_attr_manager()
1896 assert(IV_HASH_END == new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_next); in ipc_register_well_known_mach_voucher_attr_manager()
1901 ivac_release(new_control); in ipc_register_well_known_mach_voucher_attr_manager()
1907 iv_global_table[key_index].ivgte_control = new_control; in ipc_register_well_known_mach_voucher_attr_manager()
[all …]