Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1738 s1394_config_rom_t *root_directory; in s1394_init_config_rom_structures()
1739 s1394_config_rom_t *rest_of_config_rom; in s1394_init_config_rom_structures()
1746 root_directory = (s1394_config_rom_t *)kmem_zalloc( in s1394_init_config_rom_structures()
1747 sizeof (s1394_config_rom_t), KM_SLEEP); in s1394_init_config_rom_structures()
1753 rest_of_config_rom = (s1394_config_rom_t *)kmem_zalloc( in s1394_init_config_rom_structures()
1754 sizeof (s1394_config_rom_t), KM_SLEEP); in s1394_init_config_rom_structures()
1782 s1394_config_rom_t *curr_blk; in s1394_destroy_config_rom_structures()
1783 s1394_config_rom_t *next_blk; in s1394_destroy_config_rom_structures()
1794 kmem_free(curr_blk, sizeof (s1394_config_rom_t)); in s1394_destroy_config_rom_structures()
1817 s1394_config_rom_t *curr_blk; in s1394_add_config_rom_entry()
[all …]
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h256 typedef struct s1394_config_rom_s s1394_config_rom_t; typedef
600 s1394_config_rom_t *root_directory;
742 s1394_config_rom_t *cfgrom_next;
743 s1394_config_rom_t *cfgrom_prev;