Searched refs:issuer (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c607 task_t issuer = current_task(); local
608 tasklabel_lock2 (issuer, space->is_task);
609 mac_port_label_associate(&issuer->maclabel, &space->is_task->maclabel,
611 tasklabel_unlock2 (issuer, space->is_task);
663 task_t issuer = current_task(); local
664 tasklabel_lock2 (issuer, space->is_task);
665 mac_port_label_associate(&issuer->maclabel, &space->is_task->maclabel,
667 tasklabel_unlock2 (issuer, space->is_task);

Completed in 53 milliseconds