Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/dev/ufshci/
H A Dufshci_uic_cmd.c156 ufshci_uic_send_dme_get(struct ufshci_controller *ctrlr, uint16_t attribute, in ufshci_uic_send_dme_get()
170 ufshci_uic_send_dme_set(struct ufshci_controller *ctrlr, uint16_t attribute, in ufshci_uic_send_dme_set()
186 uint16_t attribute, uint32_t *return_value) in ufshci_uic_send_dme_peer_get()
200 uint16_t attribute, uint32_t value) in ufshci_uic_send_dme_peer_set()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h69 struct attribute { struct
78 struct attribute attr; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCSKYAttributeParser.h18 CSKYAttrs::AttrType attribute; member
H A DRISCVAttributeParser.h18 RISCVAttrs::AttrType attribute; member
H A DARMAttributeParser.h23 ARMBuildAttrs::AttrType attribute; member
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c145 LDAP__setmod(LDAPMod *** modlist,int modop,const char * attribute,int * pIndex) LDAP__setmod() argument
199 LDAP_addmod_len(LDAPMod *** modlist,int modop,const char * attribute,unsigned char * value,size_t len) LDAP_addmod_len() argument
238 LDAP_addmod(LDAPMod *** modlist,int modop,const char * attribute,const char * value) LDAP_addmod() argument
275 LDAP_addmod_generalized_time(LDAPMod *** mods,int modop,const char * attribute,KerberosTime * time) LDAP_addmod_generalized_time() argument
290 LDAP_addmod_integer(krb5_context context,LDAPMod *** mods,int modop,const char * attribute,unsigned long l) LDAP_addmod_integer() argument
308 LDAP_get_string_value(HDB * db,LDAPMessage * entry,const char * attribute,char ** ptr) LDAP_get_string_value() argument
334 LDAP_get_integer_value(HDB * db,LDAPMessage * entry,const char * attribute,int * ptr) LDAP_get_integer_value() argument
349 LDAP_get_generalized_time_value(HDB * db,LDAPMessage * entry,const char * attribute,KerberosTime * kt) LDAP_get_generalized_time_value() argument
[all...]
/freebsd/sys/ufs/ufs/
H A Dufs_extattr.c595 struct ufs_extattr_list_entry *attribute; in ufs_extattr_enable() local
844 struct ufs_extattr_list_entry *attribute; in ufs_extattr_get() local
1046 struct ufs_extattr_list_entry *attribute; in ufs_extattr_set() local
1154 struct ufs_extattr_list_entry *attribute; in ufs_extattr_rm() local
/freebsd/crypto/krb5/src/plugins/authdata/greet_client/
H A Dgreet.c182 const krb5_data *attribute, in greet_get_attribute()
217 const krb5_data *attribute, in greet_set_attribute()
246 const krb5_data *attribute) in greet_delete_attribute()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c859 checkattributevalue(LDAP *ld, char *dn, char *attribute, char **attrvalues, in checkattributevalue()
926 krb5_ldap_get_value(LDAP *ld, LDAPMessage *ent, char *attribute, int *val_out) in krb5_ldap_get_value()
942 krb5_ldap_get_string(LDAP *ld, LDAPMessage *ent, char *attribute, in krb5_ldap_get_string()
967 get_time(LDAP *ld, LDAPMessage *ent, char *attribute, krb5_timestamp *time_out, in get_time()
1011 krb5_add_str_mem_ldap_mod(LDAPMod ***list, char *attribute, int op, in krb5_add_str_mem_ldap_mod()
1046 krb5_add_ber_mem_ldap_mod(LDAPMod ***list, char *attribute, int op, in krb5_add_ber_mem_ldap_mod()
1092 krb5_add_int_mem_ldap_mod(LDAPMod ***list, char *attribute, int op, int value) in krb5_add_int_mem_ldap_mod()
H A Dkdb_ldap.c126 const char *attribute, const char *value) in has_rootdse_ava()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp77 for (const auto &attribute : abbrevDecl->attributes()) { in Extract() local
142 for (const auto &attribute : abbrevDecl->attributes()) { in GetDIENamesAndRanges() local
307 for (const auto &attribute : abbrevDecl->attributes()) { in GetAttributes() local
/freebsd/sys/geom/
H A Dgeom_subr.c1083 g_handleattr_int(struct bio *bp, const char *attribute, int val) in g_handleattr_int()
1090 g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val) in g_handleattr_uint16_t()
1097 g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val) in g_handleattr_off_t()
1104 g_handleattr_str(struct bio *bp, const char *attribute, const char *str) in g_handleattr_str()
1111 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) in g_handleattr()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dai_authdata.c156 const krb5_data *attribute, krb5_boolean *authenticated, in authind_get_attribute()
191 krb5_boolean complete, const krb5_data *attribute, in authind_set_attribute()
H A Dauthdata.c801 const krb5_data *attribute, in krb5_authdata_get_attribute()
855 const krb5_data *attribute, in krb5_authdata_set_attribute()
892 const krb5_data *attribute) in krb5_authdata_delete_attribute()
H A Dpac.c882 krb5_data attribute; member
1015 const krb5_data *attribute, krb5_boolean *authenticated, in mspac_get_attribute()
1067 krb5_boolean complete, const krb5_data *attribute, in mspac_set_attribute()
/freebsd/usr.bin/ctags/
H A DC.c257 static char attribute[] = "__attribute__"; in func_entry() local
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c203 const gss_OID attribute, in gss_context_query_attributes()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c348 const char *attribute = NULL; in gpart_activate() local
389 gpart_set_root(const char *lg_name, const char *attribute) in gpart_set_root()
/freebsd/crypto/krb5/src/tests/gssapi/
H A Dcommon.c215 dump_attribute(gss_name_t name, gss_buffer_t attribute, int noisy) in dump_attribute()
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c102 cl_attr(SCR *sp, scr_attr_t attribute, int on) in cl_attr()
/freebsd/crypto/krb5/src/appl/gss-sample/
H A Dgss-server.c828 gss_buffer_t attribute, in dumpAttribute()
/freebsd/contrib/wpa/hs20/client/
H A Dest.c216 Attribute *attribute; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp266 auto attribute = F.getFnAttribute("hlsl.shader"); in getExecutionModel() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp191 CreateRule(bool match_accepts,size_t attribute,ConstString operation,const std::string & op_arg,Status & error) CreateRule() argument
687 auto attribute = rule_text.substr(action_end_pos + 1, ParseFilterRule() local
[all...]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c833 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec) in ib_sa_unpack_path()
839 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute) in ib_sa_pack_path()

12