Searched refs:s10_zone_data_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.h191 } s10_zone_data_t; typedef in typeref:struct:s10_zone_data
H A Ds10_brand.c150 if (copyout(((s10_zone_data_t *)zone->zone_brand_data)->
166 if (copyin(buf, ((s10_zone_data_t *)zone->zone_brand_data)->
379 kmem_free(zone->zone_brand_data, sizeof (s10_zone_data_t));
387 zone->zone_brand_data = kmem_zalloc(sizeof (s10_zone_data_t), KM_SLEEP);

Completed in 57 milliseconds