ZONE_LOOKUP
case ZONE_LOOKUP:
err = __systemcall(&rval, SYS_zone, ZONE_LOOKUP, NULL);
return ((zoneid_t)syscall(SYS_zone, ZONE_LOOKUP, name));