Searched defs:typemapp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 60 milliseconds