Lines Matching defs:getrootattr
482 getrootattr(zone_dochandle_t handle, const xmlChar *propname,
818 return (getrootattr(handle, DTD_ATTR_NAME, name, namesize));
849 if ((err = getrootattr(handle, DTD_ATTR_NAME, curname,
940 return (getrootattr(handle, DTD_ATTR_ZONEPATH, path + len,
991 ret = getrootattr(handle, DTD_ATTR_BRAND, brand, brandsize);
1030 if ((ret = getrootattr(handle, DTD_ATTR_AUTOBOOT, autobootstr,
1053 return (getrootattr(handle, DTD_ATTR_POOL, pool, poolsize));
1077 return (getrootattr(handle, DTD_ATTR_BOOTARGS, bargs, bargssize));
1089 return (getrootattr(handle, DTD_ATTR_SCHED, sched, schedsize));
1584 err = getrootattr(handle, DTD_ATTR_IPTYPE, property, sizeof (property));
2358 if ((err = getrootattr(handle, DTD_ATTR_FS_ALLOWED,
2433 if ((err = getrootattr(handle, DTD_ATTR_HOSTID, bufp, buflen)) != Z_OK)