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

/freebsd-11-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-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h190 struct xen_flask_setenforce enforce; member in union:xen_flask_op::__anon13626
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c707 enforce_res_t enforce = ENFORCE_ALWAYS; local
737 enforce = ENFORCE_ALWAYS;
740 enforce = ENFORCE_ABOVE;
744 return (enforce);
791 enforce_res_t enforce; local
799 * If we're allowed to change the limit, don't enforce the limit
806 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr);
807 if (enforce == ENFORCE_NEVER)
819 * We don't enforce the limit for temporary snapshots. This is
853 if (enforce
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_jail.c506 int born, created, cuflags, descend, enforce; local
587 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce));
592 else if (enforce < 0 || enforce > 2) {
1358 if (enforce < ppr->pr_enforce_statfs) {
1648 pr->pr_enforce_statfs = enforce;
1651 if (tpr->pr_enforce_statfs < enforce)
1652 tpr->pr_enforce_statfs = enforce;
/freebsd-11-stable/share/mk/
H A Dbsd.libnames.mk177 # enforce the 2 -lpthread and -lc to always be the last in that exact order

Completed in 91 milliseconds