Searched refs:s1394_config_rom_t (Results 1 – 2 of 2) sorted by relevance
1738 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 …]
256 typedef struct s1394_config_rom_s s1394_config_rom_t; typedef600 s1394_config_rom_t *root_directory;742 s1394_config_rom_t *cfgrom_next;743 s1394_config_rom_t *cfgrom_prev;