Lines Matching refs:brand
46 * 128+ are available for brand-specific commands.
56 * Structure used by zoneadmd to communicate the name of a brand and the
57 * supporting brand module into the kernel.
64 /* What we call the native brand. */
67 /* What we call the labeled brand. */
71 * Aux vector containing lddata pointer of brand library linkmap.
72 * Used by common {brand}_librtld_db.
77 * Information needed by the brand library to launch an executable.
133 typedef struct brand {
172 * The following functions can be shared among kernel brand modules which
174 * manage the brand.
177 struct brand *, int);
179 struct brand *);
182 struct brand *, char *, char *, char *, char *, char *);
183 extern void brand_solaris_exec(struct brand *);
185 struct brand *);
186 extern void brand_solaris_forklwp(klwp_t *, klwp_t *, struct brand *);
187 extern void brand_solaris_freelwp(klwp_t *, struct brand *);
188 extern int brand_solaris_initlwp(klwp_t *, struct brand *);
189 extern void brand_solaris_lwpexit(klwp_t *, struct brand *);
191 struct brand *);
192 extern void brand_solaris_setbrand(proc_t *, struct brand *);