Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dbusra.c206 struct ra_type_map *typemapp; in ndi_ra_map_setup() local
218 typemapp = (struct ra_type_map *) in ndi_ra_map_setup()
219 kmem_zalloc(sizeof (*typemapp), KM_SLEEP); in ndi_ra_map_setup()
220 typemapp->type = (char *)kmem_zalloc(strlen(type) + 1, in ndi_ra_map_setup()
222 (void) strcpy(typemapp->type, type); in ndi_ra_map_setup()
223 RA_INSERT(&ra_map_list_head, typemapp); in ndi_ra_map_setup()
225 typemapp = *backtype; in ndi_ra_map_setup()
232 RA_INSERT(&typemapp->ra_dip_list, dipmap); in ndi_ra_map_setup()