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

Lines Matching refs:port

104 mac_port_label_associate(struct label *it, struct label *st, struct label *port)
108 mac_label_journal(port, MLJ_PORT_OP_CREATE);
109 MAC_PERFORM(port_label_associate, it, st, port);
113 mac_port_label_associate_kernel(struct label *port, int isreply)
117 mac_label_journal(port, MLJ_PORT_OP_CREATE_K);
118 MAC_PERFORM(port_label_associate_kernel, port, isreply);
122 mac_port_label_update_kobject(struct label *port, int kotype)
126 mac_label_journal(port, MLJ_PORT_OP_UPDATE, kotype);
127 MAC_PERFORM(port_label_update_kobject, port, kotype);
165 mac_port_check_send(struct label *task, struct label *port)
169 MAC_CHECK(port_check_send, task, port);
185 mac_port_check_make_send(struct label *task, struct label *port)
189 MAC_CHECK(port_check_make_send, task, port);
195 mac_port_check_make_send_once(struct label *task, struct label *port)
199 MAC_CHECK(port_check_make_send_once, task, port);
205 mac_port_check_copy_send(struct label *task, struct label *port)
209 MAC_CHECK(port_check_copy_send, task, port);
215 mac_port_check_move_send(struct label *task, struct label *port)
219 MAC_CHECK(port_check_move_send, task, port);
225 mac_port_check_move_send_once(struct label *task, struct label *port)
229 MAC_CHECK(port_check_move_send_once, task, port);
235 mac_port_check_move_receive(struct label *task, struct label *port)
239 MAC_CHECK(port_check_move_receive, task, port);
245 mac_port_check_hold_send(struct label *task, struct label *port)
249 MAC_CHECK(port_check_hold_send, task, port);
255 mac_port_check_hold_send_once(struct label *task, struct label *port)
259 MAC_CHECK(port_check_hold_send_once, task, port);
265 mac_port_check_hold_receive(struct label *task, struct label *port)
269 MAC_CHECK(port_check_hold_receive, task, port);