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

/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c241 ("biba_effective_in_range: mb not effective"));
259 biba_effective_in_range(struct mac_biba *effective, struct mac_biba *range) argument
262 KASSERT((effective->mb_flags & MAC_BIBA_FLAG_EFFECTIVE) != 0,
263 ("biba_effective_in_range: a not effective"));
268 &effective->mb_effective) &&
269 biba_dominate_element(&effective->mb_effective,
279 ("biba_dominate_effective: a not effective"));
281 ("biba_dominate_effective: b not effective"));
302 ("biba_equal_effective: a not effective"));
304 ("biba_equal_effective: b not effective"));
697 char *rangehigh, *rangelow, *effective; local
[all...]
/freebsd-9.3-release/sys/security/mac_mls/
H A Dmac_mls.c231 mls_effective_in_range(struct mac_mls *effective, struct mac_mls *range) argument
234 KASSERT((effective->mm_flags & MAC_MLS_FLAG_EFFECTIVE) != 0,
235 ("mls_effective_in_range: a not effective"));
240 &effective->mm_effective) &&
241 mls_dominate_element(&effective->mm_effective,
251 ("mls_dominate_effective: a not effective"));
253 ("mls_dominate_effective: b not effective"));
274 ("mls_equal_effective: a not effective"));
276 ("mls_equal_effective: b not effective"));
306 /* If the effective i
659 char *rangehigh, *rangelow, *effective; local
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dwarnings.mk64 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
/freebsd-9.3-release/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-9.3-release/sys/compat/linux/
H A Dlinux_misc.c1702 l_int effective; member in struct:l_user_cap_data
1776 if (lucd.effective || lucd.permitted || lucd.inheritable) {
1778 "capset effective=0x%x, permitted=0x%x, "
1780 (int)lucd.effective, (int)lucd.permitted,
1823 * Indicate that we always clear the effective and
1832 * Ignore requests to keep the effective and permitted
/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Dos.c180 cap.effective = caps;
743 ns_main_earlywarning("unable to set effective gid to %ld: %s",
750 ns_main_earlywarning("unable to set effective "
759 ns_main_earlywarning("unable to set effective uid to %ld: %s",
766 ns_main_earlywarning("unable to set effective "
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in274 a 'passwd' file that lists 'cvs' as the effective run-time userId for
740 # If @ARGV contains a "-u" entry, use that as the effective userId. In this

Completed in 267 milliseconds