Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c167 uint16_t eeprom[WPL], size_field; in eeprom_dump() local
174 if (ret = e1000_read_nvm(hw, 0x12, 1, &size_field)) { in eeprom_dump()
180 sign = (size_field & 0xc000) >> 14; in eeprom_dump()
186 size = (size_field & 0x3c00) >> 10; in eeprom_dump()
197 "e1000_read_nvm hebs: %d\n", ((size_field & 0x000f) >> 10)); in eeprom_dump()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_peread.c670 char size_field[4]; in dwarf_load_pe_sections() local
672 if ((pep->pe_string_table_offset+sizeof(size_field)) > in dwarf_load_pe_sections()
677 memset(size_field,0,sizeof(size_field)); in dwarf_load_pe_sections()
679 (char *)size_field, (off_t)pep->pe_string_table_offset, in dwarf_load_pe_sections()
680 sizeof(size_field), in dwarf_load_pe_sections()
686 size_field); in dwarf_load_pe_sections()