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

/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c252 if (!strncmp(*argv, "enforce=", 8)) {
324 int randomonly, enforce, retries_left, retry_wanted; local
412 enforce = params.flags & F_ENFORCE_USERS;
414 enforce = params.flags & F_ENFORCE_ROOT;
421 if (!curpass || (check_max(&params, pamh, curpass) && enforce))
426 if (enforce)
502 if (check_max(&params, pamh, newpass) && enforce) {
516 if (enforce) {
/freebsd-13-stable/sys/xen/interface/xsm/
H A Dflask_op.h192 struct xen_flask_setenforce enforce; member in union:xen_flask_op::__anon16183
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c746 enforce_res_t enforce = ENFORCE_ALWAYS; local
780 enforce = ENFORCE_ALWAYS;
783 enforce = ENFORCE_ABOVE;
787 return (enforce);
805 enforce_res_t enforce; local
813 * If we're allowed to change the limit, don't enforce the limit
820 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr, proc);
821 if (enforce == ENFORCE_NEVER)
833 * We don't enforce the limit for temporary snapshots. This is
872 if (enforce
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_jail.c536 int born, created, cuflags, descend, drflags, enforce; local
617 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce));
622 else if (enforce < 0 || enforce > 2) {
1364 if (enforce < ppr->pr_enforce_statfs) {
1653 pr->pr_enforce_statfs = enforce;
1656 if (tpr->pr_enforce_statfs < enforce)
1657 tpr->pr_enforce_statfs = enforce;
/freebsd-13-stable/share/mk/
H A Dbsd.libnames.mk176 # enforce the 2 -lpthread and -lc to always be the last in that exact order
H A Dsrc.sys.obj.mk39 # but don't enforce TARGET.TARGET_ARCH unless we're at the top-level directory.

Completed in 87 milliseconds