Searched refs:fields (Results 1 – 2 of 2) sorted by relevance
40 layout->fields = layout_unknown; in __eeprom_layout_assign()53 struct eeprom_field *fields = layout->fields; in eeprom_layout_print() local56 fields[i].print(&fields[i]); in eeprom_layout_print()71 if (layout->fields[i].name != RESERVED_FIELDS && in eeprom_layout_find_field()72 !strcmp(layout->fields[i].name, field_name)) in eeprom_layout_find_field()73 return &layout->fields[i]; in eeprom_layout_find_field()137 layout->fields[i].buf = buf; in eeprom_layout_setup()138 buf += layout->fields[i].size; in eeprom_layout_setup()
266 Because freed chunks may be overwritten with link fields, this573 bunch of fields, most of which are not even meaningful in this574 version of malloc. Some of these fields are are instead filled by1156 size fields also hold bits representing whether chunks are free or1224 bit (IS_MMAPPED) set in their size fields. Because they are1373 Dealing with size fields1628 /* Unless a special marker, must have OK fields */
Completed in 11 milliseconds