Lines Matching refs:old_voucher
675 mach_msg_port_descriptor_t old_voucher; member
1168 mach_msg_port_descriptor_t old_voucher; member
6073 if (In0P->old_voucher.type != MACH_MSG_PORT_DESCRIPTOR || in __MIG_check__Request__task_swap_mach_voucher_t()
6074 In0P->old_voucher.disposition != 17) in __MIG_check__Request__task_swap_mach_voucher_t()
6093 (task, new_voucher, old_voucher) in task_swap_mach_voucher() argument
6096 ipc_voucher_t *old_voucher;
6097 { return task_swap_mach_voucher(task, new_voucher, old_voucher); }
6102 ipc_voucher_t *old_voucher
6119 mach_msg_port_descriptor_t old_voucher; in _Xtask_swap_mach_voucher() member
6165 ipc_voucher_t old_voucher; in _Xtask_swap_mach_voucher() local
6178 OutP->old_voucher = old_voucherTemplate; in _Xtask_swap_mach_voucher()
6181 OutP->old_voucher.disposition = 17; in _Xtask_swap_mach_voucher()
6183 OutP->old_voucher.disposition = 19; in _Xtask_swap_mach_voucher()
6185 OutP->old_voucher.type = MACH_MSG_PORT_DESCRIPTOR; in _Xtask_swap_mach_voucher()
6193 old_voucher = convert_port_to_voucher(In0P->old_voucher.name); in _Xtask_swap_mach_voucher()
6195 RetCode = task_swap_mach_voucher(task, new_voucher, &old_voucher); in _Xtask_swap_mach_voucher()
6203 if (IP_VALID((ipc_port_t)In0P->old_voucher.name)) in _Xtask_swap_mach_voucher()
6204 ipc_port_release_send((ipc_port_t)In0P->old_voucher.name); in _Xtask_swap_mach_voucher()
6209 OutP->old_voucher.name = (mach_port_t)convert_voucher_to_port(old_voucher); in _Xtask_swap_mach_voucher()