• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/

Lines Matching defs:self

1693 	task_t self = current_task();
1708 tasklabel_lock(self);
1709 rc = mac_port_check_make_send(&self->maclabel, &port->ip_label); tasklabel_unlock(self);
1723 tasklabel_lock(self);
1724 rc = mac_port_check_make_send_once(&self->maclabel, &port->ip_label);
1725 tasklabel_unlock(self);
1739 tasklabel_lock(self);
1740 rc = mac_port_check_move_receive(&self->maclabel, &port->ip_label);
1741 tasklabel_unlock(self);
1765 tasklabel_lock(self);
1768 rc = mac_port_check_copy_send(&self->maclabel,
1772 rc = mac_port_check_move_send(&self->maclabel,
1776 rc = mac_port_check_move_send_once(&self->maclabel,
1782 tasklabel_unlock(self);
1853 task_t self = current_task();
1882 tasklabel_lock(self);
1883 rc = mac_port_check_make_send(&self->maclabel, &port->ip_label);
1884 tasklabel_unlock(self);
1915 tasklabel_lock(self);
1916 rc = mac_port_check_make_send_once(&self->maclabel, &port->ip_label);
1917 tasklabel_unlock(self);
1948 tasklabel_lock(self);
1949 rc = mac_port_check_move_receive(&self->maclabel,
1951 tasklabel_unlock(self);
2031 tasklabel_lock(self);
2032 rc = mac_port_check_copy_send(&self->maclabel, &port->ip_label);
2033 tasklabel_unlock(self);
2083 tasklabel_lock (self);
2084 rc = mac_port_check_copy_send (&self->maclabel, &port->ip_label);
2085 tasklabel_unlock (self);
2159 tasklabel_lock (self);
2160 rc = mac_port_check_copy_send (&self->maclabel, &port->ip_label);
2161 tasklabel_unlock (self);
2342 task_t self = current_task();
2369 tasklabel_lock(self);
2370 rc = mac_port_check_copy_send(&self->maclabel, &port->ip_label);
2371 tasklabel_unlock(self);