Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1458 hal->local_config_rom = (uint32_t *)kmem_zalloc(IEEE1394_CONFIG_ROM_SZ, in s1394_init_local_config_rom()
1465 config_rom = hal->local_config_rom; in s1394_init_local_config_rom()
1477 kmem_free((void *)hal->local_config_rom, in s1394_init_local_config_rom()
1577 kmem_free((void *)hal->local_config_rom, in s1394_init_local_config_rom()
1614 kmem_free((void *)hal->local_config_rom, in s1394_init_local_config_rom()
1666 kmem_free((void *)hal->local_config_rom, in s1394_init_local_config_rom()
1721 kmem_free((void *)hal->local_config_rom, IEEE1394_CONFIG_ROM_SZ); in s1394_destroy_local_config_rom()
1840 config_rom = hal->local_config_rom; in s1394_add_config_rom_entry()
1983 config_rom = hal->local_config_rom; in s1394_remove_config_rom_entry()
2142 config_rom = hal->local_config_rom; in s1394_update_config_rom_callback()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h598 uint32_t *local_config_rom; member