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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3389 char source_brand[MAXNAMELEN]; local
3391 if ((zone_get_brand(source_zone, source_brand,
3392 sizeof (source_brand))) != Z_OK) {
3398 if (strcmp(source_brand, target_brand) != 0) {

Completed in 70 milliseconds