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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_right.c1351 rc = mac_port_check_make_send(&self->maclabel, &port->ip_label); tasklabel_unlock(self);
1366 rc = mac_port_check_make_send_once(&self->maclabel, &port->ip_label);
1382 rc = mac_port_check_move_receive(&self->maclabel, &port->ip_label);
1411 &port->ip_label);
1415 &port->ip_label);
1419 &port->ip_label);
1514 rc = mac_port_check_make_send(&self->maclabel, &port->ip_label);
1548 rc = mac_port_check_make_send_once(&self->maclabel, &port->ip_label);
1583 &port->ip_label);
1645 rc = mac_port_check_copy_send(&self->maclabel, &port->ip_label);
[all...]
H A Dipc_object.c349 mac_port_label_init(&port->ip_label);
420 mac_port_label_init(&port->ip_label);
1019 return &port->ip_label;
1042 mac_port_label_destroy(&port->ip_label);
H A Dipc_port.h160 struct label ip_label; member in struct:ipc_port
H A Dipc_port.c520 &port->ip_label);
567 &port->ip_label);
1158 mac_port_label_init(&port->ip_label);
1159 mac_port_label_associate_kernel(&port->ip_label, space == ipc_space_reply);
H A Dmach_port.c1837 mac_port_label_copy(&port->ip_label, &outl);
1948 &port->ip_label, &inl);
1953 mac_port_label_copy(&inl, &port->ip_label);
H A Dmach_msg.c328 &((ipc_port_t)kmsg->ikm_header->msgh_remote_port)->ip_label,
H A Dipc_kmsg.c1125 &port->ip_label);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.c454 mac_port_label_update_kobject (&port->ip_label, type);
H A Dipc_tt.c152 &task->maclabel, &kport->ip_label);
154 mac_task_label_associate_kernel(task, &task->maclabel, &kport->ip_label);
H A Dtask.c1776 mac_port_label_update_cred(pl, &task->itk_self->ip_label);

Completed in 104 milliseconds