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

/darwin-on-arm/xnu/security/
H A Dmac_base.c690 struct mac_label_listener *mll; local
709 LIST_FOREACH(mll, &mle->mle_listeners, mll_list) {
710 if (mll->mll_handle == handle) {
711 LIST_REMOVE(mll, mll_list);
712 FREE(mll, M_MACTEMP);
1093 struct mac_label_listener *mll; local
1120 LIST_FOREACH(mll, &mle->mle_listeners, mll_list) {
1121 mpc = mac_policy_list.entries[mll->mll_handle].mpc;
1234 struct mac_label_listener *mll; local
1249 LIST_FOREACH(mll,
[all...]

Completed in 73 milliseconds