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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c213 static char *target_uuid; variable
5708 target_uuid = optarg;
5733 if (target_uuid != NULL && *target_uuid != '\0') {
5737 if (uuid_parse(target_uuid, uuid) == -1) {

Completed in 71 milliseconds