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

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DMakefile19 XSUBPPFLAGS = -typemap typemap
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DMakefile23 XSUBPPFLAGS = -typemap typemap
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DMakefile23 XSUBPPFLAGS = -typemap typemap
/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 53 milliseconds