Lines Matching refs:label

68 mac_port_label_init(struct label *l)
80 mac_port_label_destroy(struct label *l)
90 mac_port_label_copy(struct label *src, struct label *dest)
97 mac_port_label_update_cred(struct label *src, struct label *dest)
104 mac_port_label_associate(struct label *it, struct label *st, struct label *port)
113 mac_port_label_associate_kernel(struct label *port, int isreply)
122 mac_port_label_update_kobject(struct label *port, int kotype)
131 mac_port_label_internalize(struct label *label, char *string)
136 error = MAC_INTERNALIZE(cred, label, string);
142 mac_port_label_externalize(struct label *label, char *elements,
148 error = MAC_EXTERNALIZE(cred, label, elements, outbuf, outbuflen);
154 mac_port_check_label_update(struct label *task, struct label *old,
155 struct label *newlabel)
165 mac_port_check_send(struct label *task, struct label *port)
175 mac_port_check_receive(struct label *task, struct label *sender)
185 mac_port_check_make_send(struct label *task, struct label *port)
195 mac_port_check_make_send_once(struct label *task, struct label *port)
205 mac_port_check_copy_send(struct label *task, struct label *port)
215 mac_port_check_move_send(struct label *task, struct label *port)
225 mac_port_check_move_send_once(struct label *task, struct label *port)
235 mac_port_check_move_receive(struct label *task, struct label *port)
245 mac_port_check_hold_send(struct label *task, struct label *port)
255 mac_port_check_hold_send_once(struct label *task, struct label *port)
265 mac_port_check_hold_receive(struct label *task, struct label *port)
275 mac_port_check_method(task_t task, struct label *sub, struct label *obj, int msgid)