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

  /src/lib/libquota/
quota_cursor.c 44 unsigned restrictions; local
53 restrictions = QUOTA_RESTRICT_NEEDSQUOTACHECK;
57 restrictions = __quota_kernel_getrestrictions(qh);
69 if ((restrictions & QUOTA_RESTRICT_NEEDSQUOTACHECK) != 0 &&
83 if ((restrictions & QUOTA_RESTRICT_NEEDSQUOTACHECK) != 0) {
  /src/usr.sbin/quotaon/
quotaon.c 84 unsigned restrictions; local
167 restrictions = quota_getrestrictions(qh);
168 if ((restrictions & QUOTA_RESTRICT_NEEDSQUOTACHECK) == 0) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 4 * ntp_restrict.c - determine host restrictions
21 * to place restrictions on (or remove them from). The restrictions are
23 * can't do. The list is sorted retrieve the restrictions most specific
201 * example restrictions above, 192.168.0.0/24 matches the first
217 * set restrictions for each peer based on the prototype set by
522 * restrictions - return restrictions for this host in *r4a
525 restrictions( function
  /src/usr.sbin/edquota/
edquota.c 449 unsigned restrictions; local
472 restrictions = quota_getrestrictions(qh);
473 if ((restrictions & QUOTA_RESTRICT_UNIFORMGRACE) == 0) {
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c 79 /* specify what restrictions apply.
81 /* Restrictions are specified via configuration parameters named
84 /* restrictions that are applied in the order as specified.
89 /* Restrictions on the names or addresses of clients that may connect
95 /* Restrictions on the hostname that is sent with the HELO/EHLO
101 /* Restrictions on the sender address that is sent with the MAIL FROM
107 /* Restrictions on the recipient address that is sent with the RCPT
117 /* Restrictions on the hostname that is sent with the HELO/EHLO
137 /* smtpd_check_data() enforces generic restrictions after the
140 /* smtpd_check_eod() enforces generic restrictions after th
2386 ARGV *restrictions; local
    [all...]

Completed in 22 milliseconds