Searched defs:pol (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c138 char *password, int use_policy, kadm5_policy_ent_t pol,
153 if(strlen(password) < pol->pw_min_length)
175 if ((nupper + nlower + ndigit + npunct + nspec) < pol->pw_min_classes)
137 passwd_check(kadm5_server_handle_t handle, char *password, int use_policy, kadm5_policy_ent_t pol, krb5_principal principal) argument
H A Dsvr_principal.c1099 * pol (r) adb's policy
1110 * is pol->pw_history_num items long. adb->old_key_len holds the
1112 * pol->pw_history_num). adb->old_key_next is the index into the
1119 kadm5_policy_ent_t pol,
1126 nhist = pol->pw_history_num;
1167 * M = adb->old_key_len, N = pol->pw_history_num - 1
1343 kadm5_policy_ent_rec pol; local
1378 if ((ret = kadm5_get_policy(handle->lhandle, adb.policy, &pol)))
1384 KADM5_POLICY, &pol, principal)))
1416 if ((now - last_pwd) < pol
1117 add_to_history(krb5_context context, osa_princ_ent_t adb, kadm5_policy_ent_t pol, osa_pw_hist_ent *pw) argument
1567 kadm5_policy_ent_rec pol; local
1885 kadm5_policy_ent_rec pol; local
2208 kadm5_policy_ent_rec pol; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c249 delete_password_policy (krb5_pointer ptr, osa_policy_ent_t pol) argument
251 krb5_ldap_delete_password_policy ((krb5_context)ptr, pol->name);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c781 policy_t *pol; local
790 pol = &policies[i];
791 if (strcasecmp(token, pol->pol_name) == 0) {
792 *policy |= pol->policy;
812 policy_t *pol; local
820 pol = &policies[i];
821 if ((policy & pol->policy) != 0) {
825 (void) strlcat(str, pol->pol_name, DLADM_STRSIZE);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c863 uint32_t rdt_entry, tm, pol, idx, vector; local
870 pol = RDT_POL(rdt_entry);
873 (pol << INTRMAP_IOAPIC_POL_SHIFT) |
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c880 reduce_log(uint16_t pol, struct acc_log *log, /* input args */ argument
906 * (defined by union pu pol). Set the repcount field of each entry to a
917 if ((pol & SIZEPOLICY) &&
918 (!(pol & MULTIPOLICY) || elem->repcount == 1) &&
920 (pol & elem->size) == 0)
1001 if (pol & (UNCOMMONPOLICY|MEDIANPOLICY)) {
1013 if (pol & (COMMONPOLICY|MEDIANPOLICY)) {
1018 if (!(pol & (UNCOMMONPOLICY|MEDIANPOLICY)))
1025 pol, i, items[i].access_type, j, items[j].access_type,
1029 if (!(pol
[all...]
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c1858 * Returns the max of old_ovhd and the overhead associated with pol.
1861 iptun_max_policy_overhead(ipsec_policy_t *pol, uint32_t old_ovhd) argument
1865 while (pol != NULL) {
1867 ipsec_act_ovhd(&pol->ipsp_act->ipa_act));
1868 pol = pol->ipsp_hash.hash_next;
1878 ipsec_policy_t *pol; local
1911 pol = ipsec_find_policy_head(NULL, iph, IPSEC_TYPE_OUTBOUND,
1913 if (pol != NULL) {
1914 ipsec_ovhd = ipsec_act_ovhd(&pol
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c977 ipsec_policy_t *pol; member in struct:__anon4709
986 ipsec_policy_t *pol; local
991 pol = ipsec_policy_create(sel, actp, nact, rule->spd_rule_priority,
993 if (pol == NULL)
996 (*rp)->pol = pol;
1000 if (!ipsec_check_policy(iph, pol, dir))
1003 rule->spd_rule_index = pol->ipsp_index;
1149 ipsec_enter_policy(iph, rulep->pol, rulep->dir,
1173 IPPOL_REFRELE(rulep->pol);
[all...]
H A Dsadb.c5490 sadb_extended_acquire(ipsec_selector_t *sel, ipsec_policy_t *pol, argument
5510 if (pol == NULL) {
5513 ap = pol->ipsp_act;
5555 ASSERT(pol != NULL);
5557 ipsl = &(pol->ipsp_sel->ipsl_key);
5620 if (pol != NULL) {
5621 ipsl = &(pol->ipsp_sel->ipsl_key);
5689 an = (pol != NULL) ? ap->ipa_next : NULL;
H A Dspd.c3883 ipsec_policy_t *pol; local
3888 if ((pol = ipsec_policy_create(&sel, actp, nact, IPSEC_PRIO_SOCKET,
3891 HASHLIST_INSERT(pol, ipsp_hash, pr->ipr_nonhash[fam]);
3892 ipsec_insert_always(&ph->iph_rulebyid, pol);
3894 return (pol != NULL);
4141 ipsec_policy_t *pol; local
4176 pol = ixa->ixa_ipsec_policy;
4177 if (pol != NULL) {
4178 act = pol->ipsp_act;
5189 ipsec_policy_t *pol; local
5463 ipsec_check_ipsecin_policy_reasm(mblk_t *attr_mp, ipsec_policy_t *pol, ipha_t *inner_ipv4, ip6_t *inner_ipv6, uint64_t pkt_unique, netstack_t *ns) argument
5549 ipsec_policy_t *pol; local
[all...]

Completed in 100 milliseconds