Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1501 s1394_config_rom_t *root_directory; in s1394_init_config_rom_structures()
1502 s1394_config_rom_t *rest_of_config_rom; in s1394_init_config_rom_structures()
1506 root_directory = (s1394_config_rom_t *)kmem_zalloc( in s1394_init_config_rom_structures()
1507 sizeof (s1394_config_rom_t), KM_SLEEP); in s1394_init_config_rom_structures()
1513 rest_of_config_rom = (s1394_config_rom_t *)kmem_zalloc( in s1394_init_config_rom_structures()
1514 sizeof (s1394_config_rom_t), KM_SLEEP); in s1394_init_config_rom_structures()
1540 s1394_config_rom_t *curr_blk; in s1394_destroy_config_rom_structures()
1541 s1394_config_rom_t *next_blk; in s1394_destroy_config_rom_structures()
1549 kmem_free(curr_blk, sizeof (s1394_config_rom_t)); in s1394_destroy_config_rom_structures()
1570 s1394_config_rom_t *curr_blk; in s1394_add_config_rom_entry()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h220 typedef struct s1394_config_rom_s s1394_config_rom_t; typedef
564 s1394_config_rom_t *root_directory;
706 s1394_config_rom_t *cfgrom_next;
707 s1394_config_rom_t *cfgrom_prev;