Lines Matching defs:brand
120 #include <sys/brand.h>
1092 char brand[MAXNAMELEN];
1108 * Get a handle to the brand info for this zone.
1110 * brand device mounts.
1113 (void) strlcpy(brand, default_brand, sizeof (brand));
1115 (void) strlcpy(brand, brand_name, sizeof (brand));
1118 if ((bh = brand_open(brand)) == NULL) {
1119 zerror(zlogp, B_FALSE, "unable to determine zone brand");
1563 * through all global brand platform mounts.
1675 char brand[MAXNAMELEN];
1715 * brand global mounts.
1718 (void) strlcpy(brand, default_brand, sizeof (brand));
1720 (void) strlcpy(brand, brand_name, sizeof (brand));
1723 /* Get a handle to the brand info for this zone */
1724 if ((bh = brand_open(brand)) == NULL) {
1725 zerror(zlogp, B_FALSE, "unable to determine zone brand");
1731 * Get the list of global filesystems to mount from the brand
3746 * (Only do this automatic labeling for the labeled brand.)
4853 "unable to determine brand name");
4866 * If this brand requires any kernel support, now is the time to
4872 "unable to determine brand kernel module");
4885 "could not set zone brand attribute.");
5191 /* Get a handle to the brand info for this zone */
5193 zerror(zlogp, B_FALSE, "unable to determine zone brand");
5197 * If there is a brand 'halt' callback, execute it now to give the
5198 * brand a chance to cleanup any custom configuration.