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

/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c44 #include "s10_brand.h"
119 struct brand s10_brand = { variable in typeref:struct:brand
129 &s10_brand /* driver ops */
139 brand_solaris_setbrand(p, &s10_brand);
146 ASSERT(zone->zone_brand == &s10_brand);
162 ASSERT(zone->zone_brand == &s10_brand);
265 res = brand_solaris_cmd(cmd, arg1, arg2, arg3, &s10_brand, S10_VERSION);
325 brand_solaris_copy_procdata(child, parent, &s10_brand);
331 brand_solaris_proc_exit(p, l, &s10_brand);
337 brand_solaris_exec(&s10_brand);
[all...]

Completed in 58 milliseconds