Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1575 uint_t tmp_offset; in s1394_add_config_rom_entry() local
1598 bcopy(&config_rom[tmp_offset], &temp_buf[tmp_offset], tmp_size << 2); in s1394_add_config_rom_entry()
1607 tmp_offset) + 1; in s1394_add_config_rom_entry()
1609 bcopy(&config_rom[tmp_offset], in s1394_add_config_rom_entry()
1657 tmp_offset = curr_blk->cfgrom_addr_lo; in s1394_add_config_rom_entry()
1664 tmp_offset = curr_blk->cfgrom_addr_lo - tmp_offset; in s1394_add_config_rom_entry()
1668 tmp_offset); in s1394_add_config_rom_entry()
1716 uint_t tmp_offset; in s1394_remove_config_rom_entry() local
1751 bcopy(&config_rom[tmp_offset], &temp_buf[tmp_offset - 1], in s1394_remove_config_rom_entry()
1768 bcopy(&config_rom[tmp_offset], in s1394_remove_config_rom_entry()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_mtag.c360 int tmp, tmp_offset = 0; in expr_to_mtag_offset() local
366 tmp_offset += tmp; in expr_to_mtag_offset()
369 *offset = tmp_offset; in expr_to_mtag_offset()
373 if (get_implied_mtag_offset(expr, tag, &tmp_offset)) { in expr_to_mtag_offset()
375 if (tmp_offset) in expr_to_mtag_offset()