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

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c682 struct mac_label_listener *mll; local
701 LIST_FOREACH(mll, &mle->mle_listeners, mll_list) {
702 if (mll->mll_handle == handle) {
703 LIST_REMOVE(mll, mll_list);
704 FREE(mll, M_MACTEMP);
1105 struct mac_label_listener *mll; local
1132 LIST_FOREACH(mll, &mle->mle_listeners, mll_list) {
1133 mpc = mac_policy_list.entries[mll->mll_handle].mpc;
1215 struct mac_label_listener *mll; local
1230 LIST_FOREACH(mll,
[all...]

Completed in 52 milliseconds