Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1253 hal->temp_config_rom_buf = (uint32_t *)kmem_zalloc( in s1394_init_local_config_rom()
1266 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1361 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1393 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1439 kmem_free((void *)hal->temp_config_rom_buf, in s1394_init_local_config_rom()
1485 kmem_free((void *)hal->temp_config_rom_buf, IEEE1394_CONFIG_ROM_SZ); in s1394_destroy_local_config_rom()
1589 temp_buf = hal->temp_config_rom_buf; in s1394_add_config_rom_entry()
1725 temp_buf = hal->temp_config_rom_buf; in s1394_remove_config_rom_entry()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h563 uint32_t *temp_config_rom_buf; member