Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 137) sorted by relevance

123456

/dflybsd-src/games/monop/
H A Dexecute.c62 static int restore_toplevel_attr(const char *attribute, char *txt);
63 static int restore_player_attr(const char *attribute, char *txt);
64 static int restore_deck_attr(const char *attribute, char *txt);
65 static int restore_square_attr(const char *attribute, char *txt);
454 char *attribute; in restore_parseline() local
484 attribute = s; in restore_parseline()
485 s = strchr(attribute, ' '); in restore_parseline()
488 attribute); in restore_parseline()
500 return restore_toplevel_attr(attribute, txt); in restore_parseline()
504 return restore_player_attr(attribute, txt); in restore_parseline()
[all …]
/dflybsd-src/contrib/lvm2/dist/lib/device/
H A Ddev-md.c133 const char *attribute) in _md_sysfs_attribute_snprintf() argument
152 (int)MAJOR(dev), (int)MINOR(dev), attribute); in _md_sysfs_attribute_snprintf()
154 log_error("dm_snprintf md %s failed", attribute); in _md_sysfs_attribute_snprintf()
165 sysfs_dir, (int)MINOR(dev), attribute); in _md_sysfs_attribute_snprintf()
167 log_error("dm_snprintf old md %s failed", attribute); in _md_sysfs_attribute_snprintf()
218 const char *attribute = "chunk_size"; in dev_md_chunk_size() local
221 if (_md_sysfs_attribute_scanf(sysfs_dir, dev, attribute, in dev_md_chunk_size()
226 dev_name(dev), attribute, chunk_size_bytes); in dev_md_chunk_size()
236 const char *attribute = "level"; in dev_md_level() local
239 if (_md_sysfs_attribute_scanf(sysfs_dir, dev, attribute, in dev_md_level()
[all …]
H A Ddevice.c368 static unsigned long _dev_topology_attribute(const char *attribute, in _dev_topology_attribute() argument
379 if (!attribute || !*attribute) in _dev_topology_attribute()
387 attribute) < 0) { in _dev_topology_attribute()
388 log_error("dm_snprintf %s failed", attribute); in _dev_topology_attribute()
408 attribute) < 0) { in _dev_topology_attribute()
409 log_error("primary dm_snprintf %s failed", attribute); in _dev_topology_attribute()
436 dev_name(dev), attribute, result); in _dev_topology_attribute()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dxml-support.c182 const struct gdb_xml_attribute *attribute; in gdb_xml_start_element() local
233 for (attribute = element->attributes; in gdb_xml_start_element()
234 attribute != NULL && attribute->name != NULL; in gdb_xml_start_element()
235 attribute++) in gdb_xml_start_element()
243 if (!strcmp (attribute->name, p[0])) in gdb_xml_start_element()
252 attribute->name); in gdb_xml_start_element()
256 if (*p == NULL && !(attribute->flags & GDB_XML_AF_OPTIONAL)) in gdb_xml_start_element()
260 attribute->name, element->name); in gdb_xml_start_element()
268 attribute->name, val); in gdb_xml_start_element()
270 if (attribute->handler) in gdb_xml_start_element()
[all …]
H A Ddwarf2read.c1024 struct attribute struct
1076 struct attribute attrs[1];
1336 struct attribute *, struct attr_abbrev *,
1388 static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
1391 static struct attribute *dwarf2_attr_no_follow (struct die_info *,
1425 static void dwarf2_const_value (struct attribute *, struct symbol *,
1428 static void dwarf2_const_value_attr (struct attribute *attr,
1449 static struct type *lookup_die_type (struct die_info *, struct attribute *,
1577 static int is_ref_attr (struct attribute *);
1579 static sect_offset dwarf2_get_ref_die_offset (struct attribute *);
[all …]
/dflybsd-src/sys/dev/drm/include/linux/
H A Dsysfs.h38 struct attribute { struct
44 ssize_t (*show)(struct kobject *, struct attribute *,char *); argument
45 ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
H A Dkobject.h59 struct attribute **default_attrs;
/dflybsd-src/sys/dev/drm/ttm/
H A Dttm_memory.c53 static struct attribute ttm_mem_sys = {
57 static struct attribute ttm_mem_emer = {
61 static struct attribute ttm_mem_max = {
65 static struct attribute ttm_mem_swap = {
69 static struct attribute ttm_mem_used = {
85 struct attribute *attr, in ttm_mem_zone_show()
112 struct attribute *attr, in ttm_mem_zone_store()
149 static struct attribute *ttm_mem_zone_attrs[] = {
H A Dttm_page_alloc.c133 static struct attribute ttm_page_pool_max = {
137 static struct attribute ttm_page_pool_small = {
141 static struct attribute ttm_page_pool_alloc_size = {
146 static struct attribute *ttm_pool_attrs[] = {
161 struct attribute *attr, const char *buffer, size_t size) in ttm_pool_store()
195 struct attribute *attr, char *buffer) in ttm_pool_show()
H A Dttm_page_alloc_dma.c174 static struct attribute ttm_page_pool_max = {
178 static struct attribute ttm_page_pool_small = {
182 static struct attribute ttm_page_pool_alloc_size = {
187 static struct attribute *ttm_pool_attrs[] = {
201 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, in ttm_pool_store()
236 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr, in ttm_pool_show()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi1332 Notice that attribute @ref{AVR Variable Attributes,@code{progmem}}
1338 together with attribute @code{progmem}.
2115 attribute specification inside double parentheses. The following
2143 @c Keep this table alphabetized by attribute name. Treat _ as space.
2146 @cindex @code{alias} attribute
2147 The @code{alias} attribute causes the declaration to be emitted as an
2159 Not all target machines support this attribute.
2162 @cindex @code{aligned} attribute
2163 This attribute specifies a minimum alignment for the function,
2166 You cannot use this attribute to decrease the alignment of a function,
[all …]
/dflybsd-src/test/stress/stress2/misc/
H A Dextattrctl.sh56 mkdir -p ${mntpoint}/.attribute/system
57 cd ${mntpoint}/.attribute/system
H A Dextattr.sh55 mkdir -p ${mntpoint}/.attribute/system
56 cd ${mntpoint}/.attribute/system
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-tic6x.texi44 @code{Tag_ABI_DSBT} attribute with a value of 1, indicating that the
55 @code{Tag_ABI_PID} attribute with a value indicating the form of data
69 @code{Tag_ABI_PIC} attribute with a value of 1, indicating that the
144 Set the C6000 EABI build attribute @var{tag} to @var{value}.
146 The @var{tag} is either an attribute number or one of
/dflybsd-src/sys/dev/drm/i915/
H A Di915_sysfs.c93 static struct attribute *rc6_attrs[] = {
104 static struct attribute *rc6p_attrs[] = {
115 static struct attribute *media_rc6_attrs[] = {
469 static const struct attribute *gen6_attrs[] = {
481 static const struct attribute *vlv_attrs[] = {
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbuiltin-attrs.def198 /* Nothrow functions with the sentinel(1) attribute. */
297 /* Construct a tree for the format attribute (and implicitly nonnull). */
312 /* Construct one tree for the format attribute and another for the format
322 /* Construct a pair of trees for the nonnull attribute for the first
323 argument, plus format printf attribute (format implies nonnull):
403 /* Construct a tree for a format_arg attribute. */
H A Dattribs.c1104 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() argument
1106 DECL_ATTRIBUTES (ddecl) = attribute; in build_decl_attribute_variant()
1116 build_type_attribute_qual_variant (tree otype, tree attribute, int quals) in build_type_attribute_qual_variant() argument
1119 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute)) in build_type_attribute_qual_variant()
1148 TYPE_ATTRIBUTES (ntype) = attribute; in build_type_attribute_qual_variant()
1360 build_type_attribute_variant (tree ttype, tree attribute) in build_type_attribute_variant() argument
1362 return build_type_attribute_qual_variant (ttype, attribute, in build_type_attribute_variant()
H A Drtl.def858 appear in a predicate definition or an attribute expression. */
963 /* Define attribute computation for `asm' instructions. */
967 generates new instances of DEFINE_INSN, selected by having attribute
1258 /* Definition of an insn attribute.
1259 1st operand: name of the attribute
1260 2nd operand: comma-separated list of possible attribute values
1261 3rd operand: expression for the default value of the attribute. */
1264 /* Definition of an insn attribute that uses an existing enumerated type.
1265 1st operand: name of the attribute
1267 3rd operand: expression for the default value of the attribute. */
[all …]
/dflybsd-src/sys/dev/disk/sdhci/
H A Dsdhci.h338 uint16_t attribute; member
344 uint16_t attribute; member
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c4834 tree attribute; in objc_decl_method_attributes() local
4835 for (attribute = attributes; attribute; attribute = TREE_CHAIN (attribute)) in objc_decl_method_attributes()
4837 tree name = TREE_PURPOSE (attribute); in objc_decl_method_attributes()
4846 copy_node (attribute)); in objc_decl_method_attributes()
4854 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes()
4930 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes()
4931 tree argument = TREE_VALUE (attribute); in objc_decl_method_attributes()
6908 tree attribute; in start_class() local
6909 for (attribute = attributes; attribute; attribute = TREE_CHAIN (attribute)) in start_class()
6911 tree name = TREE_PURPOSE (attribute); in start_class()
[all …]
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dreduced_debug_output.cc51 uint64_t attribute = read_unsigned_LEB_128(abbrev, &LEB_size); in get_die_end() local
57 if (!(attribute || form)) in get_die_end()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dreduced_debug_output.cc51 uint64_t attribute = read_unsigned_LEB_128(abbrev, &LEB_size); in get_die_end() local
57 if (!(attribute || form)) in get_die_end()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltin-attrs.def146 /* Nothrow functions with the sentinel(1) attribute. */
195 /* Construct a tree for a format attribute. */
255 /* Construct a tree for a format_arg attribute. */
H A Dpredict.def71 /* Branch to basic block containing call marked by noreturn attribute. */
75 /* Branch to basic block containing call marked by cold function attribute. */
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Ddwarf.c679 unsigned long attribute; member
750 add_abbrev_attr (unsigned long attribute, unsigned long form) in add_abbrev_attr() argument
759 attr->attribute = attribute; in add_abbrev_attr()
787 unsigned long attribute; in process_abbrev_section() local
814 attribute = read_uleb128 (start, & bytes_read, end); in process_abbrev_section()
824 add_abbrev_attr (attribute, form); in process_abbrev_section()
826 while (attribute != 0); in process_abbrev_section()
1500 read_and_display_attr_value (unsigned long attribute, in read_and_display_attr_value() argument
1591 return read_and_display_attr_value (attribute, form, data, end, in read_and_display_attr_value()
1823 switch (attribute) in read_and_display_attr_value()
[all …]

123456