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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c163 if (uuid_parse(p, ze->zone_uuid) == -1)
164 uuid_clear(ze->zone_uuid);
279 const char *zone_name, *zone_state, *zone_path, *zone_uuid; local
343 zone_uuid = "";
391 zone_uuid = gettok(&cp);
413 zone_uuid = "";
437 *zone_uuid == '\0') {
438 if (uuid_is_null(ze->zone_uuid))
439 uuid_generate(ze->zone_uuid);
440 uuid_unparse(ze->zone_uuid, uuidst
[all...]
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h173 uuid_t zone_uuid; /* unique ID for zone */ member in struct:zoneent

Completed in 65 milliseconds