Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1462 hal->temp_config_rom_buf = (uint32_t *)kmem_zalloc( in s1394_init_local_config_rom()
1475 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1575 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1612 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1663 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1719 kmem_free((void *)hal->temp_config_rom_buf, IEEE1394_CONFIG_ROM_SZ); in s1394_destroy_local_config_rom()
1841 temp_buf = hal->temp_config_rom_buf; in s1394_add_config_rom_entry()
1984 temp_buf = hal->temp_config_rom_buf; in s1394_remove_config_rom_entry()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h599 uint32_t *temp_config_rom_buf; member