HomeSort by: relevance | last modified time | path
    Searched defs:attribute (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMAttributeParser.h 1 //===- ARMAttributeParser.h - ARM Attribute Information Printer -*- C++ -*-===//
25 ARMBuildAttrs::AttrType attribute; member in struct:llvm::ARMAttributeParser::DisplayHandler
RISCVAttributeParser.h 1 //===-- RISCVAttributeParser.h - RISCV Attribute Parser ---------*- C++ -*-===//
18 RISCVAttrs::AttrType attribute; member in struct:llvm::RISCVAttributeParser::DisplayHandler
  /src/usr.bin/ctags/
C.c 267 static char attribute[] = "__attribute__"; local
268 char maybe_attribute[sizeof attribute + 1],
327 < (ptrdiff_t)(sizeof attribute - 1))
333 if (strcmp(maybe_attribute, attribute) == 0) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
PerfHelper.cpp 90 const perf_event_attr *PerfEvent::attribute() const { return Attr; } function in class:llvm::exegesis::pfm::PerfEvent
103 perf_event_attr AttrCopy = *Event.attribute();
  /src/external/gpl2/lvm2/dist/lib/device/
dev-md.c 133 const char *attribute)
152 (int)MAJOR(dev), (int)MINOR(dev), attribute);
154 log_error("dm_snprintf md %s failed", attribute);
165 sysfs_dir, (int)MINOR(dev), attribute);
167 log_error("dm_snprintf old md %s failed", attribute);
218 const char *attribute = "chunk_size"; local
221 if (_md_sysfs_attribute_scanf(sysfs_dir, dev, attribute,
226 dev_name(dev), attribute, chunk_size_bytes);
236 const char *attribute = "level"; local
239 if (_md_sysfs_attribute_scanf(sysfs_dir, dev, attribute,
254 const char *attribute = "raid_disks"; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
attribute.h 43 struct attribute struct
45 /* Read the given attribute value as an address, taking the
46 attribute's form into account. */
49 /* If the attribute has a string form, return the string value;
53 /* Return the block value. The attribute must have block form. */
60 /* Return the signature. The attribute must have signature
68 /* Return the signed value. The attribute must have the appropriate
120 Section 7.5.4, "Attribute Encodings", explains that no attribute
136 that, if an attribute's can be either a constant or one of th
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
attribute.h 43 struct attribute struct
45 /* Read the given attribute value as an address, taking the
46 attribute's form into account. */
49 /* If the attribute has a string form, return the string value;
53 /* Return the block value. The attribute must have block form. */
60 /* Return the signature. The attribute must have signature
68 /* Return the signed value. The attribute must have the appropriate
98 Section 7.5.4, "Attribute Encodings", explains that no attribute
132 form causes sign-extension depends on the attribute -- fo
    [all...]
  /src/games/monop/
execute.c 69 static int restore_toplevel_attr(const char *attribute, char *txt);
70 static int restore_player_attr(const char *attribute, char *txt);
71 static int restore_deck_attr(const char *attribute, char *txt);
72 static int restore_square_attr(const char *attribute, char *txt);
461 char *attribute; local
487 /* Any other line must begin with a word, which is the attribute. */
491 attribute = s;
492 s = strchr(attribute, ' ');
494 printf("file is corrupt: attribute %s lacks value.\n",
495 attribute);
    [all...]
  /src/external/bsd/wpa/dist/hs20/client/
est.c 200 * attribute Attribute }
202 * Attribute ::= SEQUENCE {
210 } Attribute;
216 Attribute *attribute; member in union:__anon8242::__anon8243
229 ASN1_SEQUENCE(Attribute) = {
230 ASN1_SIMPLE(Attribute, type, ASN1_OBJECT),
231 ASN1_SET_OF(Attribute, values, ASN1_OBJECT)
232 } ASN1_SEQUENCE_END(Attribute);
    [all...]
  /src/sys/dev/marvell/
gt.c 900 uint32_t attribute; member in struct:__anon3161
927 *attr = tagtbl[i].attribute;
  /src/sys/ufs/lfs/
ulfs_extattr.c 44 * binary blob of zero or more bytes. The ULFS1 extended attribute service
111 * Per-FS attribute lock protecting attribute operations.
147 * attribute.
151 * zero-length attrname (used to retrieve application attribute list)
165 * Autocreate an attribute storage
208 * Release extended attribute mount lock, otherwise
276 * Now enable attribute.
291 printf("%s: attribute %s created but not found!\n",
306 * Locate an attribute given a name and mountpoint
751 struct ulfs_extattr_list_entry *attribute; local
1077 struct ulfs_extattr_list_entry *attribute; local
1360 struct ulfs_extattr_list_entry *attribute; local
1479 struct ulfs_extattr_list_entry *attribute; local
    [all...]
  /src/sys/ufs/ufs/
ufs_extattr.c 43 * binary blob of zero or more bytes. The UFS1 extended attribute service
115 * Per-FS attribute lock protecting attribute operations.
151 * attribute.
155 * zero-length attrname (used to retrieve application attribute list)
169 * Autocreate an attribute storage
208 * Release extended attribute mount lock, otherwise
276 * Now enable attribute.
291 printf("%s: attribute `%s' created but not found!\n",
306 * Locate an attribute given a name and mountpoint
756 struct ufs_extattr_list_entry *attribute; local
1069 struct ufs_extattr_list_entry *attribute; local
1352 struct ufs_extattr_list_entry *attribute; local
1471 struct ufs_extattr_list_entry *attribute; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 77 * Two is in attribute parsing
277 typeof attribute attribute_specifier /* COMPAT_GCC */
376 attribute_list: attribute
377 | attribute ',' attribute_list { $$ = cmop($3, $1); }
380 attribute: { label
2097 uerror("gcc attribute used");
2424 werror("unhandled %s attribute", s);
  /src/sys/arch/x86/include/
efi.h 165 int32_t attribute; member in struct:efi_text_output_mode
  /src/sys/dev/pci/
autri.c 1068 uint32_t alpha_fms, fm_vol, attribute; local
1099 attribute = 0;
1111 attribute = AUTRI_ATTR_PCMREC_SIS;
1113 attribute |= AUTRI_ATTR_ENASRC_SIS;
1134 attribute = 0;
1159 cr[3] = attribute;
  /src/external/bsd/nvi/dist/ipc/
ip.h 94 IPFunc_12 attribute; member in struct:ip_si_operations
227 #define SI_ATTRIBUTE 2 /* Set screen attribute: 2 * IPO_INT. */
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 77 * Two is in attribute parsing
250 typeof attribute attribute_specifier /* COMPAT_GCC */
425 attribute_list: attribute
426 | attribute ',' attribute_list { $$ = cmop($3, $1); }
429 attribute: { label
2134 uerror("gcc attribute used");
2464 werror("unhandled %s attribute", s);
  /src/external/gpl3/gcc/dist/libgfortran/
ISO_Fortran_binding.h 87 CFI_attribute_t attribute; member in struct:CFI_cdesc_t
100 CFI_attribute_t attribute; \
  /src/external/gpl3/gcc.old/dist/libgfortran/
ISO_Fortran_binding.h 87 CFI_attribute_t attribute; member in struct:CFI_cdesc_t
100 CFI_attribute_t attribute; \
  /src/external/gpl3/gdb.old/dist/gdb/
xml-support.c 225 /* Find the attribute named NAME in the set of parsed attributes
250 const struct gdb_xml_attribute *attribute; local
302 for (attribute = element->attributes;
303 attribute != NULL && attribute->name != NULL;
304 attribute++)
311 if (!strcmp (attribute->name, p[0]))
319 gdb_xml_debug (this, _("Attribute \"%s\" missing a value"),
320 attribute->name);
324 if (*p == NULL && !(attribute->flags & GDB_XML_AF_OPTIONAL)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xml-support.c 225 /* Find the attribute named NAME in the set of parsed attributes
250 const struct gdb_xml_attribute *attribute; local
302 for (attribute = element->attributes;
303 attribute != NULL && attribute->name != NULL;
304 attribute++)
311 if (!strcmp (attribute->name, p[0]))
319 gdb_xml_debug (this, _("Attribute \"%s\" missing a value"),
320 attribute->name);
324 if (*p == NULL && !(attribute->flags & GDB_XML_AF_OPTIONAL)
    [all...]
  /src/sys/arch/amiga/dev/
itevar.h 96 enum ite_attr attribute; member in struct:ite_softc
179 #define set_attr(ip, attr) ((ip)->attribute |= (attr))
180 #define clr_attr(ip, attr) ((ip)->attribute &= ~(attr))
  /src/sys/arch/atari/dev/
itevar.h 96 enum ite_attr attribute; member in struct:ite_softc
172 #define set_attr(ip, attr) ((ip)->attribute |= (attr))
173 #define clr_attr(ip, attr) ((ip)->attribute &= ~(attr))
  /src/usr.sbin/acpitools/aml/
aml_parse.c 700 u_int8_t acc, attribute; local
750 attribute = env->dp[2];
752 AML_DEBUGPRINT("AccessAs(%s, %d)", accessnames[acc], attribute);
753 template->bitoffset = attribute;
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
softp11.c 55 CK_ATTRIBUTE attribute; member in struct:st_attr
214 if (attributes[i].type == obj->attrs[j].attribute.type &&
215 attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen &&
216 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
223 st_logf("type %d attribute have no match\n", attributes[i].type);
227 st_logf("attribute matches\n");
245 application_error("token attribute wrong length\n");
255 application_error("class attribute wrong length\n");
356 o->attrs[i].attribute.type = type;
357 o->attrs[i].attribute.pValue = malloc(ulValueLen)
    [all...]

Completed in 38 milliseconds

1 2 3