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

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_pkey_mgr.c194 IN osm_physp_t * p_physp, IN const boolean_t enforce)
203 if ((p_pi->vl_enforce & 0xc) == (0xc) * (enforce == TRUE)) {
217 if (enforce == TRUE)
388 const osm_port_t * const p_port, boolean_t enforce)
426 enforce = FALSE;
429 if (pkey_mgr_enforce_partition(p_log, sm, peer, enforce))
432 if (enforce == FALSE)
193 pkey_mgr_enforce_partition(IN osm_log_t * p_log, osm_sm_t * sm, IN osm_physp_t * p_physp, IN const boolean_t enforce) argument
386 pkey_mgr_update_peer_port(osm_log_t * p_log, osm_sm_t * sm, const osm_subn_t * p_subn, const osm_port_t * const p_port, boolean_t enforce) argument
/freebsd-10-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-10-stable/sys/xen/interface/xsm/
H A Dflask_op.h173 struct xen_flask_setenforce enforce; member in union:xen_flask_op::__anon11774
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c700 enforce_res_t enforce = ENFORCE_ALWAYS; local
730 enforce = ENFORCE_ALWAYS;
733 enforce = ENFORCE_ABOVE;
737 return (enforce);
755 enforce_res_t enforce; local
763 * If we're allowed to change the limit, don't enforce the limit
770 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr);
771 if (enforce == ENFORCE_NEVER)
783 * We don't enforce the limit for temporary snapshots. This is
817 if (enforce
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_jail.c564 int born, created, cuflags, descend, enforce; local
645 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce));
650 else if (enforce < 0 || enforce > 2) {
1417 if (enforce < ppr->pr_enforce_statfs) {
1705 pr->pr_enforce_statfs = enforce;
1708 if (tpr->pr_enforce_statfs < enforce)
1709 tpr->pr_enforce_statfs = enforce;
/freebsd-10-stable/contrib/ipfilter/
H A DHISTORY319 user programs enforce version matching with the kernel
659 make keep-state work with to/fastroute keywords and enforce usage of those
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES744 enforce variable name syntax for commandline variables: has to

Completed in 242 milliseconds