• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/

Lines Matching refs:self

1335 	task_t self = current_task();
1350 tasklabel_lock(self);
1351 rc = mac_port_check_make_send(&self->maclabel, &port->ip_label); tasklabel_unlock(self);
1365 tasklabel_lock(self);
1366 rc = mac_port_check_make_send_once(&self->maclabel, &port->ip_label);
1367 tasklabel_unlock(self);
1381 tasklabel_lock(self);
1382 rc = mac_port_check_move_receive(&self->maclabel, &port->ip_label);
1383 tasklabel_unlock(self);
1407 tasklabel_lock(self);
1410 rc = mac_port_check_copy_send(&self->maclabel,
1414 rc = mac_port_check_move_send(&self->maclabel,
1418 rc = mac_port_check_move_send_once(&self->maclabel,
1424 tasklabel_unlock(self);
1489 task_t self = current_task();
1513 tasklabel_lock(self);
1514 rc = mac_port_check_make_send(&self->maclabel, &port->ip_label);
1515 tasklabel_unlock(self);
1547 tasklabel_lock(self);
1548 rc = mac_port_check_make_send_once(&self->maclabel, &port->ip_label);
1549 tasklabel_unlock(self);
1581 tasklabel_lock(self);
1582 rc = mac_port_check_move_receive(&self->maclabel,
1584 tasklabel_unlock(self);
1644 tasklabel_lock(self);
1645 rc = mac_port_check_copy_send(&self->maclabel, &port->ip_label);
1646 tasklabel_unlock(self);
1696 tasklabel_lock (self);
1697 rc = mac_port_check_copy_send (&self->maclabel, &port->ip_label);
1698 tasklabel_unlock (self);
1773 tasklabel_lock (self);
1774 rc = mac_port_check_copy_send (&self->maclabel, &port->ip_label);
1775 tasklabel_unlock (self);
1955 task_t self = current_task();
1979 tasklabel_lock(self);
1980 rc = mac_port_check_copy_send(&self->maclabel, &port->ip_label);
1981 tasklabel_unlock(self);