Searched refs:tmp_offset (Results 1 – 2 of 2) sorted by relevance
1575 uint_t tmp_offset; in s1394_add_config_rom_entry() local1595 tmp_offset = hal->root_directory->cfgrom_addr_lo; in s1394_add_config_rom_entry()1596 tmp_size = (hal->root_directory->cfgrom_addr_hi - tmp_offset) + 1; in s1394_add_config_rom_entry()1598 bcopy(&config_rom[tmp_offset], &temp_buf[tmp_offset], tmp_size << 2); in s1394_add_config_rom_entry()1605 tmp_offset = curr_blk->cfgrom_next->cfgrom_addr_lo; 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()1610 &temp_buf[tmp_offset + 1], tmp_size << 2); in s1394_add_config_rom_entry()1616 tmp_offset = curr_blk->cfgrom_next->root_dir_offset; in s1394_add_config_rom_entry()1619 temp = T1394_DATA32(temp_buf[tmp_offset]); in s1394_add_config_rom_entry()[all …]
360 int tmp, tmp_offset = 0; in expr_to_mtag_offset() local366 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()