Lines Matching defs:sbt
2804 struct sparc_bus_space_tag *sbt;2806 sbt = kmem_zalloc(sizeof(*sbt), KM_SLEEP);2809 memcpy(sbt, parent, sizeof(*sbt));2810 sbt->parent = parent;2811 sbt->ranges = NULL;2812 sbt->nranges = 0;2815 sbt->cookie = cookie;2816 return (sbt);
Indexes created Wed Oct 01 13:09:50 GMT 2025