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

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c118 char parentbe[UUID_PRINTABLE_STRING_LENGTH] = { 0 }; local
427 * If this is a nested BE, add the parentbe and active properties
433 /* Get parentbe uuid provided by the caller. */
444 * If parentbe uuid not provided, use current
461 uuid_unparse(gz_uuid, parentbe);
463 (void) strlcpy(parentbe, pbe, sizeof (parentbe));
467 BE_ZONE_PARENTBE_PROPERTY, parentbe) != 0) {
1450 be_print_err(gettext("be_copy: failed to get parentbe "
1457 be_print_err(gettext("be_copy: failed to set parentbe "
[all...]

Completed in 23 milliseconds