Lines Matching defs:compact
164 * @compact: assume compact format for output
172 ethnl_string_array_t names, bool compact)
182 if (compact) {
224 * @compact: use compact format for the output
234 ethnl_string_array_t names, bool compact)
247 if (compact) {
321 * ethnl_bitset_is_compact() - check if bitset attribute represents a compact
324 * @compact: pointer for return value
328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact)
341 *compact = false;
347 *compact = true;
441 "value only allowed in compact bitset");
446 "mask only allowed in compact bitset");
496 "missing size in compact bitset");
501 "missing value in compact bitset");
506 "missing mask in compact nonlist bitset");
541 * @names: array of bit names; may be null for compact format
595 * @names: array of bit names; may be null for compact format
653 "value only allowed in compact bitset");
658 "mask only allowed in compact bitset");
701 bool compact)
726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact);
737 bool compact)
763 compact);
810 bool compact)
813 names, compact);
819 bool compact)
822 (const u32 *)mask, nbits, names, compact);