Searched refs:attr_value (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c159 struct attr_value struct
162 struct attr_value *next; /* Next attribute value in chain. */
174 struct attr_value *first_value; /* First value of this attribute. */
175 struct attr_value *default_val; /* Default value for this attribute. */
254 static void insert_insn_ent (struct attr_value *, struct insn_ent *);
266 static struct attr_value *find_most_used (struct attr_desc *);
270 static void write_attr_case (struct attr_desc *, struct attr_value *,
717 struct attr_value *av;
869 struct attr_value *av;
1182 fatal ("(attr_value \"*\") use
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c842 uint64_t attr_value; local
892 reg_attrs[i].sa_name, 8, 1, &attr_value);
901 sa->sa_user_table[i] = ATTR_NUM(attr_value);
1567 uint64_t attr_value = 0; local
1587 ATTR_ENCODE(attr_value, tb[i].sa_attr, tb[i].sa_length,
1590 tb[i].sa_name, 8, 1, &attr_value, tx));

Completed in 55 milliseconds