Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 2 of 2) sorted by relevance

/common/eeprom/
A Deeprom_layout.c40 layout->fields = layout_unknown; in __eeprom_layout_assign()
53 struct eeprom_field *fields = layout->fields; in eeprom_layout_print() local
56 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()
/common/
A Ddlmalloc.src266 Because freed chunks may be overwritten with link fields, this
573 bunch of fields, most of which are not even meaningful in this
574 version of malloc. Some of these fields are are instead filled by
1156 size fields also hold bits representing whether chunks are free or
1224 bit (IS_MMAPPED) set in their size fields. Because they are
1373 Dealing with size fields
1628 /* Unless a special marker, must have OK fields */

Completed in 11 milliseconds