getrootattr
if ((ret = getrootattr(handle, DTD_ATTR_AUTOBOOT, autobootstr,
return (getrootattr(handle, DTD_ATTR_POOL, pool, poolsize));
return (getrootattr(handle, DTD_ATTR_BOOTARGS, bargs, bargssize));
return (getrootattr(handle, DTD_ATTR_SCHED, sched, schedsize));
err = getrootattr(handle, DTD_ATTR_IPTYPE, property, sizeof (property));
if ((err = getrootattr(handle, DTD_ATTR_FS_ALLOWED,
if ((err = getrootattr(handle, DTD_ATTR_HOSTID, bufp, buflen)) != Z_OK)
return (getrootattr(handle, DTD_ATTR_NAME, name, namesize));
if ((err = getrootattr(handle, DTD_ATTR_NAME, curname,
return (getrootattr(handle, DTD_ATTR_ZONEPATH, path + len,
ret = getrootattr(handle, DTD_ATTR_BRAND, brand, brandsize);