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

/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c234 ("biba_effective_in_range: mb not effective"));
252 biba_effective_in_range(struct mac_biba *effective, struct mac_biba *range) argument
255 KASSERT((effective->mb_flags & MAC_BIBA_FLAG_EFFECTIVE) != 0,
256 ("biba_effective_in_range: a not effective"));
261 &effective->mb_effective) &&
262 biba_dominate_element(&effective->mb_effective,
272 ("biba_dominate_effective: a not effective"));
274 ("biba_dominate_effective: b not effective"));
295 ("biba_equal_effective: a not effective"));
297 ("biba_equal_effective: b not effective"));
690 char *rangehigh, *rangelow, *effective; local
[all...]
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c228 mls_effective_in_range(struct mac_mls *effective, struct mac_mls *range) argument
231 KASSERT((effective->mm_flags & MAC_MLS_FLAG_EFFECTIVE) != 0,
232 ("mls_effective_in_range: a not effective"));
237 &effective->mm_effective) &&
238 mls_dominate_element(&effective->mm_effective,
248 ("mls_dominate_effective: a not effective"));
250 ("mls_dominate_effective: b not effective"));
271 ("mls_equal_effective: a not effective"));
273 ("mls_equal_effective: b not effective"));
303 /* If the effective i
656 char *rangehigh, *rangelow, *effective; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk77 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c229 enum maker {notmade, real, effective}; enumerator in enum:maker
1447 dirtpmaker[0] = effective;
1562 if (m == effective)
1565 if (m == effective)
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c383 cap.effective = cap.permitted =
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c1878 l_int effective; member in struct:l_user_cap_data
1979 if (lucd[i].effective || lucd[i].permitted ||
1982 "capset[%d] effective=0x%x, permitted=0x%x, "
1984 (int)lucd[i].effective, (int)lucd[i].permitted,
2027 * Indicate that we always clear the effective and
2036 * Ignore requests to keep the effective and permitted

Completed in 175 milliseconds