/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | kobject.h | 69 struct attribute { struct 78 struct attribute attr; argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CSKYAttributeParser.h | 18 CSKYAttrs::AttrType attribute; member
|
H A D | RISCVAttributeParser.h | 18 RISCVAttrs::AttrType attribute; member
|
H A D | ARMAttributeParser.h | 23 ARMBuildAttrs::AttrType attribute; member
|
H A D | JSON.h | 1032 void attribute(llvm::StringRef Key, const Value& Contents) { attribute() function
|
/freebsd-src/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 148 LDAP__setmod(LDAPMod *** modlist, int modop, const char *attribute, in LDAP__setmod() 202 LDAP_addmod_len(LDAPMod *** modlist, int modop, const char *attribute, in LDAP_addmod_len() 241 LDAP_addmod(LDAPMod *** modlist, int modop, const char *attribute, in LDAP_addmod() 278 const char *attribute, KerberosTime * time) in LDAP_addmod_generalized_time() 293 const char *attribute, unsigned long l) in LDAP_addmod_integer() 311 const char *attribute, char **ptr) in LDAP_get_string_value() 337 const char *attribute, int *ptr) in LDAP_get_integer_value() 352 const char *attribute, KerberosTime * kt) in LDAP_get_generalized_time_value()
|
/freebsd-src/sys/ufs/ufs/ |
H A D | ufs_extattr.c | 595 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-src/sys/geom/ |
H A D | geom_subr.c | 1083 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 73 for (const auto &attribute : abbrevDecl->attributes()) { Extract() local 144 for (const auto &attribute : abbrevDecl->attributes()) { GetDIENamesAndRanges() local 309 for (const auto &attribute : abbrevDecl->attributes()) { GetAttributes() local [all...] |
/freebsd-src/usr.bin/ctags/ |
H A D | C.c | 257 static char attribute[] = "__attribute__"; in func_entry() local
|
/freebsd-src/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_aeap.c | 203 const gss_OID attribute, in gss_context_query_attributes()
|
/freebsd-src/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 348 const char *attribute = NULL; in gpart_activate() local 389 gpart_set_root(const char *lg_name, const char *attribute) in gpart_set_root()
|
/freebsd-src/contrib/nvi/cl/ |
H A D | cl_funcs.c | 102 cl_attr(SCR *sp, scr_attr_t attribute, int on) in cl_attr()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 250 auto attribute = F.getFnAttribute("hlsl.shader"); getExecutionModel() local
|
/freebsd-src/contrib/wpa/hs20/client/ |
H A D | est.c | 219 Attribute *attribute; global() member
|
/freebsd-src/sys/ofed/drivers/infiniband/core/ |
H A D | ib_sa_query.c | 833 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()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 193 static FilterRuleSP CreateRule(bool match_accepts, size_t attribute, in CreateRule() 689 auto attribute = rule_text.substr(action_end_pos + 1, in ParseFilterRule() local
|
/freebsd-src/sys/dev/isp/ |
H A D | ispreg.h | 299 uint8_t attribute; member
|
/freebsd-src/lib/libtacplus/ |
H A D | taclib.c | 1235 tac_get_av_value(struct tac_handle *h, const char *attribute) in tac_get_av_value()
|
/freebsd-src/crypto/openssl/test/ |
H A D | bntest.c | 92 static BIGNUM *getBN(STANZA *s, const char *attribute) in getBN() 109 static int getint(STANZA *s, int *out, const char *attribute) in getint()
|
/freebsd-src/sys/dev/usb/wlan/ |
H A D | if_uathreg.h | 561 uint32_t attribute; /* BSS_ATTR_BEACON_INTERVAL, et al. */ member 568 uint32_t attribute; /* BSS_ATTR_BSS_KEY_UPDATE */ member
|
/freebsd-src/crypto/heimdal/lib/hx509/ |
H A D | softp11.c | 53 CK_ATTRIBUTE attribute; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1663 std::string attribute(StringRef Colour) const { attribute() function in __anon834b46f82a11::DotCfgDiffDisplayGraph
|
/freebsd-src/sys/dev/ciss/ |
H A D | cissreg.h | 86 u_int8_t attribute:3; member
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6198 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() 6225 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() 15356 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() 15362 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()
|