HomeSort by: relevance | last modified time | path
    Searched defs:allow (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpam/modules/pam_ftpusers/
pam_ftpusers.c 67 int pam_err, found, allow; local in function:pam_sm_acct_mgmt
115 allow = (openpam_get_option(pamh, "disallow") == NULL);
117 pam_err = allow ? PAM_SUCCESS : PAM_AUTH_ERR;
119 pam_err = allow ? PAM_AUTH_ERR : PAM_SUCCESS;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_selftest.c 255 bool allow = true; local in function:apply_subtest_filter
259 allow = false;
270 if (allow)
278 if (allow)
283 result = allow;
  /src/usr.sbin/mmcformat/
mmcformat.c 470 uint8_t *allow, uint32_t *blks, uint32_t *params)
477 bzero(allow, 255);
498 allow[format_tp] = 1; /* TODO = supported? */
694 uint8_t allow[256]; local in function:main
890 process_format_caps(caps, caps_len, inquiry, allow, blks, params);
981 if (!allow[format_type]) {
983 process_format_caps(caps, caps_len, 1, allow,
  /src/sys/kern/
kern_auth.c 973 int error, allow, fail; local in function:kauth_authorize_action_internal
985 allow = 0;
993 allow = 1;
1002 if (allow)
1160 * listener denied it, so our only alternative is to supposedly-allow

Completed in 14 milliseconds