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

/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c108 * the address of the first typemap would be stored in it.
248 struct ra_type_map **backtype, *typemap; local
277 typemap = *backtype;
279 kmem_free((caddr_t)typemap->type, strlen(typemap->type) + 1);
280 kmem_free((caddr_t)typemap, sizeof (*typemap));
883 struct ra_type_map *typemap; local
887 typemap = (struct ra_type_map *)ra_map_list_head;
889 for (; typemap !
[all...]

Completed in 46 milliseconds