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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1824 uint_t last_entry_offset; local
1851 last_entry_offset = hal->root_directory->cfgrom_addr_hi + 1;
1865 last_entry_offset =
1906 last_entry_offset = curr_blk->cfgrom_addr_hi;
1938 last_entry_offset++;
1939 bcopy(&temp_buf[0], &config_rom[0], last_entry_offset << 2);
2131 uint_t last_entry_offset; local
2168 last_entry_offset = (IEEE1394_CONFIG_ROM_QUAD_SZ - hal->free_space);
2169 if (last_entry_offset < hal->config_rom_update_amount)
2170 last_entry_offset
[all...]

Completed in 72 milliseconds