Searched refs:attr_present (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_misc.c | 945 char **str_out, krb5_boolean *attr_present) in krb5_ldap_get_string() argument 951 if (attr_present != NULL) in krb5_ldap_get_string() 952 *attr_present = FALSE; in krb5_ldap_get_string() 958 if (attr_present != NULL) in krb5_ldap_get_string() 959 *attr_present = TRUE; in krb5_ldap_get_string() 970 krb5_boolean *attr_present) in get_time() argument 976 *attr_present = FALSE; in get_time() 982 *attr_present = TRUE; in get_time() 1419 krb5_boolean attr_present; in populate_krb5_db_entry() local 1483 &attr_present); in populate_krb5_db_entry() [all …]
|
| H A D | ldap_pwd_policy.c | 441 krb5_boolean attr_present; in krb5_ldap_iterate_password_policy() local 443 st = krb5_ldap_get_string(ld, ent, "cn", &policy, &attr_present); in krb5_ldap_iterate_password_policy() 446 if (attr_present == FALSE) in krb5_ldap_iterate_password_policy()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_ioctl.c | 381 if (test_bit(attr_bkey, pbundle->bundle.attr_present)) in uverbs_set_attr() 388 __set_bit(attr_bkey, pbundle->bundle.attr_present); in uverbs_set_attr() 423 pbundle->bundle.attr_present, in ib_uverbs_run_method() 570 memset(pbundle->bundle.attr_present, 0, in ib_uverbs_cmd_verbs() 571 sizeof(pbundle->bundle.attr_present)); in ib_uverbs_cmd_verbs()
|
| H A D | ib_uverbs_main.c | 599 memset(bundle.attr_present, 0, sizeof(bundle.attr_present)); in ib_uverbs_write()
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | uverbs_ioctl.h | 656 DECLARE_BITMAP(attr_present, UVERBS_API_ATTR_BKEY_LEN); 664 attrs_bundle->attr_present); in uverbs_attr_is_valid()
|